diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8a6ea4e88e93..e9766b62b61e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -72,12 +72,6 @@ * config/aarch64/t-aarch64-linux: New file. * config/aarch64/t-aarch64: New file. -2012-10-23 Jakub Jelinek - - PR c++/54988 - * decl2.c (cplus_decl_attributes): Don't return early - if attributes is NULL. - 2012-10-23 Michael Matz * tree-ssa-operands.h (struct def_optype_d, def_optype_p): Remove. diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 73ab5a9b0ae1..bb06612e1549 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,9 @@ +2012-10-23 Jakub Jelinek + + PR c++/54988 + * decl2.c (cplus_decl_attributes): Don't return early + if attributes is NULL. + 2012-10-18 Paolo Carlini PR c++/54501