[Bug c++/81812] [7/8 Regression] Empty virtual function fails to compile

2017-08-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81812 Richard Biener changed: What|Removed |Added Target Milestone|--- |7.3

[Bug c++/81812] [7/8 Regression] Empty virtual function fails to compile

2017-08-10 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81812 --- Comment #4 from Jason Merrill --- Created attachment 41969 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41969&action=edit Prototype patch The issue here is that because the function is empty, GCC decides that we want to inline it int

[Bug c++/81812] [7/8 Regression] Empty virtual function fails to compile

2017-08-10 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81812 Jonathan Wakely changed: What|Removed |Added Keywords||rejects-valid Status|UNCON