Fix up misplaced ChangeLog entry.
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Nov 2015 09:05:53 +0000 (09:05 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Nov 2015 09:05:53 +0000 (09:05 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@230648 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/cp/ChangeLog

index 01fe78f..3df0eac 100644 (file)
        * 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
index 0428c3c..4f508bd 100644 (file)
        * 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.