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 objc/23710] objc front-end should not "abort" after erroring out about method definition not in class context


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-05 14:49 -------
Confirmed, a better testcase is:
+(void)C{}

void f(a){}

---
So that there is an error after the method definition.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
      Known to fail|3.3 4.1.0                   |3.3 4.1.0 2.95.3
   Last reconfirmed|0000-00-00 00:00:00         |2005-09-05 14:49:14
               date|                            |


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


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