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++/11063] [3.3/3.4 Regression] ICE on parsing initialization list of const array member


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11063



------- Additional Comments From danglin at gcc dot gnu dot org  2003-10-17 01:57 -------
This doesn't seem completely fixed.  I'm seeing the following excess errors
on hppa2.0w-hp-hpux11.11 (3.4 checking on):

Excess errors:
/xxx/gnu/gcc-3.3/gcc/gcc/testsuite/g++.dg/ext/complit1.C:13: error: ISO C++ 
forbids compound-literals
/xxx/gnu/gcc-3.3/gcc/gcc/testsuite/g++.dg/ext/complit1.C:14: error: conversion 
from `int[2]' to non-scalar type `const int[2]' requested


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