https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94426
--- Comment #7 from CVS Commits ---
The master branch has been updated by Iain D Sandoe :
https://gcc.gnu.org/g:b084efe3fcdfcf88e1703800b9b99347e89beefb
commit r10-7761-gb084efe3fcdfcf88e1703800b9b99347e89beefb
Author: Iain Sandoe
Date: Thu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94426
Nathan Sidwell changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94426
--- Comment #5 from Nathan Sidwell ---
Reduced testcase:
template using Void = void;
template bool Init (U);
template bool VAR = Init ([] {});
template
Void> Foo (T)
{}
void q ()
{
Foo ([] {});
}
bug.ii: At global scope:
bug.ii:5:38:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94426
Nathan Sidwell changed:
What|Removed |Added
Status|SUSPENDED |ASSIGNED
--- Comment #4 from Nathan Sid
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94426
--- Comment #3 from Jakub Jelinek ---
Is this SUSPENDED on https://github.com/itanium-cxx-abi/cxx-abi/issues/94
resolution, or something else?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94426
Nathan Sidwell changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |nathan at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94426
--- Comment #2 from Jakub Jelinek ---
Adjusted testcase that ICEs already starting with the r10-7243 commit, again
-O2 -flto:
template struct b { static constexpr int c = a; };
template using d = b;
template auto ad() -> decltype(0);
struct m
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94426
Jakub Jelinek changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94426
Richard Biener changed:
What|Removed |Added
Keywords||lto
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94426
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|--- |10.0
10 matches
Mail list logo