This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/21762] [4.0/4.1 Regression] void return with pointer to member function to undefined class


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-26 12:18 -------
Confirmed, very much related to PR 21614.  Changing the undefined class to a defined class makes the 
code work.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
  BugsThisDependsOn|                            |21614
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |rejects-valid
   Last reconfirmed|0000-00-00 00:00:00         |2005-05-26 12:18:23
               date|                            |
            Summary|Regression: Void functions  |[4.0/4.1 Regression] void
                   |can't return invocation of  |return with pointer to
                   |pointers to void member     |member function to undefined
                   |functions                   |class
   Target Milestone|---                         |4.0.1


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]