This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/15899] [3.5 Regression] internal compiler error: tree check: expected ssa_name, have var_decl in verify_ssa
- From: "trentalg at aston dot ac dot uk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Jun 2004 16:43:38 -0000
- Subject: [Bug tree-optimization/15899] [3.5 Regression] internal compiler error: tree check: expected ssa_name, have var_decl in verify_ssa
- References: <20040609162355.15899.trentalg@aston.ac.uk>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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