diff options
author | Jakub Jelinek <jakub@gcc.gnu.org> | 2015-11-20 10:05:53 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2015-11-20 10:05:53 +0100 |
commit | 5e18a5b5ea6cd851494134497cfda5386be330bb (patch) | |
tree | 5f67b114eaef1ad72044276fd9a9b3410830273a /gcc | |
parent | cf5b92ef1ee2da9608f287e9a668e810c92d90f4 (diff) | |
download | gcc-5e18a5b5ea6cd851494134497cfda5386be330bb.zip gcc-5e18a5b5ea6cd851494134497cfda5386be330bb.tar.gz gcc-5e18a5b5ea6cd851494134497cfda5386be330bb.tar.bz2 |
Fix up misplaced ChangeLog entry.
From-SVN: r230648
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 13 | ||||
-rw-r--r-- | gcc/cp/ChangeLog | 13 |
2 files changed, 13 insertions, 13 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 01fe78f..3df0eac 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -81,19 +81,6 @@ * tree.h (desired_pro_or_demotion_p): New function. * tree-vrp.c (simplify_cond_using_ranges): Call it. -2015-11-19 Jakub Jelinek <jakub@redhat.com> - Manuel López-Ibáñez <manu@gcc.gnu.org> - - PR c++/67409 - * decl.c (identify_goto): Add LOC and DIAG_KIND arguments, call - emit_diagnostic instead of permerror. - (check_previous_goto_1): Adjust identify_goto callers, treat all - cases but crossing initialization and entering scope of decl with - non-trivial dtor as unconditional hard errors. - (check_goto): Use identify_goto. Treat all cases but crossing - initialization and entering scope of decl with non-trivial dtor - as unconditional hard errors. - 2015-11-19 Michael Matz <matz@suse.de> * fwprop.c (update_uses): Use flag_checking instead of diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 0428c3c..4f508bd 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -43,6 +43,19 @@ * pt.c (find_parameter_packs_r) [DECLTYPE_TYPE]: When traversing the DECLTYPE_TYPE_EXPR, set type_pack_expansion_p to false. +2015-11-19 Jakub Jelinek <jakub@redhat.com> + Manuel López-Ibáñez <manu@gcc.gnu.org> + + PR c++/67409 + * decl.c (identify_goto): Add LOC and DIAG_KIND arguments, call + emit_diagnostic instead of permerror. + (check_previous_goto_1): Adjust identify_goto callers, treat all + cases but crossing initialization and entering scope of decl with + non-trivial dtor as unconditional hard errors. + (check_goto): Use identify_goto. Treat all cases but crossing + initialization and entering scope of decl with non-trivial dtor + as unconditional hard errors. + 2015-11-19 Cesar Philippidis <cesar@codesourcery.com> * parser.h (struct cp_omp_declare_simd_data): Add clauses member. |