This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug objc/11661] [objc-improvements-branch] function pointers as ivars
- From: "d dot ayers at inode dot at" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Jul 2003 14:07:43 -0000
- Subject: [Bug objc/11661] [objc-improvements-branch] function pointers as ivars
- References: <20030724135819.11661.d.ayers@inode.at>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11661
------- Additional Comments From d dot ayers at inode dot at 2003-07-24 14:07 -------
Created an attachment (id=4474)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4474&action=view)
Test to reproduce ICE on function pointers as instance variables
compile with:
gccObjCI -fnext-runtime -lobjc fncptrivar.m
or
gccObjCI -fgnu-runtime -lobjc fncptrivar.m