On Tue, Aug 5, 2014 at 6:57 PM, Maciej W. Rozycki <ma...@codesourcery.com> wrote: > On Mon, 4 Aug 2014, Joseph S. Myers wrote: > >> > except from the newly-added 64-bit little-endian one (according to >> > LINUX64_DEFAULT_ABI_ELFv2 defined in rs6000/sysv4le.h and then >> > rs6000_return_in_memory) or where the `-mabi=elfv2' option has been used >> > (that, regrettably, looks undetectable to me; there's no preprocessor >> > macro defined one could use to tell the ABIs apart). The test case >> >> The preprocessor macro is _CALL_ELF (defined to 1 or 2 depending on the >> 64-bit ABI variant in use, or not defined at all for other ABIs). > > D'oh, there's even a predicate procedure in our test framework already to > cover it. Thanks for straightening me out, an updated patch follows. > This scores: > > UNSUPPORTED: gcc.dg/pr44194-1.c > > in my testing, like the previous version. OK to apply?
Okay. Thanks, David