https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78775
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
CC||ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78775
--- Comment #11 from Martin Sebor ---
I've raised bug 79073 for the gcc.dg/pr78973.c failure. AFAICT, it's due to a
VRP defect or limitation.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78775
Rainer Orth changed:
What|Removed |Added
CC||ro at gcc dot gnu.org
--- Comment #10 from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78775
--- Comment #9 from Martin Sebor ---
Thanks for the heads up, Bill. I opened bug 79051 for the failure. Can you
paste the excess error(s) you see into that bug please? (I don't see any in my
builds.)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78775
seurer at gcc dot gnu.org changed:
What|Removed |Added
CC||seurer at gcc dot gnu.org
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78775
Martin Sebor changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78775
--- Comment #6 from Martin Sebor ---
Author: msebor
Date: Tue Jan 10 21:02:07 2017
New Revision: 244290
URL: https://gcc.gnu.org/viewcvs?rev=244290&root=gcc&view=rev
Log:
PR tree-optimization/78775 - [7 Regression] ICE in
maybe_warn_alloc_args_o
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78775
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
Version|unknown
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78775
Martin Sebor changed:
What|Removed |Added
Keywords||patch
--- Comment #5 from Martin Sebor -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78775
Martin Sebor changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78775
--- Comment #3 from Marek Polacek ---
So either some games with TREE_VISITED, or keep some hash_set of visited
SSA_NAMEs, or when scanning the PHI arguments, check whether its argument's
definition is also a PHI and has OP in it?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78775
--- Comment #2 from Marek Polacek ---
We're in operand_signed_p, checking whether an SSA_NAME d_4 is signed or not.
We look at its SSA_NAME_DEF_STMT which is
d_4 = PHI <0(2), d_5(5)>
and we walk these phi arguments, and we call operand_signed_p
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78775
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78775
Martin Liška changed:
What|Removed |Added
Keywords||ice-on-valid-code
Last reconfirmed|
14 matches
Mail list logo