This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r237010 - in /branches/ibm/pre-gcc7/gcc: Change...


Author: kelvin
Date: Wed Jun  1 20:33:40 2016
New Revision: 237010

URL: https://gcc.gnu.org/viewcvs?rev=237010&root=gcc&view=rev
Log:
gcc/testsuite/ChangeLog:

2016-06-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>

	* gcc.target/powerpc/darn-0.c: Remove trailing space after and add
	space before parameter list of get_random function.
	* gcc.target/powerpc/darn-1.c: Remove trailing space after and add
	space before parameter list of get_conditioned_random function.
	* gcc.target/powerpc/darn-2.c: Remove trailing space after and add
	space before parameter list of get_raw_random function.

gcc/ChangeLog:

2016-06-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>

	* config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Remove
	redundant inclusion of RS6000_BTM_MODULO and RS6000_BTM_64BIT in
	calcluation of result value.
	* config/rs6000/rs6000.h (RS6000_BTM_P9_VECTOR): Change spelling
	of ISA 3.00 to ISA 3.0 in comment.

Modified:
    branches/ibm/pre-gcc7/gcc/ChangeLog.ibm
    branches/ibm/pre-gcc7/gcc/REVISION
    branches/ibm/pre-gcc7/gcc/config/rs6000/rs6000.c
    branches/ibm/pre-gcc7/gcc/config/rs6000/rs6000.h
    branches/ibm/pre-gcc7/gcc/testsuite/ChangeLog.ibm
    branches/ibm/pre-gcc7/gcc/testsuite/gcc.target/powerpc/darn-0.c
    branches/ibm/pre-gcc7/gcc/testsuite/gcc.target/powerpc/darn-1.c
    branches/ibm/pre-gcc7/gcc/testsuite/gcc.target/powerpc/darn-2.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]