This patch changes some of the dejagnu options to better restrict where the...
authorBill Seurer <seurer@linux.vnet.ibm.com>
Fri, 20 May 2016 20:31:52 +0000 (20:31 +0000)
committerBill Seurer <seurer@gcc.gnu.org>
Fri, 20 May 2016 20:31:52 +0000 (20:31 +0000)
commit9cad20fa669f35bafba4beb6eb7464cb7d17fd12
tree5f001c022cbd12e1756a8e87242874d55b7f05cb
parentae578943c00e669b6b18ce2588a29efcfb74ae19
This patch changes some of the dejagnu options to better restrict where the...

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.

[gcc]

2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>

* config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.

[gcc/testsuite]

2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>

* gcc.target/powerpc/vec-adde.c: Change dejagnu options, fix code
formatting.
* gcc.target/powerpc/vec-adde-int128.c: Change dejagnu options, fix code
formatting.

From-SVN: r236537
ChangeLog
gcc/config/rs6000/rs6000-c.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/powerpc/vec-adde-int128.c
gcc/testsuite/gcc.target/powerpc/vec-adde.c