[Bug tree-optimization/65002] [5 Regression] ICE: Segmentation fault

2015-02-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65002 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/65002] [5 Regression] ICE: Segmentation fault

2015-02-13 Thread ienkovich at gcc dot gnu.org
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

[Bug tree-optimization/65002] [5 Regression] ICE: Segmentation fault

2015-02-11 Thread jakub at gcc dot gnu.org
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

[Bug tree-optimization/65002] [5 Regression] ICE: Segmentation fault

2015-02-11 Thread enkovich.gnu at gmail dot com
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

[Bug tree-optimization/65002] [5 Regression] ICE: Segmentation fault

2015-02-10 Thread jakub at gcc dot gnu.org
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

[Bug tree-optimization/65002] [5 Regression] ICE: Segmentation fault

2015-02-10 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65002 Markus Trippelsdorf changed: What|Removed |Added CC||rearnsha at gcc dot gnu.org --- Co

[Bug tree-optimization/65002] [5 Regression] ICE: Segmentation fault

2015-02-10 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65002 Markus Trippelsdorf changed: What|Removed |Added CC||trippels at gcc dot gnu.org --- Co

[Bug tree-optimization/65002] [5 Regression] ICE: Segmentation fault

2015-02-10 Thread jakub at gcc dot gnu.org
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

[Bug tree-optimization/65002] [5 Regression] ICE: Segmentation fault

2015-02-10 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65002 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Status|UNCONFIRMED