public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/67299] New: demangler mishandles complex types
@ 2015-08-20 20:33 ian at airs dot com
  0 siblings, 0 replies; only message in thread
From: ian at airs dot com @ 2015-08-20 20:33 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67299

            Bug ID: 67299
           Summary: demangler mishandles complex types
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ian at airs dot com
  Target Milestone: ---

This tiny C++ program
    void f(_Complex float c) {}
compiles into this symbol
    _Z1fCf
which is demangled as
    f(floatcomplex )
It should probably be
    f(_Complex float)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-08-20 20:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-20 20:33 [Bug c++/67299] New: demangler mishandles complex types ian at airs dot com

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