public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/39396]  New: ICE when compiling omniORB-4.1.3
@ 2009-03-07 16:51 wolfgang dot glas at ev-i dot at
  2009-03-07 16:54 ` [Bug c++/39396] " wolfgang dot glas at ev-i dot at
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: wolfgang dot glas at ev-i dot at @ 2009-03-07 16:51 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1698 bytes --]

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


-- 
           Summary: ICE when compiling omniORB-4.1.3
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: wolfgang dot glas at ev-i dot at
 GCC build triplet: x86_64-pc-mingw32
  GCC host triplet: x86_64-linux-gnu
GCC target triplet: x86_64-pc-mingw32


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/39396] ICE when compiling omniORB-4.1.3
  2009-03-07 16:51 [Bug c++/39396] New: ICE when compiling omniORB-4.1.3 wolfgang dot glas at ev-i dot at
@ 2009-03-07 16:54 ` wolfgang dot glas at ev-i dot at
  2009-03-07 17:07 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: wolfgang dot glas at ev-i dot at @ 2009-03-07 16:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from wolfgang dot glas at ev-i dot at  2009-03-07 16:54 -------
Created an attachment (id=17415)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17415&action=view)
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


-- 


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/39396] ICE when compiling omniORB-4.1.3
  2009-03-07 16:51 [Bug c++/39396] New: ICE when compiling omniORB-4.1.3 wolfgang dot glas at ev-i dot at
  2009-03-07 16:54 ` [Bug c++/39396] " wolfgang dot glas at ev-i dot at
@ 2009-03-07 17:07 ` jakub at gcc dot gnu dot org
  2009-03-07 17:48 ` wolfgang dot glas at ev-i dot at
  2009-03-08 20:06 ` wolfgang dot glas at ev-i dot at
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-03-07 17:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jakub at gcc dot gnu dot org  2009-03-07 17:07 -------
Likely dup of PR39367.  Please retry with latest SVN.


-- 


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/39396] ICE when compiling omniORB-4.1.3
  2009-03-07 16:51 [Bug c++/39396] New: ICE when compiling omniORB-4.1.3 wolfgang dot glas at ev-i dot at
  2009-03-07 16:54 ` [Bug c++/39396] " wolfgang dot glas at ev-i dot at
  2009-03-07 17:07 ` jakub at gcc dot gnu dot org
@ 2009-03-07 17:48 ` wolfgang dot glas at ev-i dot at
  2009-03-08 20:06 ` wolfgang dot glas at ev-i dot at
  3 siblings, 0 replies; 5+ messages in thread
From: wolfgang dot glas at ev-i dot at @ 2009-03-07 17:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from wolfgang dot glas at ev-i dot at  2009-03-07 17:48 -------
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.


-- 


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/39396] ICE when compiling omniORB-4.1.3
  2009-03-07 16:51 [Bug c++/39396] New: ICE when compiling omniORB-4.1.3 wolfgang dot glas at ev-i dot at
                   ` (2 preceding siblings ...)
  2009-03-07 17:48 ` wolfgang dot glas at ev-i dot at
@ 2009-03-08 20:06 ` wolfgang dot glas at ev-i dot at
  3 siblings, 0 replies; 5+ messages in thread
From: wolfgang dot glas at ev-i dot at @ 2009-03-08 20:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from wolfgang dot glas at ev-i dot at  2009-03-08 20:06 -------
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 ***


-- 

wolfgang dot glas at ev-i dot at changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-03-08 20:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-07 16:51 [Bug c++/39396] New: ICE when compiling omniORB-4.1.3 wolfgang dot glas at ev-i dot at
2009-03-07 16:54 ` [Bug c++/39396] " wolfgang dot glas at ev-i dot at
2009-03-07 17:07 ` jakub at gcc dot gnu dot org
2009-03-07 17:48 ` wolfgang dot glas at ev-i dot at
2009-03-08 20:06 ` wolfgang dot glas at ev-i dot at

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).