This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/10550] undefined reference to out_of_range::out_of_range
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Jul 2003 18:39:40 -0000
- Subject: [Bug c++/10550] undefined reference to out_of_range::out_of_range
- References: <20030429190600.10550.hovik@viragelogic.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10550
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |RESOLVED
Resolution| |FIXED
------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-27 18:39 -------
I think the problem is that the mangled name is too long for ld/as so this is fixed in 3.0 by
a new ABI and a new way of mangling the function came in which is smaller, so closing
as fixed.