This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/12560] [3.4/3.5 Regression] Error recovery problem with enum
- 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: 25 Jan 2004 02:52:13 -0000
- Subject: [Bug c/12560] [3.4/3.5 Regression] Error recovery problem with enum
- References: <20031009223334.12560.falk@debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-01-25 02:52 -------
The problem is that this point current_function_decl is not NULL but
current_function_scope is NULL.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12560