This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/37057] 7 Internal Compiler Errors when compiling OpenFOAM-1.5
- From: "dje at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Sep 2008 23:28:03 -0000
- Subject: [Bug c++/37057] 7 Internal Compiler Errors when compiling OpenFOAM-1.5
- References: <bug-37057-16570@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #25 from dje at gcc dot gnu dot org 2008-09-15 23:28 -------
I cannot reproduce the ICEs that you say remain. I tried using both the
current development version of GCC and GCC 4.3.2+pt.c patch. I also tried
compiling the testcases with additional options that stress the garbage
collection system
--param ggc-min-expand=0 --param ggc-min-heapsize=0
None of these attempts reproduced a failure with your pre-processed sources.
I am surprised by your report
--- #3 ---
lnInclude/Reaction.H:143: internal compiler error: Segmentation fault
[included from makeChemkinReactions.C]
=> ICE still present with GCC 4.3.2 + patch
because that is the file you originally attached. The new version is
different, but Honza and I could not reproduce the failure after his pt.c
patch.
I am not sure if there is some different AIX system fix installed. Or do you
have process limits (ulimit -a) set low? My limits generally are "unlimited".
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37057