Opened 11 years ago

Last modified 11 years ago

#39283 closed defect

gcc47: Internal Compiler Error — at Version 1

Reported by: narut.se@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc:
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 (1)

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.

Note: See TracTickets for help on using tickets.