https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95063
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95063
--- Comment #6 from Arseny Solokha ---
Is there more work pending, or can this PR be closed?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95063
--- Comment #5 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:99b0c9ec47d563d1f780cb678c04d37c9835440f
commit r11-314-g99b0c9ec47d563d1f780cb678c04d37c9835440f
Author: Jakub Jelinek
Date: Tue
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95063
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |11.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95063
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95063
--- Comment #3 from Jakub Jelinek ---
Reduced testcase that is valid:
template
struct S {
T a:12;
S () : a(0)
{
#pragma omp for linear(a)
for (int k = 0; k < 64; ++k)
a++;
}
};
S s;
I guess this boils down to what type shoul
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95063
Marek Polacek changed:
What|Removed |Added
Last reconfirmed||2020-05-11
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95063
Jakub Jelinek changed:
What|Removed |Added
Keywords||ice-on-invalid-code
CC|