public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/43190]  New: [4.3/4.4/4.5 Regression] Used pointer typedefs eliminated from debug info
@ 2010-02-26 11:21 jakub at gcc dot gnu dot org
  2010-02-26 11:25 ` [Bug debug/43190] " jakub at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-02-26 11:21 UTC (permalink / raw)
  To: gcc-bugs

// { dg-options "-gdwarf-2 -dA" }
// { dg-final { scan-assembler
"DW_TAG_structure_type\[^\\r\\n\]*\[\\r\\n\]+\[^\\r\\n\]*\"S\[^\\r\\n\]*DW_AT_name"
} }
// { dg-final { scan-assembler
"DW_TAG_typedef\[^\\r\\n\]*\[\\r\\n\]+\[^\\r\\n\]*\"T\[^\\r\\n\]*DW_AT_name" }
}

typedef struct S { int i; } *T;
#define M(p) ((T) (p))

void
foo (void *p)
{
  M (p)->i++;
}
used to work in 3.2 (the T typedef has been emitted into debug info), but
doesn't work in 4.3/4.4/4.5.


-- 
           Summary: [4.3/4.4/4.5 Regression] Used pointer typedefs
                    eliminated from debug info
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: debug
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jakub at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 8+ messages in thread
[parent not found: <bug-43190-4@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2011-06-27 12:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-26 11:21 [Bug debug/43190] New: [4.3/4.4/4.5 Regression] Used pointer typedefs eliminated from debug info jakub at gcc dot gnu dot org
2010-02-26 11:25 ` [Bug debug/43190] " jakub at gcc dot gnu dot org
2010-02-26 15:59 ` jakub at gcc dot gnu dot org
2010-02-26 16:53 ` [Bug debug/43190] [4.3/4.4 " jakub at gcc dot gnu dot org
2010-05-11 13:39 ` rguenth at gcc dot gnu dot org
2010-05-14 12:56 ` rguenth at gcc dot gnu dot org
2010-05-22 18:35 ` rguenth at gcc dot gnu dot org
     [not found] <bug-43190-4@http.gcc.gnu.org/bugzilla/>
2011-06-27 12:21 ` rguenth 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).