This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/16240] [3.4/3.5 Regression] Seg Fault in collect2 (caused by C++ demangling)
- 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: 28 Jun 2004 07:21:00 -0000
- Subject: [Bug other/16240] [3.4/3.5 Regression] Seg Fault in collect2 (caused by C++ demangling)
- References: <20040628024250.16240.mckelvey@maskull.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-06-28 07:20 -------
Confirmed, it is trying to demangling this:
_ZN13PatternDriver23StringScalarDeleteValueC1ERKNS_25ConflateStringScalarValueERKNS_25AbstractS
tringScalarValueERKNS_12TemplateEnumINS_12pdcomplementELZNS_16complement_namesEELZNS_14
COMPLEMENTENUMEEEE
if you run it through c++filt from gcc 3.2.3 it works but not from HEAD binutil's c++filt (note that gcc
no longer provides c++filt).
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|driver |other
Ever Confirmed| |1
GCC build triplet|alphaev56-unknown-linux-gnu |
GCC host triplet|alphaev56-unknown-linux-gnu |
GCC target triplet|alphaev56-unknown-linux-gnu |
Keywords| |ice-on-valid-code
Last reconfirmed|0000-00-00 00:00:00 |2004-06-28 07:20:58
date| |
Summary|Seg Fault in collect2 |[3.4/3.5 Regression] Seg
| |Fault in collect2 (caused by
| |C++ demangling)
Target Milestone|--- |3.4.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16240