public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/45997] New: __unknown__ type name for typedef'd int
@ 2010-10-13  4:48 dje at google dot com
  2010-10-27 23:00 ` [Bug debug/45997] [4.6 Regression] " pinskia at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: dje at google dot com @ 2010-10-13  4:48 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: __unknown__ type name for typedef'd int
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: debug
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: dje@google.com


Earlier versions of gcc (e.g. 4.4.3) would emit a DW_TAG_base_type without a
name.  svn head emits one with name "__unknown__".


typedef int my_int;
typedef const my_int const_my_int;
typedef volatile const_my_int volatile_const_my_int;

my_int v_my_int (0);
const_my_int v_const_my_int (1);
volatile_const_my_int v_volatile_const_my_int (4);

int
main ()
{
  return 0;
}


g++ -g -S -dA foo.cc -o - | grep __unknown__
-->
        .long   .LASF3  # DW_AT_name: "__unknown__"
        .string "__unknown__"


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

end of thread, other threads:[~2010-12-06 19:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-13  4:48 [Bug debug/45997] New: __unknown__ type name for typedef'd int dje at google dot com
2010-10-27 23:00 ` [Bug debug/45997] [4.6 Regression] " pinskia at gcc dot gnu.org
2010-11-03 13:21 ` jakub at gcc dot gnu.org
2010-11-03 14:08 ` jakub at gcc dot gnu.org
2010-11-08 22:39 ` dodji at gcc dot gnu.org
2010-11-12 11:59 ` dodji at gcc dot gnu.org
2010-11-12 12:05 ` dodji at gcc dot gnu.org
2010-12-06 19:34 ` jakub at gcc dot gnu.org
2010-12-06 19:41 ` jakub 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).