On Fri, May 31, 2013 at 10:45 PM, Jason Merrill <ja...@redhat.com> wrote: > The issue here was that rs6000-c.c was creating COMPOUND_LITERAL_EXPR, which > the C++ front end doesn't understand. For C++ let's create TARGET_EXPRs > instead. > > Tested powerpc64-unknown-linux-gnu. OK for trunk?
The patch fixes the testsuite failure, but I now have a massive number of new libstdc++ failures on AIX and I don't yet know the cause. - David