public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/29411]  New: unique overload sets for extern "C" vs. C++ function pointers
@ 2006-10-10 10:07 bkoz at gcc dot gnu dot org
  2006-10-10 10:09 ` [Bug c++/29411] " bkoz at gcc dot gnu dot org
  2006-10-10 16:34 ` pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2006-10-10 10:07 UTC (permalink / raw)
  To: gcc-bugs

>From comment #7 in 29095 we have:

The technical issue is that in the following code:

  extern "C" {
    typedef void (*p1)();
  }
  typedef void (*p2)();

p1 and p2 are distinct types, and, in fact, you can overload based on that. 
G++ doesn't implement that distinction; we don't keep track of language linkage
for types (just for functions) but we should, and, at some point, I'm sure
we'll implement that.  The reason this is in the standard is so that an
implementation can use different calling conventions for C and C++.  So, when
calling through a function pointer you have to know which kind of function
you're calling.  (And, yes, name-mangling is supposed to encode the linkage of
the function type, when mangling a pointer-to-function type.)

End of interesting comment. 

This was news to me, and a quick perusal of "5.1 External Names (a.k.a.
Mangling)" in the IA64 C++ spec doesn't find any matches. However, I can see
why this might be useful, and am curious as to the behavior of pre-3.0.x GNU
compilers, as well as other ABI's (such as microsoft) or EDG in native mode.


-- 
           Summary: unique overload sets for extern "C" vs. C++ function
                    pointers
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: ABI
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bkoz at gcc dot gnu dot org
  GCC host triplet: all
GCC target triplet: all


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


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

* [Bug c++/29411] unique overload sets for extern "C" vs. C++ function pointers
  2006-10-10 10:07 [Bug c++/29411] New: unique overload sets for extern "C" vs. C++ function pointers bkoz at gcc dot gnu dot org
@ 2006-10-10 10:09 ` bkoz at gcc dot gnu dot org
  2006-10-10 16:34 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2006-10-10 10:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from bkoz at gcc dot gnu dot org  2006-10-10 10:09 -------

This would be an enhancement to both g++ and the IA64 C++ ABI.


-- 

bkoz at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement


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


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

* [Bug c++/29411] unique overload sets for extern "C" vs. C++ function pointers
  2006-10-10 10:07 [Bug c++/29411] New: unique overload sets for extern "C" vs. C++ function pointers bkoz at gcc dot gnu dot org
  2006-10-10 10:09 ` [Bug c++/29411] " bkoz at gcc dot gnu dot org
@ 2006-10-10 16:34 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-10-10 16:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-10-10 16:33 -------
This is really a dup of bug 2316.  I forgot to mention that in PR 29095.
Oh and this is not an enhancement because you can have wrong code and also
rejects valid testcases see the dup bug report about those cases.

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


-- 

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=29411


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

end of thread, other threads:[~2006-10-10 16:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-10 10:07 [Bug c++/29411] New: unique overload sets for extern "C" vs. C++ function pointers bkoz at gcc dot gnu dot org
2006-10-10 10:09 ` [Bug c++/29411] " bkoz at gcc dot gnu dot org
2006-10-10 16:34 ` 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).