public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c++/3178: Dump format for typedefs of class types is very awkward
@ 2001-06-13 13:56 John Wilkinson
  0 siblings, 0 replies; 2+ messages in thread
From: John Wilkinson @ 2001-06-13 13:56 UTC (permalink / raw)
  To: gcc-gnats

>Number:         3178
>Category:       c++
>Synopsis:       Dump format for typedefs of class types is very awkward
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Jun 13 13:56:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     John Wilkinson
>Release:        3.0 20010416 (prerelease)
>Organization:
AT&T Research
>Environment:
System: Linux mp-dhcp-4-40.attlabs.att.com 2.2.16-22 #1 Tue Aug 22 16:49:06 EDT 2000 i686 unknown
Architecture: i686

	
host: i686-pc-linux-gnu
build: i686-pc-linux-gnu
target: i686-pc-linux-gnu
configured with: ../gcc/configure 
>Description:
    The -fdump-translation-unit output for a program like
     
      struct XX {int xx;};
      typedef XX YY;

    is very awkward.  A type_decl is generated with name YY, but the indicated
    type is a record_type named YY, not the expected record_type named XX.  It
    is true that it is possible to deduce that XX is what is really meant, since
    the scope of the fields in the record_type named YY is the record_type named
    XX, but this is extremely inconvenient.

	
>How-To-Repeat:
    Compile the program above with the the -fdump-translation-unit option and
    look at the first few lines of the dump.
>Fix:
	
>Release-Note:
>Audit-Trail:
>Unformatted:


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

* Re: c++/3178: Dump format for typedefs of class types is very awkward
@ 2002-09-15 15:52 nathan
  0 siblings, 0 replies; 2+ messages in thread
From: nathan @ 2002-09-15 15:52 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, johnw, nobody

Synopsis: Dump format for typedefs of class types is very awkward

State-Changed-From-To: open->closed
State-Changed-By: nathan
State-Changed-When: Sun Sep 15 15:52:02 2002
State-Changed-Why:
    this is a direct dumping of the internal type tree. That's
    what it looks like.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=3178


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

end of thread, other threads:[~2002-09-15 22:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-13 13:56 c++/3178: Dump format for typedefs of class types is very awkward John Wilkinson
2002-09-15 15:52 nathan

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