https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93951
Martin Liška changed:
What|Removed |Added
Known to work|10.0|
Known to fail|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93951
--- Comment #4 from rguenther at suse dot de ---
On Mon, 2 Mar 2020, marxin at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93951
>
> Martin Liška changed:
>
>What|Removed |Added
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93951
Martin Liška changed:
What|Removed |Added
Keywords|needs-bisection |
--- Comment #3 from Martin Liška ---
On
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93951
--- Comment #2 from Guillaume Morin ---
fwiw the reproducer can be reduced further to:
#include
struct S1 {
bool fct() const;
};
struct V {
bool visit() const {
auto visitor = [](auto&& s) -> bool { return s.fct(); };
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93951
Richard Biener changed:
What|Removed |Added
Keywords||needs-bisection
Status|UNCO