public inbox for frysk-bugzilla@sourceware.org
help / color / mirror / Atom feed
* [Bug general/5702] New: class method return types are incorrect
@ 2008-01-30 22:22 scox at redhat dot com
  2008-05-01 19:14 ` [Bug general/5702] " scox at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: scox at redhat dot com @ 2008-01-30 22:22 UTC (permalink / raw)
  To: frysk-bugzilla

class class_ref_method
{
  class class_ref_method & get_this () {return *this;} 
} class_ref_method_v;

incorrectly yields:

class class_ref_method_v {
 private:
  void * & get_this ();
}

-- 
           Summary: class method return types are 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=5702

------- 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/5702] class method return types are incorrect
  2008-01-30 22:22 [Bug general/5702] New: class method return types are incorrect scox at redhat dot com
@ 2008-05-01 19:14 ` scox at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: scox at redhat dot com @ 2008-05-01 19:14 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From scox at redhat dot com  2008-05-01 19:13 -------
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=5702

------- 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:14 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:22 [Bug general/5702] New: class method return types are incorrect scox at redhat dot com
2008-05-01 19:14 ` [Bug general/5702] " 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).