Mail Archives: pgcc/2000/01/10/20:07:12
On 10 Jan, Juan Altmayer Pizzorno wrote:
> Hi,
>
> the attached file was "factored out" of a program that, among other
> things, does DNS queries. The code between the printf()'s seems to
> affect the value of variable 'p', even though it shouldn't... When
> compiled with -O0 or no -O flags, it runs correctly. But when compiled
> with -O1 and above, it does not. I've tried it with several different
> versions of the compiler (egcs 2.91.66 from plain RedHat, egcs 2.95.2
> from the official release, and pgcc 2.95.3 with the pgcc-2_95_3 tag
> out of your CVS), all with identical results. BTW pgcc-2_95_3 still
> identifies itself as 2.95.2... The second attachment is "t.E", obtained
> with g++ -E t.cxx > t.E. This is all on a Pentium II, RedHat 6.1,
> kernel 2.2.14-based notebook. Thanks
Geez, at least next time could you run the preprocessor output through
uniq?
a
- Raw text -