[Bug c/88363] [9 Regression] alloc_align attribute doesn't accept enumerated arguments

2019-01-06 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88363 --- Comment #9 from Jakub Jelinek --- Author: jakub Date: Sun Jan 6 10:25:46 2019 New Revision: 267608 URL: https://gcc.gnu.org/viewcvs?rev=267608=gcc=rev Log: PR c/88363 * c-c++-common/attributes-4.c (falloc_align_int128,

[Bug c/88363] [9 Regression] alloc_align attribute doesn't accept enumerated arguments

2019-01-04 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88363 --- Comment #8 from Martin Sebor --- Author: msebor Date: Fri Jan 4 22:48:45 2019 New Revision: 267583 URL: https://gcc.gnu.org/viewcvs?rev=267583=gcc=rev Log: PR c/88363 - alloc_align attribute doesn't accept enumerated arguments

[Bug c/88363] [9 Regression] alloc_align attribute doesn't accept enumerated arguments

2019-01-04 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88363 Martin Sebor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c/88363] [9 Regression] alloc_align attribute doesn't accept enumerated arguments

2019-01-04 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88363 Martin Sebor changed: What|Removed |Added Keywords||patch --- Comment #6 from Martin Sebor

[Bug c/88363] [9 Regression] alloc_align attribute doesn't accept enumerated arguments

2018-12-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88363 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug c/88363] [9 Regression] alloc_align attribute doesn't accept enumerated arguments

2018-12-16 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88363 --- Comment #5 from Thomas Koenig --- Author: tkoenig Date: Sun Dec 16 14:32:46 2018 New Revision: 267187 URL: https://gcc.gnu.org/viewcvs?rev=267187=gcc=rev Log: 2018-12-16 Thomas Koenig PF fortran/88364 * trans-expr.c

[Bug c/88363] [9 Regression] alloc_align attribute doesn't accept enumerated arguments

2018-12-06 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88363 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c/88363] [9 Regression] alloc_align attribute doesn't accept enumerated arguments

2018-12-06 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88363 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3

[Bug c/88363] [9 Regression] alloc_align attribute doesn't accept enumerated arguments

2018-12-05 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88363 Richard Biener changed: What|Removed |Added Target Milestone|--- |9.0

[Bug c/88363] [9 Regression] alloc_align attribute doesn't accept enumerated arguments

2018-12-04 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88363 --- Comment #2 from Martin Sebor --- Interestingly, C++ definition of /integer type/ does not include enumerated types so there the change had the opposite effect: code that was previously accepted now gets a warning. Ironically, Clang accepts

[Bug c/88363] [9 Regression] alloc_align attribute doesn't accept enumerated arguments

2018-12-04 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88363 Martin Sebor changed: What|Removed |Added Keywords||diagnostic --- Comment #1 from Martin