Opened 11 years ago

Closed 11 years ago

#39283 closed defect (wontfix)

gcc47: Internal Compiler Error

Reported by: narut.se@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc: jeremyhu (Jeremy Huddleston Sequoia), cooljeanius (Eric Gallager)
Port: gcc47

Description (last modified by ryandesign (Ryan Carsten Schmidt))

I got an internal error when compiling a C++ program. This generally happens when I call vector<T>::emplace_back with more arguments than required in T's constructor. gcc4.6 will tell me this, but gcc4.7 will throw an internal compiler error:

Internal compiler error: Error reporting routines re-entered.

Thanks.

Change History (5)

comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Owner: changed from macports-tickets@… to mww@…
Port: gcc47 added
Summary: Internal Compiler Error in gcc4.7gcc47: Internal Compiler Error

So the gcc47 port installed successfully, but trying to use it to compile a program fails? If so, please attach a test program that fails. Also, report the problem to the developers of gcc.

comment:3 Changed 11 years ago by mf2k (Frank Schima)

Cc: jeremyhu@… added

Sounds like an upstream issue to me.

comment:4 Changed 11 years ago by cooljeanius (Eric Gallager)

Cc: egall@… added

Cc Me!

comment:5 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Resolution: wontfix
Status: newclosed

Please file this upstream.

Note: See TracTickets for help on using tickets.