This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug objc/23710] objc front-end should not "abort" after erroring out about method definition not in class context
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Sep 2005 14:49:15 -0000
- Subject: [Bug objc/23710] objc front-end should not "abort" after erroring out about method definition not in class context
- References: <20050903040733.23710.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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