This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/51854] ICE in mangle.c with literal of complex floating type
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 13 Jan 2012 22:25:28 +0000
- Subject: [Bug c++/51854] ICE in mangle.c with literal of complex floating type
- Auto-submitted: auto-generated
- References: <bug-51854-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51854
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target|powerpc64-unknown-linux-gnu |
Status|UNCONFIRMED |NEW
Last reconfirmed| |2012-01-13
Host|powerpc64-unknown-linux-gnu |
Ever Confirmed|0 |1
Known to fail| |4.7.0
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-01-13 22:25:28 UTC ---
4.3 gave the following sorry:
t.cc:11: sorry, unimplemented: call_expr cannot be mangled due to a defect in
the C++ ABI
Confirmed.