This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/32874] Strange global register allocation, depends on order of functions



------- Comment #5 from ecd at brainaid dot de  2007-07-24 08:54 -------
Command line to compile the samples:

gcc -Wall -O2   -ffixed-i0 -ffixed-i1 -ffixed-i2 -ffixed-i3    
-fno-strict-aliasing    -fno-delayed-branch     -fno-reorder-blocks    
-fno-optimize-sibling-calls -Wa,-Av9a -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -save-temps -da      -c op.c -o op.o

gcc -v output:

Using built-in specs.
Target: sparc-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu
--enable-libstdcxx-debug --enable-mpfr --with-cpu=v8 --enable-checking=release
sparc-linux-gnu
Thread model: posix
gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32874


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]