Changes between Initial Version and Version 1 of Ticket #39283


Ignore:
Timestamp:
May 30, 2013, 9:07:31 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

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.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39283

    • Property Owner changed from macports-tickets@… to mww@…
    • Property Summary changed from Internal Compiler Error in gcc4.7 to gcc47: Internal Compiler Error
    • Property Port gcc47 added
  • Ticket #39283 – Description

    initial v1  
    11I 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:
    2 "Internal compiler error: Error reporting routines re-entered."
     2{{{
     3Internal compiler error: Error reporting routines re-entered.
     4}}}
    35Thanks.