This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13389] sizeof in template:unimplemented: call_expr cannot be mangled due to a defect in the C++ ABI
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Dec 2003 14:27:55 -0000
- Subject: [Bug c++/13389] sizeof in template:unimplemented: call_expr cannot be mangled due to a defect in the C++ ABI
- References: <20031212135459.13389.heinlein@informatik.uni-ulm.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bangerth at dealii dot org 2003-12-12 14:27 -------
Confirmed, somehow: this presently gives these error messages:
g/x> /home/bangerth/bin/gcc-3.3.3-pre/bin/c++ -c x.cc
x.cc:13: sorry, unimplemented: call_expr cannot be mangled due to a defect in
the C++ ABI
And the same with mainline, even with -fabi-version=0. I don't know
whether this still qualifies as a bug proper, but since it's not
implemented we should keep it open.
W.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |rejects-valid
Last reconfirmed|0000-00-00 00:00:00 |2003-12-12 14:27:54
date| |
Summary|sizeof in template argument |sizeof in
|causes segmentation fault |template:unimplemented:
| |call_expr cannot be mangled
| |due to a defect in the C++
| |ABI
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13389