This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12554] [3.4 Regression] Infinite loop when compiling C++ with syntax errors
- 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: 19 Dec 2003 07:04:44 -0000
- Subject: [Bug c++/12554] [3.4 Regression] Infinite loop when compiling C++ with syntax errors
- References: <20031009172038.12554.falk@debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-19 07:04 -------
I had thought I saw a dup of this one some where but it does not matter because it is fixed:
pr12554.cc:2: error: `foo' does not name a type
pr12554.cc:3: error: `foo' does not name a type
pr12554.cc:4: error: expected init-declarator before '&' token
pr12554.cc:4: error: expected `,' or `;' before '&' token
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12554