[Bug debug/93951] ICE with '-flto -g -femit-struct-debug-baseonly'

2020-03-02 Thread marxin at gcc dot gnu.org
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|

[Bug debug/93951] ICE with '-flto -g -femit-struct-debug-baseonly'

2020-03-02 Thread rguenther at suse dot de
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 >

[Bug debug/93951] ICE with '-flto -g -femit-struct-debug-baseonly'

2020-03-02 Thread marxin at gcc dot gnu.org
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

[Bug debug/93951] ICE with '-flto -g -femit-struct-debug-baseonly'

2020-02-28 Thread guillaume at morinfr dot org
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(); };

[Bug debug/93951] ICE with '-flto -g -femit-struct-debug-baseonly'

2020-02-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93951 Richard Biener changed: What|Removed |Added Keywords||needs-bisection Status|UNCO