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
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
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