home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / gcc / bug / 3151 < prev    next >
Encoding:
Text File  |  1993-01-08  |  689 b   |  33 lines

  1. Newsgroups: gnu.gcc.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!solace.me.uiuc.edu!tiller
  3. From: tiller@solace.me.uiuc.edu (Mike Tiller)
  4. Subject: Possible Bug gcc-2.3.3 [Additional]
  5. Message-ID: <C0K8G9.2MA@news.cso.uiuc.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: University of Illinois at Urbana
  8. Distribution: gnu
  9. Date: Sat, 9 Jan 1993 00:09:43 GMT
  10. Approved: bug-gcc@prep.ai.mit.edu
  11. Lines: 20
  12.  
  13. Ok, I'm moron for not including this my post 2 seconds ago.  I
  14. meant to include (honestly).
  15.  
  16. If I change
  17.  
  18. int done = 0;
  19.  
  20. to 
  21.  
  22. int volatile done = 0;
  23.  
  24. everything works.  Is this mandatory for this case (in other
  25. words do I have to tell the compiler done is volatile?)
  26.  
  27. Thanks
  28.  
  29. Michael Tiller
  30.  
  31.  
  32.  
  33.