[Bug tree-optimization/57417] [4.7/4.8 Regression] hang on volatile int array

2013-08-29 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57417 --- Comment #8 from Jakub Jelinek --- Author: jakub Date: Thu Aug 29 13:14:59 2013 New Revision: 202074 URL: http://gcc.gnu.org/viewcvs?rev=202074&root=gcc&view=rev Log: Backported from mainline 2013-07-22 Georg-Johann Lay PR test

[Bug tree-optimization/57417] [4.7/4.8 Regression] hang on volatile int array

2013-05-27 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57417 --- Comment #7 from Eric Botcazou --- > I suppose TREE_SIDE_EFFECTS matter on the offset expression of > a get_inner_reference call on op0 of the ADDR_EXPR. For Ada that > would involve looking at SUBSTITUTE_PLACEHOLDER_IN_EXPR (DECL_FIELD_OFFSET

[Bug tree-optimization/57417] [4.7/4.8 Regression] hang on volatile int array

2013-05-27 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57417 Richard Biener changed: What|Removed |Added Known to work||4.9.0 Summary|[4.7/4.8/4.9 Re