http://bugzilla.novell.com/show_bug.cgi?id=559511 http://bugzilla.novell.com/show_bug.cgi?id=559511#c0 Summary: gcc aborts with out of memory when using -O2 or -O3 Classification: openSUSE Product: openSUSE 11.2 Version: Final Platform: Other OS/Version: openSUSE 11.2 Status: NEW Severity: Normal Priority: P5 - None Component: Development AssignedTo: matz@novell.com ReportedBy: fehr@novell.com QAContact: qa@suse.de Found By: Development Blocker: --- Created an attachment (id=330260) --> (http://bugzilla.novell.com/attachment.cgi?id=330260) preprocessed source file When compiling the attached preprocessed file with -O2 or -O3 gcc aborts with the following message: cc1: out of memory allocating 248 bytes after a total of 2909863936 bytes Original compiler options are: /usr/bin/gcc -c -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer -I. -I../src/headers -o base3.o ../src/basemath/base3.c follwing also fails: /usr/bin/gcc -c -O2 -I. -I../src/headers -o base3.o ../src/basemath/base3.c the following succeeds: /usr/bin/gcc -c -O1 -I. -I../src/headers -o base3.o ../src/basemath/base3.c The attached preprocessed file was created with: /usr/bin/gcc -E -I. -I../src/headers -o base3.i ../src/basemath/base3.c The problematic file is from package pari-2.3.4 in src/basemath/base3.c Complete pari source can be found here http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.3.4.tar.gz -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.