Bug 39396 - ICE when compiling omniORB-4.1.3
Summary: ICE when compiling omniORB-4.1.3
Status: RESOLVED DUPLICATE of bug 39367
Alias: None
Product: gcc
Classification: Unclassified
Component: c++ (show other bugs)
Version: 4.4.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-07 16:51 UTC by wolfgang.glas
Modified: 2009-03-08 20:06 UTC (History)
5 users (show)

See Also:
Host: x86_64-linux-gnu
Target: x86_64-pc-mingw32
Build: x86_64-pc-mingw32
Known to work:
Known to fail:
Last reconfirmed:


Attachments
gzipped. preprocessed source code of the acffected C++ source file. (176.32 KB, application/x-gzip)
2009-03-07 16:54 UTC, wolfgang.glas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wolfgang.glas 2009-03-07 16:51:06 UTC
I encountered the following ICE when compining omniORB 4.1.3 with mingw-w64 20090305 snapshot:

/home/wglas/download/omniorb/omniORB-4.1.3/src/lib/omniORB/orbcore > make export
x86_64-pc-mingw32-g++ -c -O2  -D_WINSTATIC -mthreads -I.. -I./.. -I../../../../include/omniORB4/internal  -DUSE_omniORB_logStream -D_OMNIORB_LIBRARY -DOMNIORB_VERSION_STRING='"4.1.3"' -DOMNIORB_VERSION_HEX='0x040103F1' -DCONFIG_DEFAULT_LOCATION='"C:\\OMNIORB.CFG"' -DCONFIG_ENV='"OMNIORB_CONFIG"' -D"NTArchitecture" -I. -I. -I../../../../include -D__WIN32__ -D_WIN32_WINNT=0x0400 -D_WIN64 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D_WIN64 -ostatic/omniObjRef.o omniObjRef.cc
omniObjRef.cc: In static member function ‘static omniObjRef* omniObjRef::_unMarshal(const char*, cdrStream&)’:
omniObjRef.cc:938: internal compiler error: in copy_tree_body_r, at tree-inline.c:1042
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make: *** [static/omniObjRef.o] Fehler 1

This compile work for me at lest on mingw-w64 20080216 snapshot, so this may be a hint for drilling down this regression within the gcc-4.4 snapshots.

  TIA for tracing this one,

   Wolfgang
Comment 1 wolfgang.glas 2009-03-07 16:54:39 UTC
Created attachment 17415 [details]
gzipped. preprocessed source code of the acffected C++ source file.

Output of

x86_64-pc-mingw32-g++ -E -O2  -D_WINSTATIC -mthreads -I.. -I./.. -I../../../../include/omniORB4/internal  -DUSE_omniORB_logStream -D_OMNIORB_LIBRARY -DOMNIORB_VERSION_STRING='"4.1.3"' -DOMNIORB_VERSION_HEX='0x040103F1' -DCONFIG_DEFAULT_LOCATION='"C:\\OMNIORB.CFG"' -DCONFIG_ENV='"OMNIORB_CONFIG"' -D"NTArchitecture" -I. -I. -I../../../../include -D__WIN32__ -D_WIN32_WINNT=0x0400 -D_WIN64 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D_WIN64 omniObjRef.cc > omniObjRef.i
Comment 2 Jakub Jelinek 2009-03-07 17:07:12 UTC
Likely dup of PR39367.  Please retry with latest SVN.
Comment 3 wolfgang.glas 2009-03-07 17:48:01 UTC
Jakub, I will try this again with the next snapshot of mingw-w64 and will come back to this report in a few days. Most likely, this is really a duplicate of PR39367 and we may then close this issue.
Comment 4 wolfgang.glas 2009-03-08 20:06:13 UTC
works with mingw-w64 20090307 snapshot, which incorporates fix for PR39367.

This is indeed a duplicate.

*** This bug has been marked as a duplicate of 39367 ***