[LLVMbugs] [Bug 2432] New: llvm-g++ can't cope with lots of cleanups
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Thu Jun 12 09:48:11 PDT 2008
http://llvm.org/bugs/show_bug.cgi?id=2432
Summary: llvm-g++ can't cope with lots of cleanups
Product: tools
Version: 2.2
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: llvm-g++
AssignedTo: unassignedbugs at nondot.org
ReportedBy: jay.foad at antixlabs.com
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=1721)
--> (http://llvm.org/bugs/attachment.cgi?id=1721)
test case
I'm using the pre-built llvm-gcc4.2-2.2-x86-linux-RHEL4 on debian. With the
attached test case (taken from the GCC 4.2.1 testsuite), I get:
$ ~/llvm/llvm-gcc4.2-2.2-x86-linux-RHEL4/bin/llvm-gcc -c cleanup1.C
[It runs for a couple of minutes and uses up about 1 GB of virtual memory,
then...]
llvm-g++: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See <URL:http://developer.apple.com/bugreporter> for instructions.
If I try the same thing with a normal release of GCC 4.2.1 it completes in a
couple of seconds and uses less than 100 MB.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list