This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/25908] [4.2 Regression] vtables with vague linkage is not being marked as vague on darwin
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Jan 2006 04:39:21 -0000
- Subject: [Bug c++/25908] [4.2 Regression] vtables with vague linkage is not being marked as vague on darwin
- References: <bug-25908-7427@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #20 from pinskia at gcc dot gnu dot org 2006-01-25 04:39 -------
Found the problem and a way to fix it. The problem is that the key function
needs to be changed to the arm-eabi way and not the IA64 C++ ABI way.
See http://gcc.gnu.org/ml/gcc-patches/2004-08/msg02645.html for the ARM-eabi
way.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |pinskia at gcc dot gnu dot
|dot org |org
Status|NEW |ASSIGNED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25908