[Bug c++/89871] Wall + designated initializers

2020-07-23 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89871

Marek Polacek  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||mpolacek at gcc dot gnu.org
 Resolution|--- |FIXED

--- Comment #6 from Marek Polacek  ---
Test added.

[Bug c++/89871] Wall + designated initializers

2019-03-29 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89871

--- Comment #5 from Marek Polacek  ---
Author: mpolacek
Date: Fri Mar 29 15:24:00 2019
New Revision: 270019

URL: https://gcc.gnu.org/viewcvs?rev=270019=gcc=rev
Log:
PR c++/89871
* g++.dg/cpp2a/desig14.C: New test.

Added:
trunk/gcc/testsuite/g++.dg/cpp2a/desig14.C
Modified:
trunk/gcc/testsuite/ChangeLog

[Bug c++/89871] Wall + designated initializers

2019-03-29 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89871

--- Comment #4 from Marek Polacek  ---
I'll add the test to trunk.

[Bug c++/89871] Wall + designated initializers

2019-03-29 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89871

Jakub Jelinek  changed:

   What|Removed |Added

 CC||jakub at gcc dot gnu.org

--- Comment #3 from Jakub Jelinek  ---
In any case we want the testcase into the testsuite on the trunk.

[Bug c++/89871] Wall + designated initializers

2019-03-29 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89871

Richard Biener  changed:

   What|Removed |Added

   Keywords||diagnostic,
   ||ice-on-valid-code
 Status|UNCONFIRMED |NEW
   Last reconfirmed||2019-03-29
 CC||dmalcolm at gcc dot gnu.org
  Known to work||9.0
 Ever confirmed|0   |1
  Known to fail||8.1.0, 8.2.0, 8.3.0

--- Comment #2 from Richard Biener  ---
Note GCC 7 doesn't have support for non-trivial designated initializers so
not a regression.  Not sure if the fix is a real fix.

[Bug c++/89871] Wall + designated initializers

2019-03-28 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89871

Marek Polacek  changed:

   What|Removed |Added

 CC||mpolacek at gcc dot gnu.org

--- Comment #1 from Marek Polacek  ---
Seems to have been fixed by r265609.