r213021 - in /branches/gcc-4_9-branch/gcc: Chan...

uweigand@gcc.gnu.org uweigand@gcc.gnu.org
Thu Jul 24 17:25:00 GMT 2014


Author: uweigand
Date: Thu Jul 24 17:25:19 2014
New Revision: 213021

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

	* config/rs6000/rs6000-protos.h (rs6000_special_adjust_field_align_p):
	Add prototype.
	* config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p): New
	function.  Issue -Wpsabi warning if future GCC releases will use
	different field alignment rules for this type.
	* config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Call it.
	* config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Likewise.
	* config/rs6000/freebsd64.h (ADJUST_FIELD_ALIGN): Likewise.

gcc/testsuite/

	* gcc.target/powerpc/ppc64-abi-warn-3.c: New test.

	* gcc.c-torture/execute/20050316-1.x: Add -Wno-psabi.
	* gcc.c-torture/execute/20050604-1.x: Add -Wno-psabi.
	* gcc.c-torture/execute/20050316-3.x: New file.  Add -Wno-psabi.
	* gcc.c-torture/execute/pr23135.x: Likewise.


Added:
    branches/gcc-4_9-branch/gcc/testsuite/gcc.c-torture/execute/20050316-3.x
    branches/gcc-4_9-branch/gcc/testsuite/gcc.c-torture/execute/pr23135.x
    branches/gcc-4_9-branch/gcc/testsuite/gcc.target/powerpc/ppc64-abi-warn-3.c
Modified:
    branches/gcc-4_9-branch/gcc/ChangeLog
    branches/gcc-4_9-branch/gcc/config/rs6000/freebsd64.h
    branches/gcc-4_9-branch/gcc/config/rs6000/linux64.h
    branches/gcc-4_9-branch/gcc/config/rs6000/rs6000-protos.h
    branches/gcc-4_9-branch/gcc/config/rs6000/rs6000.c
    branches/gcc-4_9-branch/gcc/config/rs6000/sysv4.h
    branches/gcc-4_9-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_9-branch/gcc/testsuite/gcc.c-torture/execute/20050316-1.x
    branches/gcc-4_9-branch/gcc/testsuite/gcc.c-torture/execute/20050604-1.x



More information about the Gcc-cvs mailing list