r236537 - in /trunk: ChangeLog gcc/config/rs600...

seurer@gcc.gnu.org seurer@gcc.gnu.org
Fri May 20 20:31:00 GMT 2016


Author: seurer
Date: Fri May 20 20:31:52 2016
New Revision: 236537

URL: https://gcc.gnu.org/viewcvs?rev=236537&root=gcc&view=rev
Log:
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.

Modified:
    trunk/ChangeLog
    trunk/gcc/config/rs6000/rs6000-c.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.target/powerpc/vec-adde-int128.c
    trunk/gcc/testsuite/gcc.target/powerpc/vec-adde.c



More information about the Gcc-cvs mailing list