https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79464
Martin Liška changed:
What|Removed |Added
CC||gerhard.steinmetz.fortran@t
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79464
Jason Merrill changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79464
Jason Merrill changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
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
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79464
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79464
Martin Liška changed:
What|Removed |Added
Keywords||ice-on-valid-code
Status|UNCO