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 follow-up: 2 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.7 → gcc47: Internal Compiler Error |
comment:2 Changed 11 years ago by larryv (Lawrence Velázquez)
A few others seem to have done so already.
comment:3 Changed 11 years ago by mf2k (Frank Schima)
Cc: | jeremyhu@… added |
---|
Sounds like an upstream issue to me.
comment:5 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Please file this upstream.
Note: See
TracTickets for help on using
tickets.
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.