[Bug lto/84805] [8 Regression] ICE in get_odr_type, at ipa-devirt.c:2096 since r258133

2018-04-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84805 --- Comment #11 from Martin Liška --- Author: marxin Date: Wed Apr 18 20:05:10 2018 New Revision: 259477 URL: https://gcc.gnu.org/viewcvs?rev=259477=gcc=rev Log: Revert r25841. 2018-04-18 Martin Liska Revert

[Bug lto/84805] [8 Regression] ICE in get_odr_type, at ipa-devirt.c:2096 since r258133

2018-03-13 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84805 --- Comment #10 from Eric Botcazou --- > I thank you for the fast fix. I can confirm that libreoffice now builds fine. You're welcome. > Are you considering adding the reduced test-case to our test-suite? See the submission.

[Bug lto/84805] [8 Regression] ICE in get_odr_type, at ipa-devirt.c:2096 since r258133

2018-03-13 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84805 --- Comment #9 from Martin Liška --- (In reply to Eric Botcazou from comment #8) > Thanks for the reduced testcase. I thank you for the fast fix. I can confirm that libreoffice now builds fine. Are you considering adding the reduced test-case

[Bug lto/84805] [8 Regression] ICE in get_odr_type, at ipa-devirt.c:2096 since r258133

2018-03-13 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84805 Eric Botcazou changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug lto/84805] [8 Regression] ICE in get_odr_type, at ipa-devirt.c:2096 since r258133

2018-03-13 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84805 --- Comment #7 from Eric Botcazou --- Author: ebotcazou Date: Tue Mar 13 10:04:51 2018 New Revision: 258481 URL: https://gcc.gnu.org/viewcvs?rev=258481=gcc=rev Log: PR lto/84805 * ipa-devirt.c (odr_subtypes_equivalent_p): Do not

[Bug lto/84805] [8 Regression] ICE in get_odr_type, at ipa-devirt.c:2096 since r258133

2018-03-12 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84805 --- Comment #6 from Eric Botcazou --- We have an ordering issue because of forward declarations: class XclImpRoot : XclRoot {}; class XclImpColRowSettings : XclImpRoot {}; register_odr_type called on XclImpRoot causes get_odr_type to assign

[Bug lto/84805] [8 Regression] ICE in get_odr_type, at ipa-devirt.c:2096 since r258133

2018-03-12 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84805 Eric Botcazou changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug lto/84805] [8 Regression] ICE in get_odr_type, at ipa-devirt.c:2096 since r258133

2018-03-12 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84805 --- Comment #4 from Eric Botcazou --- This looks an ICE on invalid code though since the ODR is violated.

[Bug lto/84805] [8 Regression] ICE in get_odr_type, at ipa-devirt.c:2096 since r258133

2018-03-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84805 Richard Biener changed: What|Removed |Added Version|unknown |8.0.1 Target Milestone|---

[Bug lto/84805] [8 Regression] ICE in get_odr_type, at ipa-devirt.c:2096 since r258133

2018-03-10 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84805 Martin Liška changed: What|Removed |Added Priority|P3 |P1 Status|UNCONFIRMED

[Bug lto/84805] [8 Regression] ICE in get_odr_type, at ipa-devirt.c:2096 since r258133

2018-03-10 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84805 --- Comment #1 from Martin Liška --- Created attachment 43614 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43614=edit test-case

[Bug lto/84805] [8 Regression] ICE in get_odr_type, at ipa-devirt.c:2096 since r258133

2018-03-10 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84805 --- Comment #3 from Martin Liška --- Created attachment 43616 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43616=edit test-case

[Bug lto/84805] [8 Regression] ICE in get_odr_type, at ipa-devirt.c:2096 since r258133

2018-03-10 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84805 --- Comment #2 from Martin Liška --- Created attachment 43615 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43615=edit test-case