r112295 - in /branches/apple-local-200502-branc...

geoffk@gcc.gnu.org geoffk@gcc.gnu.org
Wed Mar 22 21:31:00 GMT 2006


Author: geoffk
Date: Wed Mar 22 21:31:02 2006
New Revision: 112295

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112295
Log:
Index: gcc/ChangeLog.apple-ppc
2006-03-22  Geoffrey Keating  <geoffk@apple.com>

	Radar 4255172
	* config/rs6000/darwin.h (PEG_ALIGN_FOR_MAC68K): Move to here from
	config/darwin.h.  Don't test TARGET_ALTIVEC.
	* config/darwin.h [RS6000_VECTOR_ALIGNMENT] (PEG_ALIGN_FOR_MAC68K): 
	Move this definition to config/rs6000/darwin.h.
	* config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Don't define
	Altivec PIM macros unless -faltivec.
	* config/rs6000/rs6000.c (rs6000_override_options): Don't allow
	special Altivec vector initialisation unless -faltivec.

Index: gcc/testsuite/ChangeLog.apple-ppc
2006-03-22  Geoffrey Keating  <geoffk@apple.com>

	Radar 4255172
	* gcc.apple/altivec-maltivec-2.c: New.
	* gcc.apple/altivec-maltivec-3.c: New.
	* gcc.apple/altivec-maltivec-1.c: Pass -faltivec, don't include
	<altivec.h>.
	* gcc.apple/apple-altivec-5.c: Likewise.
	* gcc.apple/apple-altivec-6.c: Likewise.
	* gcc.apple/apple-altivec-7.c: Likewise.
	* gcc.apple/apple-altivec-8.c: Likewise.
	* gcc.apple/altivec-19.c: Likewise.
	* gcc.apple/altivec-20.c: Likewise.
	* gcc.apple/apple-altivec-test.c: Likewise.
	* g++.dg/apple-altivec-2.c: Likewise.
	* g++.dg/apple-altivec-6.c: Likewise.
	* g++.dg/apple-altivec-11.c: Likewise.

Added:
    branches/apple-local-200502-branch/gcc/testsuite/gcc.apple/altivec-maltivec-2.c
    branches/apple-local-200502-branch/gcc/testsuite/gcc.apple/altivec-maltivec-3.c
Modified:
    branches/apple-local-200502-branch/gcc/ChangeLog.apple-ppc
    branches/apple-local-200502-branch/gcc/config/darwin.h
    branches/apple-local-200502-branch/gcc/config/rs6000/darwin.h
    branches/apple-local-200502-branch/gcc/config/rs6000/rs6000-c.c
    branches/apple-local-200502-branch/gcc/config/rs6000/rs6000.c
    branches/apple-local-200502-branch/gcc/testsuite/ChangeLog.apple-ppc
    branches/apple-local-200502-branch/gcc/testsuite/g++.dg/apple-altivec-2.C
    branches/apple-local-200502-branch/gcc/testsuite/g++.dg/apple-altivec-6.C
    branches/apple-local-200502-branch/gcc/testsuite/g++.dg/apple-altivec-test.C
    branches/apple-local-200502-branch/gcc/testsuite/g++.dg/ext/altivec-apple-11.C
    branches/apple-local-200502-branch/gcc/testsuite/gcc.apple/altivec-19.c
    branches/apple-local-200502-branch/gcc/testsuite/gcc.apple/altivec-20.c
    branches/apple-local-200502-branch/gcc/testsuite/gcc.apple/altivec-maltivec-1.c
    branches/apple-local-200502-branch/gcc/testsuite/gcc.apple/apple-altivec-5.c
    branches/apple-local-200502-branch/gcc/testsuite/gcc.apple/apple-altivec-6.c
    branches/apple-local-200502-branch/gcc/testsuite/gcc.apple/apple-altivec-7.c
    branches/apple-local-200502-branch/gcc/testsuite/gcc.apple/apple-altivec-8.c



More information about the Gcc-cvs mailing list