]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Correct ChangeLogs for PR c++/42121 and related.
authorMartin Sebor <msebor@gcc.gnu.org>
Thu, 17 Dec 2015 01:38:35 +0000 (18:38 -0700)
committerMartin Sebor <msebor@gcc.gnu.org>
Thu, 17 Dec 2015 01:38:35 +0000 (18:38 -0700)
From-SVN: r231734

gcc/ChangeLog
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 8e51a4740a455e8ac8bcde352b2f1514ae316e9f..389ca1a6201c99c8892e84f2f1da843b9cc77cee 100644 (file)
 
 2015-12-15  Martin Sebor  <msebor@redhat.com>
 
-       c++/42121
+       PR c++/42121
        * tree-chkp.c (chkp_find_bound_slots_1): Handle flexible array
        members.
        * tree.c (type_contains_placeholder_1): Avoid assuming type has
index 4d7a5f3ad40b9b3c6f3f4ddf12e83ef4cbc9f697..1ffa6eb0e762ba97064d063eba0af4dea14ff760 100644 (file)
 
 2015-12-15  Martin Sebor  <msebor@redhat.com>
 
-       c++/42121
-       c++/68478
-       c++/68613
-       c++/68689
-       c++/68710
+       PR c++/42121
+       PR c++/68478
+       PR c++/68613
+       PR c++/68689
+       PR c++/68710
        * class.c (walk_subobject_offsets): Avoid assuming type domain
        is non-null or has an upper bound.
        (layout_class_type): Include type size in error message.
index 14ea41304882b154a90caa6245d68ed6aeccaf2c..0a8723080fd5424e1b945a828cbfe5be553c491e 100644 (file)
 
 2015-12-15  Martin Sebor  <msebor@redhat.com>
 
-       c++/42121
-       c++/68478
-       c++/68613
-       c++/68689
-       c++/68710
+       PR c++/42121
+       PR c++/68478
+       PR c++/68613
+       PR c++/68689
+       PR c++/68710
        * g++.dg/compat/struct-layout-1_generate.c: Avoid generating
        further fields after the first flexible array member.
        * g++.dg/ext/flexary2.C: Expect a sole flexible array member