public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/46580] New: -fcompare-debug failure with -gstabs -g due to different symbol mangling
@ 2010-11-20 16:06 zsojka at seznam dot cz
  2010-11-20 16:13 ` [Bug debug/46580] " zsojka at seznam dot cz
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: zsojka at seznam dot cz @ 2010-11-20 16:06 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: -fcompare-debug failure with -gstabs -g due to
                    different symbol mangling
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: debug
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: zsojka@seznam.cz


Created attachment 22469
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22469
reduced testcase

Compiler output:
$ gcc -gstabs -g -fcompare-debug testcase.C        
gcc: error: testcase.C: -fcompare-debug failure

Differences:
$ diff testcase.*gkd
3c3
< ;; Function (_ZN1SC2EU8__vectorf) 
---
> ;; Function (_ZN1SC1EU8__vectorf) 

Both are demangled by c++filt to "S::S(float __vector)"

Tested revisions:
r166936 - fail
4.5 r166509 - fail


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-09-20  6:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-20 16:06 [Bug debug/46580] New: -fcompare-debug failure with -gstabs -g due to different symbol mangling zsojka at seznam dot cz
2010-11-20 16:13 ` [Bug debug/46580] " zsojka at seznam dot cz
2010-11-20 16:45 ` zsojka at seznam dot cz
2010-11-21  9:35 ` [Bug c++/46580] " aoliva at gcc dot gnu.org
2021-09-20  6:06 ` pinskia at gcc dot gnu.org
2021-09-20  6:19 ` pinskia at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).