rieder
--
Summary: Virtual memory exhausted with g++
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
Report
UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: strieder at informatik dot uni-kl dot de
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: strieder at informatik dot uni-kl dot de
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26514
--- Comment #2 from strieder at informatik dot uni-kl dot de 2006-03-01
17:21 ---
Created an attachment (id=10947)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10947&action=view)
The preprocessed file from the failing run, which does itself not show the
problem.
--
--- Comment #4 from strieder at informatik dot uni-kl dot de 2006-03-01
17:26 ---
Created an attachment (id=10948)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10948&action=view)
diff of the preprocessed files from not-working to working
Although the preprocesse
--- Comment #5 from strieder at informatik dot uni-kl dot de 2006-03-01
17:35 ---
(In reply to comment #3)
> Also if you try to compile it again does it work? Meaning without
> -save-temps,
> it works?
>
If I use the .ii file instead of the original .cc file with exac
--- Comment #7 from strieder at informatik dot uni-kl dot de 2006-03-01
17:42 ---
(In reply to comment #6)
> I tried my best to reproduce this, using --param ggc-min-expand=0 --param
> ggc-min-heapsize=0 as I thought it was a GC issue as that is usually what is
> causes the d