https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98192
Richard Biener changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98192
--- Comment #3 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:1746681c3c167adafb7c0a30978dc2ca96144121
commit r11-5847-g1746681c3c167adafb7c0a30978dc2ca96144121
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98192
--- Comment #2 from Martin Liška ---
One more reduced test-case for x86_64-linux-gnu:
$ cat skcms.ii
template struct VecHelper {
typedef T __attribute__((vector_size(N * sizeof(int V;
};
template using Vec = typename VecHelper::V;
templa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98192
Richard Biener changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98192
Martin Liška changed:
What|Removed |Added
Priority|P3 |P1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98192
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Target Milestone|---