https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65002
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65002
--- Comment #8 from ienkovich at gcc dot gnu.org ---
Author: ienkovich
Date: Fri Feb 13 09:44:07 2015
New Revision: 220679
URL: https://gcc.gnu.org/viewcvs?rev=220679&root=gcc&view=rev
Log:
gcc/
PR tree-optimization/65002
* tree-cfg.c (p
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65002
--- Comment #7 from Jakub Jelinek ---
Sure, the __attribute__((const)) looks very much wrong to me, as it returns
what the reference points, it necessarily reads memory and therefore is at most
pure, but certainly not const.
But, we must not ICE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65002
--- Comment #6 from Ilya Enkovich ---
Is this actually an ICE on valid code? 'const' attribute seems incorrect here
similar to what we had in PR64353.
The problem comes from SSA inconsistency caused by the wrong attribute.
Probably just ignore
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65002
--- Comment #5 from Jakub Jelinek ---
Seems estimate_function_body_sizes, in particular the ipa_load_from_parm_agg,
assumes that the function has SSA form properly updated, but since the bounded
pointers stuff changes that is not necessarily true
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65002
Markus Trippelsdorf changed:
What|Removed |Added
CC||rearnsha at gcc dot gnu.org
--- Co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65002
Markus Trippelsdorf changed:
What|Removed |Added
CC||trippels at gcc dot gnu.org
--- Co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65002
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65002
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
Status|UNCONFIRMED