[Bug c++/78550] [6/7 Regression] bit field and std::initializer_list

2016-12-09 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78550 Nathan Sidwell changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/78550] [6/7 Regression] bit field and std::initializer_list

2016-12-09 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78550 --- Comment #3 from Nathan Sidwell --- Author: nathan Date: Fri Dec 9 14:04:53 2016 New Revision: 243484 URL: https://gcc.gnu.org/viewcvs?rev=243484&root=gcc&view=rev Log: PR c++/78550 * convert.c (convert_to_integer_1): Maybe f

[Bug c++/78550] [6/7 Regression] bit field and std::initializer_list

2016-12-09 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78550 --- Comment #2 from Nathan Sidwell --- Author: nathan Date: Fri Dec 9 12:18:36 2016 New Revision: 243479 URL: https://gcc.gnu.org/viewcvs?rev=243479&root=gcc&view=rev Log: PR c++/78550 * convert.c (convert_to_integer_1): Maybe f

[Bug c++/78550] [6/7 Regression] bit field and std::initializer_list

2016-12-07 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78550 Nathan Sidwell changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/78550] [6/7 Regression] bit field and std::initializer_list

2016-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78550 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug c++/78550] [6/7 Regression] bit field and std::initializer_list

2016-11-28 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78550 --- Comment #1 from Jakub Jelinek --- Started with r230365. Testcase without any headers: namespace std { template struct initializer_list { const T *a; __SIZE_TYPE__ b; constexpr initializer_list (const T *x, __SIZE_T

[Bug c++/78550] [6/7 Regression] bit field and std::initializer_list

2016-11-28 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78550 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/78550] [6/7 Regression] bit field and std::initializer_list

2016-11-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78550 Richard Biener changed: What|Removed |Added Keywords||rejects-valid Target Milestone|---