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
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
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:
3 matches
Mail list logo