On Tue, Apr 24, 2012 at 07:56:11AM +0200, Richard Guenther wrote: > On Tue, Apr 24, 2012 at 1:03 AM, Jakub Jelinek <ja...@redhat.com> wrote: > > Hi! > > > > output_addressed_constants isn't able to output constants addressed > > with &MEM_REF<&something, X> and similarly compute_reloc_for_constant > > doesn't handle it. Fixed thusly, bootstrapped/regtested on x86_64-linux and > > i686-linux, ok for trunk/4.7? > > Isn't this latent in 4.6?
Possibly. The bug started being reproduceable on this testcase with http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178312 and stopped being reproducible with http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186687 Jakub