RE: gcc 3.3 / i386 / -O2 question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 16 Nov 2004, Beschorner Daniel wrote:
> Thanks a lot for your effort to all who tested this code with me!
> There is some evidence for a SuSE linux specific problem in my GCC 3.3.3,
> cause all others could compile it fine even with -O2.

Fixed in the SUSE LINUX 9.2 system compiler:

  % gcc -v
  Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.4/specs
  Configured with: ../configure --enable-threads=posix --prefix=/usr 
  --with-local-prefix=/usr/local --infodir=/usr/share/info 
  --mandir=/usr/share/man --enable-languages=c,c++,f77,objc,java,ada 
  --disable-checking --libdir=/usr/lib --enable-libgcj 
  --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib 
  --with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux
  Thread model: posix
  gcc version 3.3.4 (pre 3.3.5 20040809)
  % gcc x.c -O ; ./a.out
  -1343238496
  % gcc x.c -O2 ; ./a.out
  -1343238496

Gerald

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux