This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13269] [3.4 regression] compiler hangs on invalid code
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Dec 2003 14:33:18 -0000
- Subject: [Bug c++/13269] [3.4 regression] compiler hangs on invalid code
- References: <20031202082746.13269.tneumann@pi3.informatik.uni-mannheim.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bangerth at dealii dot org 2003-12-02 14:33 -------
Confirmed, same thing with mainline. This is a regression
against 3.3.2, which simply printed
g/x> /home/bangerth/bin/gcc-3.3.2/bin/c++ -c x.cc
x.cc:1: error: function body for constructor missing
x.cc:1: warning: all member functions in class `Foo' are private
x.cc: In member function `int Foo::foo()':
x.cc:1: error: parse error before `}' token
without going into an infinite loop.
W.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2003-12-02 14:33:17
date| |
Summary|compiler hangs on invalid |[3.4 regression] compiler
|code |hangs on invalid code
Target Milestone|--- |3.4
Version|tree-ssa |3.4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13269