[Bug c++/68703] __attribute__((vector_size(N))) template member confusion

2024-07-24 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68703 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|NEW See Also|

[Bug c++/68703] __attribute__((vector_size(N))) template member confusion

2024-01-04 Thread rsandifo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68703 Richard Sandiford changed: What|Removed |Added CC||rsandifo at gcc dot gnu.org --- Comm

[Bug c++/68703] __attribute__((vector_size(N))) template member confusion

2021-05-04 Thread ncm at cantrip dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68703 --- Comment #10 from ncm at cantrip dot org --- (In reply to ncm from comment #9) > This bug appears not to manifest in g++-8, 9, and 10. Of the three code samples in comment 4, the first and third fail to compile because N is undefined. What co

[Bug c++/68703] __attribute__((vector_size(N))) template member confusion

2021-05-04 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68703 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c++/68703] __attribute__((vector_size(N))) template member confusion

2020-11-10 Thread ncm at cantrip dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68703 --- Comment #9 from ncm at cantrip dot org --- This bug appears not to manifest in g++-8, 9, and 10.

[Bug c++/68703] __attribute__((vector_size(N))) template member confusion

2016-09-28 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68703 David Edelsohn changed: What|Removed |Added CC||dje at gcc dot gnu.org --- Comment #8 f

[Bug c++/68703] __attribute__((vector_size(N))) template member confusion

2016-09-05 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68703 Jason Merrill changed: What|Removed |Added Status|RESOLVED|NEW Resolution|FIXED

[Bug c++/68703] __attribute__((vector_size(N))) template member confusion

2016-08-09 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68703 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/68703] __attribute__((vector_size(N))) template member confusion

2016-08-09 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68703 --- Comment #6 from Jason Merrill --- Author: jason Date: Tue Aug 9 22:03:07 2016 New Revision: 239309 URL: https://gcc.gnu.org/viewcvs?rev=239309&root=gcc&view=rev Log: PR c++/68703 - bogus error with dependent vector length gcc/c-fam

[Bug c++/68703] __attribute__((vector_size(N))) template member confusion

2016-08-08 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68703 --- Comment #4 from Jakub Jelinek --- Not really sure if this is about dependent type or not, because the following fails too: template struct D { V v; int f1 () { return this->v[N-1]; } int f2 () { return v[N-1]; } }; int main () { typ

[Bug c++/68703] __attribute__((vector_size(N))) template member confusion

2016-08-08 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68703 Martin Sebor changed: What|Removed |Added CC||msebor at gcc dot gnu.org --- Comment #3

[Bug c++/68703] __attribute__((vector_size(N))) template member confusion

2016-08-04 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68703 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/68703] __attribute__((vector_size(N))) template member confusion

2015-12-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68703 Richard Biener changed: What|Removed |Added Keywords||rejects-valid --- Comment #1 from Richa