2004-08-01 Mark Mitchell <mark@codesourcery.com>
- PR c++/16338
+ PR c++/16489
* cp-tree.h (DECL_INTEGRAL_CONSTANT_VAR_P): New macro.
* call.c (null_ptr_cst_p): Handle variables with constant
initializers.
DECL_INTEGRAL_CONSTANT_VAR_P.
* semantics.c (finish_id_expression): Likewise.
- PR c++/16489
+ PR c++/16529
* decl.c (duplicate_decls): Reject duplicate namespace
declarations.
2004-08-01 Mark Mitchell <mark@codesourcery.com>
- PR c++/16338
+ PR c++/16489
* g++.dg/init/null1.C: New test.
* g++.dg/tc1/dr76.C: Adjust error marker.
- PR c++/16489
+ PR c++/16529
* g++.dg/parse/namespace10.C: New test.
PR c++/16810