This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/37057] 7 Internal Compiler Errors when compiling OpenFOAM-1.5



------- Comment #21 from jorn dot amundsen at ntnu dot no  2008-09-15 20:06 -------
(In reply to comment #20)
David, I went through all cases, and it does indeed confirm your position. The
result of the walkthrough is summarized below. Also, I include the preprocessed
files of the remaining ICE's.


This overview describes current status with internal compiler errors in the
OpenFOAM v.1.5 CFD application (http://www.opencfd.co.uk/openfoam/) with
powerpc-ibm-aix5.3.0.0.

OVERVIEW OF PREVIOUSLY REPORTED ICE's
=====================================

--- #1 ---
lnInclude/wrapper.cpp:320: internal compiler error: Segmentation fault

 => part of hoard v.3.7.1. A linux x86 memory allocator. Not considered useful
    with AIX.

--- #2 ---
interpolation/surfaceInterpolation/limitedSchemes/vanAlbada/vanAlbada.C:36:
internal compiler error: Illegal instruction

 => compiles successfully with GCC 4.3.2
 => compiles successfully with GCC 4.3.2 + patch

--- #3 ---
lnInclude/Reaction.H:143: internal compiler error: Segmentation fault
[included from makeChemkinReactions.C]

 => ICE still present with GCC 4.3.2 + patch

--- #4 ---
chemistryReaders/chemkinReader/chemkinReader.C:230: internal compiler error:
Segmentation fault

 => ICE with GCC 4.3.2
 => compiles successfully with GCC 4.3.2 + patch

--- #5 ---
RASModel/RASModel.C:205: internal compiler error: Segmentation fault

 => compiles successfully with GCC 4.3.2
 => compiles successfully with GCC 4.3.2 + patch

--- #6 ---
LESModel/LESModel.C:137: internal compiler error: Segmentation fault

 => compiles successfully with GCC 4.3.2
 => compiles successfully with GCC 4.3.2 + patch

--- #7 ---
lnInclude/ReactingCloud.C:101: internal compiler error: Segmentation fault
[included from basicReactingCloud.C]

 => ICE still present with GCC 4.3.2 + patch

NEW ICE's WITH GCC 4.3.2
=====================================

--- #8 ---
lnInclude/multivariateSurfaceInterpolationScheme.H:107: internal compiler
error: Segmentation fault
[included from multivariateGamma.C]

 => compiles with GCC 4.3.1
 => ICE with GCC 4.3.2
 => ICE with GCC 4.3.2 + patch


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37057


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]