Bug#180937: g++ internal compiler error: Error reporting routines re-entered

2003-02-15 Thread H. S. Teoh
On Fri, Feb 14, 2003 at 12:50:43PM -0500, Daniel Jacobowitz wrote: > On Fri, Feb 14, 2003 at 12:14:01AM -0500, H. S. Teoh wrote: [snip] > > Also, why doesn't g++ like the declaration of objects inside a switch > > statement? Is this invalid according to the C++ spec, or is it a GCC > > oddity? Rega

Bug#180937: g++ internal compiler error: Error reporting routines re-entered

2003-02-14 Thread Daniel Jacobowitz
On Fri, Feb 14, 2003 at 12:14:01AM -0500, H. S. Teoh wrote: > Package: g++ > Version: 3.2.2-0 > Severity: important > > The attached source file causes g++ to report an internal compiler error: > > % g++ -c g++bug.cc > g++bug.cc: In function `int main(int, char**)': > g++bug.cc:29: jump to case l

Bug#180937: g++ internal compiler error: Error reporting routines re-entered

2003-02-13 Thread H. S. Teoh
Package: g++ Version: 3.2.2-0 Severity: important The attached source file causes g++ to report an internal compiler error: % g++ -c g++bug.cc g++bug.cc: In function `int main(int, char**)': g++bug.cc:29: jump to case label g++bug.cc:26: crosses initialization of `someclass obj1' g++bug.cc:33: