On Wed, May 11, 2016 at 09:17:00AM +0930, Alan Modra wrote: > On Mon, May 09, 2016 at 09:43:36AM -0500, Segher Boessenkool wrote: > > Since this monstruous, unreadable condition is used a lot, use a nicely > > named > > helper function instead? > > Like this?
Like that. Thanks! > * config/rs6000/rs6000.c (is_complex_IBM_long_double, > abi_v4_pass_in_fpr): New functions. > (rs6000_function_arg_boundary): Exclude complex IBM long double > from 64-bit alignment when ABI_V4. > (rs6000_function_arg, rs6000_function_arg_advance_1, > rs6000_gimplify_va_arg): Use abi_v4_pass_in_fpr. Okay for trunk. Segher