This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11063] [3.3/3.4 Regression] ICE on parsing initialization list of const array member
- From: "danglin at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Oct 2003 01:57:25 -0000
- Subject: [Bug c++/11063] [3.3/3.4 Regression] ICE on parsing initialization list of const array member
- References: <20030602121501.11063.ElGringo@gmx.at>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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