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

2008-08-08 Thread jorn dot amundsen at ntnu dot no
OpenFOAM-1.5 Product: gcc Version: 4.3.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jorn dot amundsen at ntnu dot no GCC build triplet: powerpc

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

2008-08-08 Thread jorn dot amundsen at ntnu dot no
--- Comment #1 from jorn dot amundsen at ntnu dot no 2008-08-08 08:48 --- Created an attachment (id=16043) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16043action=view) g++ preprocessed file g++ preprocessed file, ICE with powerpc-ibm-aix5.3.0.0 compiles cleanly with x86_64

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

2008-08-08 Thread jorn dot amundsen at ntnu dot no
--- Comment #2 from jorn dot amundsen at ntnu dot no 2008-08-08 08:53 --- Created an attachment (id=16044) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16044action=view) makeChemkinReactions.C assembler output GCC 4.3.1 powerpc-ibm-aix5.3.0.0 assembler output from compiling

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

2008-08-08 Thread jorn dot amundsen at ntnu dot no
--- Comment #3 from jorn dot amundsen at ntnu dot no 2008-08-08 09:01 --- Created an attachment (id=16045) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16045action=view) g++ preprocessed file GCC 4.2.0 powerpc-ibm-aix5.3.0.0 preprocessed source, not tested on any other GCC 4.2.x

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

2008-08-08 Thread jorn dot amundsen at ntnu dot no
--- Comment #4 from jorn dot amundsen at ntnu dot no 2008-08-08 09:02 --- Created an attachment (id=16046) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16046action=view) makeChemkinReactions.C assembler output GCC 4.2.0 powerpc-ibm-aix5.3.0.0 assembler output from compiling

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

2008-08-22 Thread jorn dot amundsen at ntnu dot no
--- Comment #6 from jorn dot amundsen at ntnu dot no 2008-08-22 06:18 --- Compiling and testing against gcc 4.4 snapshot 20080808 still results in 7 ICEs (1 and 3-7 as of 4.3.1): lnInclude/wrapper.cpp:320: internal compiler error: Illegal instruction interpolation/surfaceInterpolation

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

2008-09-14 Thread jorn dot amundsen at ntnu dot no
--- Comment #16 from jorn dot amundsen at ntnu dot no 2008-09-14 17:11 --- (In reply to comment #15) With 4.3.2, and by uncommenting a superfluous third party package, I am down at 4 ICE's. The makeChemkinReactions ICE is still present with 4.3.2, though. Now, since cp/pt.c

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

2008-09-14 Thread jorn dot amundsen at ntnu dot no
--- Comment #18 from jorn dot amundsen at ntnu dot no 2008-09-14 22:01 --- (In reply to comment #17) I tried with a patched 4.3.2, and it does unfortunately *not* fix the problem. The compiler line (as read from -###) results in: $ /opt/freeware/libexec/gcc/powerpc-ibm-aix5.3.0.0

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

2008-09-14 Thread jorn dot amundsen at ntnu dot no
--- Comment #20 from jorn dot amundsen at ntnu dot no 2008-09-15 04:42 --- (In reply to comment #19) I am sorry, You are right. I thought it fixed everything, though. I will check 4.3.2 + the cp/pt.c patch against every of the 7 original ICE's and give an updated status on everyone

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

2008-09-16 Thread jorn dot amundsen at ntnu dot no
--- Comment #30 from jorn dot amundsen at ntnu dot no 2008-09-16 18:23 --- (In reply to comment #29) I bootstrap GCC using GCC 4.1. I assume you use GCC 4.2 distributed by IBM. I usually use the currently installed gcc-version, which might be more recent than 4.2. I do

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

2008-09-16 Thread jorn dot amundsen at ntnu dot no
--- Comment #32 from jorn dot amundsen at ntnu dot no 2008-09-16 19:09 --- (In reply to comment #31) No, I do not use any patches from IBM. The patches seem to be focussed on packaging and layout, but I would recommend using the standard FSF GCC 4.3.2 release plus the pt.c patch

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

2008-09-17 Thread jorn dot amundsen at ntnu dot no
--- Comment #34 from jorn dot amundsen at ntnu dot no 2008-09-17 08:02 --- (In reply to comment #33) Thank you for the tip on libtool libpath. Looking into it with dump -H, I did not know it was that ugly. Indeed, this should be cleaned up if when building and installing software