This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/16240] [3.4/3.5 Regression] Seg Fault in collect2 (caused by C++ demangling)


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]