[Bug c++/92732] Bit-field of scoped enumeration type cannot be initialized

2020-02-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92732 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/92732] Bit-field of scoped enumeration type cannot be initialized

2020-02-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92732 --- Comment #6 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:41e5eec55cb64b54c717d9625bcee1aac1def569 commit r8-9991-g41e5eec55cb64b54c717d9625bcee1aac1def569 Author: Jakub Jelinek Dat

[Bug c++/92732] Bit-field of scoped enumeration type cannot be initialized

2019-12-20 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92732 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Fri Dec 20 17:34:14 2019 New Revision: 279665 URL: https://gcc.gnu.org/viewcvs?rev=279665&root=gcc&view=rev Log: Backported from mainline 2019-12-03 Jakub Jelinek

[Bug c++/92732] Bit-field of scoped enumeration type cannot be initialized

2019-12-03 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92732 --- Comment #4 from Jakub Jelinek --- Should be fixed on the trunk now, queued for backporting to 9 and 8 branches.

[Bug c++/92732] Bit-field of scoped enumeration type cannot be initialized

2019-12-03 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92732 --- Comment #3 from Jakub Jelinek --- Author: jakub Date: Tue Dec 3 08:21:29 2019 New Revision: 278923 URL: https://gcc.gnu.org/viewcvs?rev=278923&root=gcc&view=rev Log: PR c++/92732 * typeck2.c (digest_nsdmi_init): For bitfield

[Bug c++/92732] Bit-field of scoped enumeration type cannot be initialized

2019-11-29 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92732 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/92732] Bit-field of scoped enumeration type cannot be initialized

2019-11-29 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92732 Jonathan Wakely changed: What|Removed |Added Keywords||rejects-valid Status|UNCON