This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/33808] internal compiler error: in write_type, at cp/mangle.c:1651
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Dec 2007 01:48:45 -0000
- Subject: [Bug c++/33808] internal compiler error: in write_type, at cp/mangle.c:1651
- References: <bug-33808-15236@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from pinskia at gcc dot gnu dot org 2007-12-10 01:48 -------
On the trunk we get:
t.cc: In function 'Y<__typeof__ ((Tx() * Ty()))> operator*(X<Tx>&, const Ty&)
[with Tx = double, Ty = double]':
t.cc:29: sorry, unimplemented: mangling typeof, use decltype instead
t.cc: In function 'int main()':
t.cc:47: sorry, unimplemented: mangling typeof, use decltype instead
t.cc:48: sorry, unimplemented: mangling typeof, use decltype instead
t.cc:49: sorry, unimplemented: mangling typeof, use decltype instead
t.cc:51: sorry, unimplemented: mangling typeof, use decltype instead
t.cc:52: sorry, unimplemented: mangling typeof, use decltype instead
t.cc:53: sorry, unimplemented: mangling typeof, use decltype instead
t.cc:54: sorry, unimplemented: mangling typeof, use decltype instead
So this is a dup of bug 11756.
*** This bug has been marked as a duplicate of 11756 ***
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33808