Correct ChangeLogs for PR c++/42121 and related.

From-SVN: r231734
This commit is contained in:
Martin Sebor 2015-12-16 18:38:35 -07:00
parent 7585d94ffe
commit a2f325f94a
3 changed files with 11 additions and 11 deletions

View file

@ -262,7 +262,7 @@
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

View file

@ -29,11 +29,11 @@
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.

View file

@ -115,11 +115,11 @@
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