public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/11869] New: call_expr cannot be mangled due to a defect in the C++ ABI
@ 2003-08-09 16:26 gccbugs at contacts dot eelis dot net
  2003-08-09 16:32 ` [Bug c++/11869] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: gccbugs at contacts dot eelis dot net @ 2003-08-09 16:26 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11869

           Summary: call_expr cannot be mangled due to a defect in the C++
                    ABI
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gccbugs at contacts dot eelis dot net
                CC: gcc-bugs at gcc dot gnu dot org

GCC fails to compile the following snippet:

template <int> struct ItT {};
template <typename> int f ();
template <typename T> ItT<sizeof(f<T>())> g ();
void h () { g<int>(); }

It says:

t.cpp:4: sorry, unimplemented: call_expr cannot be mangled due to a defect in
the C++ ABI

Clearly this bug is known (by whoever wrote that error message), but currently
there is no entry for it in GCC Bugzilla so that's why I'm reporting it.

I'm using GCC version 3.4 20030723


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug c++/11869] call_expr cannot be mangled due to a defect in the C++ ABI
  2003-08-09 16:26 [Bug c++/11869] New: call_expr cannot be mangled due to a defect in the C++ ABI gccbugs at contacts dot eelis dot net
@ 2003-08-09 16:32 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-09 16:32 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11869


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-09 16:32 -------
There is a bug, PR 6424. Closing as a dup of bug 6424.

*** This bug has been marked as a duplicate of 6424 ***


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-08-09 16:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-09 16:26 [Bug c++/11869] New: call_expr cannot be mangled due to a defect in the C++ ABI gccbugs at contacts dot eelis dot net
2003-08-09 16:32 ` [Bug c++/11869] " pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).