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