2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-25 07:00:35 +08:00

Add missing CL.

This commit is contained in:
Marek Polacek 2020-02-05 17:44:06 -05:00
parent 5a8ad97b6e
commit 78c4eb1c4c
2 changed files with 12 additions and 0 deletions
gcc

@ -1,3 +1,9 @@
2020-02-05 Marek Polacek <polacek@redhat.com>
PR c++/93559 - ICE with CONSTRUCTOR flags verification.
* decl.c (reshape_init_array_1): Don't reuse a CONSTRUCTOR with
TREE_SIDE_EFFECTS.
2020-02-05 Jason Merrill <jason@redhat.com>
PR c++/92593

@ -1,3 +1,9 @@
2020-02-05 Marek Polacek <polacek@redhat.com>
PR c++/93559 - ICE with CONSTRUCTOR flags verification.
* g++.dg/cpp0x/initlist119.C: New test.
* g++.dg/cpp0x/initlist120.C: New test.
2020-02-05 Jakub Jelinek <jakub@redhat.com>
PR c++/93557