[Bug c++/84727] [8 regression] Constant class initialization not detected as such

2018-03-06 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84727

Marek Polacek  changed:

   What|Removed |Added

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

--- Comment #2 from Marek Polacek  ---
Yeah, already fixed by my r258116.

[Bug c++/84727] [8 regression] Constant class initialization not detected as such

2018-03-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84727

Richard Biener  changed:

   What|Removed |Added

   Keywords||rejects-valid
   Target Milestone|--- |8.0

[Bug c++/84727] [8 regression] Constant class initialization not detected as such

2018-03-05 Thread romain.geissler at amadeus dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84727

--- Comment #1 from Romain Geissler  ---
Mmmh on Godbolt it seems to work with the gcc from today:
https://godbolt.org/g/91wxk7

So it's has been most likely fixed in the meantime.