]> gcc.gnu.org Git - gcc.git/commit - gcc/cp/error.c
re PR c++/19991 (Enum not accepted in array-size)
authorMark Mitchell <mark@codesourcery.com>
Wed, 23 Feb 2005 05:30:48 +0000 (05:30 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 23 Feb 2005 05:30:48 +0000 (05:30 +0000)
commit744b12b65f6923a713593f404f97384c6093dd94
treeb003a007ec3edf4d8323134ca4e5d3a88c20f95d
parent90c1d75a9bb8e25aa963da02f9c91f5f40143be1
re PR c++/19991 (Enum not accepted in array-size)

PR c++/19991
* init.c (integral_constant_value): Iterate if the value of a decl
is itself a constant.

PR c++/20152
* parser.c (cp_parser_class_head): Check for redefintions here.
* semantics.c (begin_class_definition): Not here.

PR c++/20153
* decl2.c (build_anon_union_vars): Add type parameter.
(finish_anon_union): Pass it.

PR c++/20148
* error.c (dump_expr): Do not print the body of a BIND_EXPR.
Handle STATEMENT_LIST.

PR c++/19991
* g++.dg/parse/constant7.C: New test.

PR c++/20152
* g++.dg/parse/error27.C: New test.
* g++.dg/template/qualttp15.C: Adjust error markers.
* g++.old-deja/g++.other/struct1.C: Likewise.

PR c++/20153
* g++.dg/template/error17.C: New test.

PR c++/20148
* g++.dg/parser/error26.C: New test.

From-SVN: r95438
13 files changed:
gcc/cp/ChangeLog
gcc/cp/decl2.c
gcc/cp/error.c
gcc/cp/init.c
gcc/cp/parser.c
gcc/cp/semantics.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/parse/constant7.C [new file with mode: 0644]
gcc/testsuite/g++.dg/parse/error26.C [new file with mode: 0644]
gcc/testsuite/g++.dg/parse/error27.C [new file with mode: 0644]
gcc/testsuite/g++.dg/template/error17.C [new file with mode: 0644]
gcc/testsuite/g++.dg/template/qualttp15.C
gcc/testsuite/g++.old-deja/g++.other/struct1.C
This page took 0.06187 seconds and 5 git commands to generate.