This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
G++ ABI mismatches
- From: Chris Lattner <sabre at nondot dot org>
- To: cxx-abi-dev at codesourcery dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 25 Aug 2003 00:24:27 -0500 (CDT)
- Subject: G++ ABI mismatches
In addition to this discrepency:
http://gcc.gnu.org/ml/gcc/2003-08/msg01422.html
... I also noticed that G++ is building __cxa_begin_catch with type
void*(*)(void*), instead of void(*)(void*) as it is defined in section
2.5.3 of the ABI spec.
Which one is wrong?
-Chris
--
http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/