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 c++/12554] [3.4 Regression] Infinite loop when compiling C++ with syntax errors


------- 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


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