On Fri, May 20, 2016 at 01:35:15PM -0500, Bill Seurer wrote: > This patch changes some of the dejagnu options to better restrict > where the test cases run so that they will no longer cause failures on > power7 machines. > > Based on a subsequent patch I also updated the code formatting (indentation, > etc.) for the code from the original patch (r235577) in both the test cases > and in rs6000-c.c. > > Bootstrapped and tested on powerpc64le-unknown-linux-gnu (on both > power7 and power8) and powerpc64-unknown-linux-gnu (power8) with no > regressions. Is this ok for trunk?
Okay, one changelog issue... > [gcc] > > 2016-05-20 Bill Seurer <seu...@linux.vnet.ibm.com> > > * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix > code formatting in ALTIVEC_BUILTIN_VEC_ADDEC section. > > [gcc/testsuite] > > 2016-05-20 Bill Seurer <seu...@linux.vnet.ibm.com> > > * gcc.target/powerpc/vec-addec.c: Change dejagnu options, fix code > formatting. > * gcc.target/powerpc/vec-addec-int128.c: Change dejagnu options, fix > code > formatting. "formatting" here should be indented like the *. Segher