Actions

icon Post
text/html Subscribe
text/html Unsubscribe

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

G++ ABI mismatches


  • To: cxx-abi-dev@xxxxxxxxxxxxxxxx
  • Subject: G++ ABI mismatches
  • From: Chris Lattner <sabre@xxxxxxxxxx>
  • Date: Mon, 25 Aug 2003 00:24:27 -0500 (CDT)

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/