http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58168

--- Comment #3 from André Schneider <Andre.Schneider at eas dot 
iis.fraunhofer.de> ---
(In reply to Eric Botcazou from comment #2)
> > I'm using GNU c++filt (C++ demangler), version 2.95.3.
> 
> What's the output of c++filt --version?  

Maybe the version is too old:

---------------------------------------------------
[local@raymund6:~]>which c++filt
/usr/local/bin/c++filt
[local@raymund6:~]>c++filt --version
GNU c++filt (C++ demangler), version 2.95.3
[local@raymund6:~]>ll `which c++filt`
-rwxr-xr-x   1 local    local     136892 Dec 14  2005 /usr/local/bin/c++filt*
---------------------------------------------------

> 
> Do you have the same version of c++filt on the Solaris 11 machine?

Here we have only the non-GNU version:

[local@raymund7:~]>which c++filt
/opt/solarisstudio12.3/bin/c++filt
[local@raymund7:~]>c++filt --version
Could not open input file "--version"

Ok, I see ... maybe the filter step has been skipped???

/André

Reply via email to