[Bug 353746] New: Building Aranym triggers an internal compiler error
https://bugzilla.novell.com/show_bug.cgi?id=353746 Summary: Building Aranym triggers an internal compiler error Product: openSUSE 11.0 Version: unspecified Platform: i686 OS/Version: openSUSE 11.0 Status: NEW Severity: Normal Priority: P5 - None Component: Development AssignedTo: pth@novell.com ReportedBy: dbolt.abiryy@davjam.org QAContact: qa@suse.de Found By: Beta-Customer Created an attachment (id=190471) --> (https://bugzilla.novell.com/attachment.cgi?id=190471) full rpmbuild output While building aranym (an Atari Falcon emulator) on openSUSE 11.0, GCC-4.3 fails with an internal compiler error: ./uae_cpu/cpummu.cpp: In function ‘void mmu_op(uint32, uint16)’: ./uae_cpu/cpummu.cpp:905: internal compiler error: in build2_stat, at tree.c:3110 I've attached the full part-built sources and the full output from rpmbuild. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=353746 User dbolt.abiryy@davjam.org added comment https://bugzilla.novell.com/show_bug.cgi?id=353746#c1 --- Comment #1 from David Bolt <dbolt.abiryy@davjam.org> 2008-01-14 13:00:09 MST --- Created an attachment (id=190472) --> (https://bugzilla.novell.com/attachment.cgi?id=190472) full part-built sources for aranym -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=353746 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |meissner@novell.com AssignedTo|pth@novell.com |rguenther@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=353746 User rguenther@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=353746#c2 Richard Guenther <rguenther@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |dbolt.abiryy@davjam.org --- Comment #2 from Richard Guenther <rguenther@novell.com> 2008-01-15 03:52:47 MST --- Please attach the cpummu.ii file that is generated if you add -save-temps to the gcc command line that is used to build this file. Please also paste the output of the gcc command if you add -v to the command line that is used to build this file. Thanks, Richard. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=353746 User dbolt.abiryy@davjam.org added comment https://bugzilla.novell.com/show_bug.cgi?id=353746#c3 --- Comment #3 from David Bolt <dbolt.abiryy@davjam.org> 2008-01-15 11:27:15 MST --- Created an attachment (id=190596) --> (https://bugzilla.novell.com/attachment.cgi?id=190596) requested cpummu.ii file -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=353746 User dbolt.abiryy@davjam.org added comment https://bugzilla.novell.com/show_bug.cgi?id=353746#c4 David Bolt <dbolt.abiryy@davjam.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|dbolt.abiryy@davjam.org | --- Comment #4 from David Bolt <dbolt.abiryy@davjam.org> 2008-01-15 11:29:10 MST --- As requested, here's the output from GCC with the -v switch: Using built-in specs. Target: i586-suse-linux Configured with: ../configure --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.3 --enable-ssp --disable-libssp --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --with-slibdir=/lib --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --program-suffix=-4.3 --enable-version-specific-runtime-libs --without-system-libunwind --with-cpu=generic --build=i586-suse-linux Thread model: posix gcc version 4.3.0 20071129 (experimental) [trunk revision 130511] (SUSE Linux) COLLECT_GCC_OPTIONS='-v' '-save-temps' '-I./../include' '-I.' '-I.' '-I./../natfeat' '-I./../uae_cpu' '-I./../gui-sdl' '-I/usr/include' '-DHAVE_CONFIG_H' '-DOS_linux' '-DCPU_i386' '-DDIRECT_ADDRESSING' '-DUNALIGNED_PROFITABLE' '-DREGPARAM=__attribute__((regparm(3)))' '-DX86_ASSEMBLY' '-DOPTIMIZED_FLAGS' '-DSAHF_SETO_PROFITABLE' '-DFPU_IEEE' '-DENABLE_EXCLUSIVE_SPCFLAGS' '-O3' '-m32' '-march=i686' '-mtune=i686' '-fmessage-length=0' '-D_FORTIFY_SOURCE=2' '-fomit-frame-pointer' '-fno-gcse-sm' '-DARANYM_DATADIR="/usr/share/aranym"' '-I/usr/include/SDL' '-D_GNU_SOURCE=1' '-D_REENTRANT' '-c' '-o' 'obj/cpummu.o' '-shared-libgcc' /usr/lib/gcc/i586-suse-linux/4.3/cc1plus -E -quiet -v -I./../include -I. -I. -I./../natfeat -I./../uae_cpu -I./../gui-sdl -I/usr/include -I/usr/include/SDL -D_GNU_SOURCE -DHAVE_CONFIG_H -DOS_linux -DCPU_i386 -DDIRECT_ADDRESSING -DUNALIGNED_PROFITABLE -DREGPARAM=__attribute__((regparm(3))) -DX86_ASSEMBLY -DOPTIMIZED_FLAGS -DSAHF_SETO_PROFITABLE -DFPU_IEEE -DENABLE_EXCLUSIVE_SPCFLAGS -D_FORTIFY_SOURCE=2 -DARANYM_DATADIR="/usr/share/aranym" -D_GNU_SOURCE=1 -D_REENTRANT ../uae_cpu/cpummu.cpp -m32 -march=i686 -mtune=i686 -fmessage-length=0 -fomit-frame-pointer -fno-gcse-sm -O3 -fpch-preprocess -o cpummu.ii ignoring duplicate directory "." ignoring duplicate directory "/usr/include" as it is a non-system directory that duplicates a system directory #include "..." search starts here: #include <...> search starts here: ./../include . ./../natfeat ./../uae_cpu ./../gui-sdl /usr/include/SDL /usr/include/c++/4.3 /usr/include/c++/4.3/i586-suse-linux /usr/include/c++/4.3/backward /usr/local/include /usr/lib/gcc/i586-suse-linux/4.3/include /usr/lib/gcc/i586-suse-linux/4.3/include-fixed /usr/lib/gcc/i586-suse-linux/4.3/../../../../i586-suse-linux/include /usr/include End of search list. COLLECT_GCC_OPTIONS='-v' '-save-temps' '-I./../include' '-I.' '-I.' '-I./../natfeat' '-I./../uae_cpu' '-I./../gui-sdl' '-I/usr/include' '-DHAVE_CONFIG_H' '-DOS_linux' '-DCPU_i386' '-DDIRECT_ADDRESSING' '-DUNALIGNED_PROFITABLE' '-DREGPARAM=__attribute__((regparm(3)))' '-DX86_ASSEMBLY' '-DOPTIMIZED_FLAGS' '-DSAHF_SETO_PROFITABLE' '-DFPU_IEEE' '-DENABLE_EXCLUSIVE_SPCFLAGS' '-O3' '-m32' '-march=i686' '-mtune=i686' '-fmessage-length=0' '-D_FORTIFY_SOURCE=2' '-fomit-frame-pointer' '-fno-gcse-sm' '-DARANYM_DATADIR="/usr/share/aranym"' '-I/usr/include/SDL' '-D_GNU_SOURCE=1' '-D_REENTRANT' '-c' '-o' 'obj/cpummu.o' '-shared-libgcc' /usr/lib/gcc/i586-suse-linux/4.3/cc1plus -fpreprocessed cpummu.ii -quiet -dumpbase cpummu.cpp -m32 -march=i686 -mtune=i686 -auxbase-strip obj/cpummu.o -O3 -version -fmessage-length=0 -fomit-frame-pointer -fno-gcse-sm -o cpummu.s GNU C++ (SUSE Linux) version 4.3.0 20071129 (experimental) [trunk revision 130511] (i586-suse-linux) compiled by GNU C version 4.3.0 20071129 (experimental) [trunk revision 130511], GMP version 4.2.1, MPFR version 2.3.0. GGC heuristics: --param ggc-min-expand=47 --param ggc-min-heapsize=32008 Compiler executable checksum: a4ad9632b370fc8fe118c943584985e9 ./uae_cpu/cpummu.cpp: In function ‘void mmu_op(uint32, uint16)’: ./uae_cpu/cpummu.cpp:905: internal compiler error: in build2_stat, at tree.c:3110 Please submit a full bug report, with preprocessed source if appropriate. See <http://bugs.opensuse.org/> for instructions. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=353746 User rguenther@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=353746#c5 Richard Guenther <rguenther@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Target Milestone|--- |Alpha 1 --- Comment #5 from Richard Guenther <rguenther@novell.com> 2008-01-16 05:42:17 MST --- This seems to be fixed with the current gcc version in Factory. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com