public inbox for frysk-bugzilla@sourceware.org
help / color / mirror / Atom feed
* [Bug general/5703] New: nested classes type display is incorrect
@ 2008-01-30 22:24 scox at redhat dot com
  2008-05-01 19:15 ` [Bug general/5703] " scox at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: scox at redhat dot com @ 2008-01-30 22:24 UTC (permalink / raw)
  To: frysk-bugzilla

class class_nested_class	
{
public:
  class nested
  {
   public:
    nested (int i) : z(i) {}
    int z;
  };
} class_nested_class_v;

yields:

struct class_nested_class_v {
}

-- 
           Summary: nested classes type display is incorrect
           Product: frysk
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: general
        AssignedTo: frysk-bugzilla at sourceware dot org
        ReportedBy: scox at redhat dot com


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

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


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

* [Bug general/5703] nested classes type display is incorrect
  2008-01-30 22:24 [Bug general/5703] New: nested classes type display is incorrect scox at redhat dot com
@ 2008-05-01 19:15 ` scox at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: scox at redhat dot com @ 2008-05-01 19:15 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From scox at redhat dot com  2008-05-01 19:14 -------
Allow for "this" return and parameter values.
    
* TypeFactory.java (getGccStructOrClassType): Set dieHash.
(getType): Set "this" reference from dieHash.
* Type.java (toPrintBrief): New.
* funit-type-class.cxx (class_nested_class): New.
(class_ref_method): New.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


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

end of thread, other threads:[~2008-05-01 19:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-30 22:24 [Bug general/5703] New: nested classes type display is incorrect scox at redhat dot com
2008-05-01 19:15 ` [Bug general/5703] " scox 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).