[Bug c++/79464] [7 Regression] ICE in ipa_modify_formal_ parameters

2017-02-16 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79464 Martin Liška changed: What|Removed |Added CC||gerhard.steinmetz.fortran@t

[Bug c++/79464] [7 Regression] ICE in ipa_modify_formal_ parameters

2017-02-15 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79464 --- Comment #6 from Jason Merrill --- Author: jason Date: Wed Feb 15 20:29:08 2017 New Revision: 245495 URL: https://gcc.gnu.org/viewcvs?rev=245495&root=gcc&view=rev Log: PR c++/79464 - ICE in IPA with omitted constructor parms

[Bug c++/79464] [7 Regression] ICE in ipa_modify_formal_ parameters

2017-02-15 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79464 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/79464] [7 Regression] ICE in ipa_modify_formal_ parameters

2017-02-14 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79464 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/79464] [7 Regression] ICE in ipa_modify_formal_ parameters

2017-02-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79464 --- Comment #4 from Jakub Jelinek --- (In reply to Jakub Jelinek from comment #3) > On the other side there are over 120 direct TYPE_ARG_TYPES uses and almost 30 > FUNCTION_FIRST_USER_PARMTYPE. Assuming inherited base ctor clones are only In th

[Bug c++/79464] [7 Regression] ICE in ipa_modify_formal_ parameters

2017-02-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79464 --- Comment #3 from Jakub Jelinek --- And, to answer myself whether the middle-end does care about the METHOD_TYPE being correct, yes, it does, e.g. that type is stored in gimple_call_fntype on all the calls to such inherited base ctor, so it sho

[Bug c++/79464] [7 Regression] ICE in ipa_modify_formal_ parameters

2017-02-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79464 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2

[Bug c++/79464] [7 Regression] ICE in ipa_modify_formal_ parameters

2017-02-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79464 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Target Milestone|---

[Bug c++/79464] [7 Regression] ICE in ipa_modify_formal_ parameters

2017-02-13 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79464 Martin Liška changed: What|Removed |Added Keywords||ice-on-valid-code Status|UNCO