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 tree-optimization/15899] [3.5 Regression] internal compiler error: tree check: expected ssa_name, have var_decl in verify_ssa


------- Additional Comments From trentalg at aston dot ac dot uk  2004-06-09 16:43 -------
Glibc build was configured with the following command:

AS=/usr/bin/as LD=/usr/bin/ld CFLAGS="-O3 -march=pentium4 -mfpmath=sse -msse2
-msse -mmmx" CXXFLAGS="-O3 -march=pentium4 -mfpmath=sse -msse2 -msse -mmmx"
../../libc/configure --prefix=/usr --infodir=/usr/share/info
--mandir=/usr/share/man --sysconfdir=/etc --localstatedir=/var
--enable-omitfp=yes --enable-kernel=2.6.4 --enable-add-ons=nptl --with-tls

Gcc itself was compiled using:

CFLAGS="-O3 -march=pentium4 -mfpmath=sse -msse2 -msse -mmmx -pthread"
CXXFLAGS="-O3 -march=pentium4 -mfpmath=sse -msse2 -msse -mmmx -pthread"
../gcc/configure  --prefix=/usr --localstatedir=/var --sysconfdir=/etc
--infodir=/usr/share/info --mandir=/usr/share/man --with-gnu-as --with-gnu-ld
--enable-threads=posix --with-arch=pentium4 --with-tune=pentium4
--with-gmp-dir=/mnt/source/cvs/gmp-4.1.3

-- 


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


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