public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug macros/9748] New: macros containing __extension__ won't run
@ 2009-01-15 21:06 rearnsha at gcc dot gnu dot org
  2009-01-15 21:30 ` [Bug macros/9748] " pedro at codesourcery dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: rearnsha at gcc dot gnu dot org @ 2009-01-15 21:06 UTC (permalink / raw)
  To: gdb-prs

Consider a macro, such as the following (from GCC):

#define TREE_CHECK(T, CODE) __extension__ ({ __typeof (T) const __t = (T); if
(TREE_CODE (__t) != (CODE)) tree_check_failed (__t, __FILE__, __LINE__,
__FUNCTION__, (CODE), 0); __t; })

if the object containing the macro is compiled with -g3, then the definition is
available to GDB, but this doesn't help much...

(gdb) p TREE_CHECK (fntype, CALL_EXPR)
No symbol "__extension__" in current context.

-- 
           Summary: macros containing __extension__ won't run
           Product: gdb
           Version: 6.7
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: macros
        AssignedTo: unassigned at sourceware dot org
        ReportedBy: rearnsha at gcc dot gnu dot org
                CC: gdb-prs at sourceware dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=9748

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 7+ messages in thread
[parent not found: <bug-9748-4717@http.sourceware.org/bugzilla/>]

end of thread, other threads:[~2013-03-04 18:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-15 21:06 [Bug macros/9748] New: macros containing __extension__ won't run rearnsha at gcc dot gnu dot org
2009-01-15 21:30 ` [Bug macros/9748] " pedro at codesourcery dot com
2009-01-15 21:40 ` drow at false dot org
2009-01-15 23:39 ` pedro at codesourcery dot com
2009-01-16  0:05 ` tromey at redhat dot com
     [not found] <bug-9748-4717@http.sourceware.org/bugzilla/>
2011-06-28  9:11 ` jan.kratochvil at redhat dot com
2013-03-04 18:13 ` tromey at redhat 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).