On Thu, Aug 11, 2011 at 8:31 AM, Richard Guenther wrote:
>
> When adjusting the C++ FE code generation for base type copies
> I noticed the XFAILs on g++.dg/tree-ssa/pr41186.C and investigated
> things a bit. We can fix the testcase easily iff the frontend
> emits the MEM_REF variants, thus the f
When adjusting the C++ FE code generation for base type copies
I noticed the XFAILs on g++.dg/tree-ssa/pr41186.C and investigated
things a bit. We can fix the testcase easily iff the frontend
emits the MEM_REF variants, thus the following patch.
Bootstrapped and tested on x86_64-unknown-linux-gn