[Bug middle-end/81812] [7/8 Regression] Empty virtual function fails to compile

2018-03-02 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81812 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED CC|paolo.carlin

[Bug middle-end/81812] [7/8 Regression] Empty virtual function fails to compile

2018-03-02 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81812 --- Comment #10 from paolo at gcc dot gnu.org --- Author: paolo Date: Fri Mar 2 18:06:44 2018 New Revision: 258150 URL: https://gcc.gnu.org/viewcvs?rev=258150&root=gcc&view=rev Log: 2018-03-02 Paolo Carlini PR c++/81812 * g+

[Bug middle-end/81812] [7/8 Regression] Empty virtual function fails to compile

2018-03-02 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81812 --- Comment #9 from Paolo Carlini --- This works in 7.3.0 too. I'm going to add the testcase and close the bug.

[Bug middle-end/81812] [7/8 Regression] Empty virtual function fails to compile

2018-02-01 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81812 Jan Hubicka changed: What|Removed |Added CC||mliska at suse dot cz --- Comment #8 from

[Bug middle-end/81812] [7/8 Regression] Empty virtual function fails to compile

2018-01-25 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 |7.4 --- Comment #7 from Richard Biener

[Bug middle-end/81812] [7/8 Regression] Empty virtual function fails to compile

2018-01-18 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81812 Paolo Carlini changed: What|Removed |Added CC||paolo.carlini at oracle dot com --- Comm

[Bug middle-end/81812] [7/8 Regression] Empty virtual function fails to compile

2017-12-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81812 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug middle-end/81812] [7/8 Regression] Empty virtual function fails to compile

2017-11-19 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81812 --- Comment #5 from Jan Hubicka --- I think we should just mark such thunks as not inlinable in compute_fn_summary. PPatch is OK with that change. Thanks! Honza

[Bug middle-end/81812] [7/8 Regression] Empty virtual function fails to compile

2017-08-16 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.2 |7.3

[Bug middle-end/81812] [7/8 Regression] Empty virtual function fails to compile

2017-08-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81812 Richard Biener changed: What|Removed |Added Keywords||wrong-code CC|