home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / linux / 9967 < prev    next >
Encoding:
Text File  |  1992-09-08  |  802 b   |  23 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!kithrup!cygnus.com!dje
  3. From: dje@cygnus.com (Doug Evans)
  4. Subject: Re: GCC 2.2.2d bug
  5. Organization: Cygnus Support
  6. Date: Sun, 06 Sep 1992 00:35:08 GMT
  7. Message-ID: <1992Sep06.003508.7172@kithrup.COM>
  8. X-Newsreader: Tin 1.1 PL5
  9. References: <1992Sep5.085026.12800@klaava.Helsinki.FI>
  10. Sender: news@kithrup.COM (Network News)
  11. Nntp-Posting-Host: cygnus.com
  12. Lines: 9
  13.  
  14. Lars Wirzenius (wirzeniu@klaava.Helsinki.FI) wrote:
  15. : It's undefined behaviour.  The problem is that the program alters the
  16. : same memory location multiple times between two sequence points (which
  17. : are points in execution when all side effects of previous expressions
  18. : are guaranteed to have been completed).
  19.  
  20. Oops, you're right.
  21.  
  22. Should have read F.2.  It's right there in black-n-white.  Sigh.
  23.