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++/13269] [3.4 regression] compiler hangs on invalid code


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


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