https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83818
--- Comment #5 from Jonathan Wakely ---
Ha, apparently I forgot that I'd reported the bug and fixed it myself.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83818
Patrick Palka changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83818
Richard Biener changed:
What|Removed |Added
Target Milestone|7.4 |---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83818
Eric Gallager changed:
What|Removed |Added
Target Milestone|--- |7.4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83818
Jonathan Wakely changed:
What|Removed |Added
Keywords||accepts-invalid
Status|UNC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83818
--- Comment #2 from Karolin varner ---
Comment on attachment 43119
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43119
Test case
>template
>struct tstruct {
> T x;
> tstruct(const T &x_) : x{x_} {}
>};
>
>int main() {
> const tstruct s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83818
--- Comment #1 from Karolin varner ---
Created attachment 43119
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43119&action=edit
Test case