Fix typos in ChangeLog.

From-SVN: r85425
This commit is contained in:
Mark Mitchell 2004-08-02 02:04:46 +00:00
parent 6a94b85731
commit 72fba2df33
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
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.
@ -8,7 +8,7 @@
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.

View file

@ -1,10 +1,10 @@
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