[Bug target/90524] [10/11/12 Regression] attribute name and argument mixed up in an error message

2022-01-21 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90524 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug target/90524] [10/11/12 Regression] attribute name and argument mixed up in an error message

2021-12-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90524 --- Comment #4 from Andrew Pinski --- (In reply to Andrew Pinski from comment #3) > aarch64 error message is good: > :2:1: error: pragma or attribute 'target("foobar")' is not valid > 2 | __attribute__ ((target ("foobar"))) void foo () { } >

[Bug target/90524] [10/11/12 Regression] attribute name and argument mixed up in an error message

2021-12-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90524 Andrew Pinski changed: What|Removed |Added Target||x86_64-linux-gnu --- Comment #3 from

[Bug target/90524] [10/11/12 Regression] attribute name and argument mixed up in an error message

2021-12-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90524 Andrew Pinski changed: What|Removed |Added Summary|attribute name and argument |[10/11/12 Regression]