[Bug c++/100765] attribute incorrectly applied during type alias deduction

2023-06-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100765 Andrew Pinski changed: What|Removed |Added CC||gcc-bugzilla@richardebeling

[Bug c++/100765] attribute incorrectly applied during type alias deduction

2021-08-12 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100765 --- Comment #3 from Andrew Pinski --- GNU++98 version: #define vec __attribute__((vector_size(4))) template vec T f(vec T); vec int ff(vec int t) { return f(t); } - CUT And one which rejects a different way: #define vec

[Bug c++/100765] attribute incorrectly applied during type alias deduction

2021-08-12 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100765 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2021-08-12 Ever confirmed|0

[Bug c++/100765] attribute incorrectly applied during type alias deduction

2021-08-12 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100765 --- Comment #1 from Andrew Pinski --- *** Bug 100766 has been marked as a duplicate of this bug. ***