https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88166
--- Comment #6 from Jonathan Wakely ---
Author: redi
Date: Fri Feb 8 14:15:36 2019
New Revision: 268692
URL: https://gcc.gnu.org/viewcvs?rev=268692&root=gcc&view=rev
Log:
PR libstdc++/87308 adjust regex used in std::any pretty printer
The rege
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88166
--- Comment #5 from Jonathan Wakely ---
Author: redi
Date: Fri Nov 23 15:48:56 2018
New Revision: 266408
URL: https://gcc.gnu.org/viewcvs?rev=266408&root=gcc&view=rev
Log:
PR libstdc++/87308 adjust regex used in std::any pretty printer
The pret
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88166
Jonathan Wakely changed:
What|Removed |Added
Resolution|INVALID |FIXED
--- Comment #4 from Jonathan Wak
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88166
Richard Biener changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88166
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88166
--- Comment #1 from Jonathan Wakely ---
Oops, I simplified the testcase, but didn't update it in bugzilla before
submitting the form. The output above corresponds to this code:
struct any {
struct Arg { char c; };
template
struct Manag