This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/50591] C linker not considering number of parameters with extern linkage
- From: "schwab at linux-m68k dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 02 Oct 2011 17:20:39 +0000
- Subject: [Bug c/50591] C linker not considering number of parameters with extern linkage
- Auto-submitted: auto-generated
- References: <bug-50591-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50591
Andreas Schwab <schwab@linux-m68k.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
--- Comment #1 from Andreas Schwab <schwab@linux-m68k.org> 2011-10-02 17:20:39 UTC ---
If you want type-safe linking use C++. The usual ABIs for C don't provide this
information.