------- Comment #19 from jason at gcc dot gnu dot org 2009-11-12 04:54 -------
I was thinking that the ABI didn't distinguish between C and C++ function
types, but I was wrong; it does specify a different mangling for extern "C"
functions. The problem is that currently G++ only tracks language linkage for
declarations, not types.
--
jason at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jason at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2316