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]

r175890 - in /branches/gcc-4_6-branch/gcc/tests...


Author: janis
Date: Tue Jul  5 21:53:06 2011
New Revision: 175890

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175890
Log:
	* lib/target-supports.exp (add_options_for_arm_fp16): Renamed
	from add_options_for_arm_neon_fp16.
	(check_effective_target_arm_fp16_ok_nocache): Renamed from
	check_effective_target_arm_neon_fp16_ok_nocache.
	Check -mfpu and -mfloat-abi options from current multilib.
	Do not require neon support.
	(check_effective_target_arm_fp16_ok): Renamed from
	check_effecitve_target_arm_neon_fp16_ok.
	* g++.dg/ext/arm-fp16/arm-fp16-ops-5.C: Use new names for
	arm_neon_fp16_ok and arm_fp16.
	* g++.dg/ext/arm-fp16/arm-fp16-ops-6.C: Likewise.
	* gcc.dg/torture/arm-fp16-ops-5.c: Likewise.
	* gcc.dg/torture/arm-fp16-ops-6.c: Likewise.
	* gcc.target/arm/fp16-compile-vcvt.c: Likewise.

Modified:
    branches/gcc-4_6-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_6-branch/gcc/testsuite/g++.dg/ext/arm-fp16/arm-fp16-ops-5.C
    branches/gcc-4_6-branch/gcc/testsuite/g++.dg/ext/arm-fp16/arm-fp16-ops-6.C
    branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/torture/arm-fp16-ops-5.c
    branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/torture/arm-fp16-ops-6.c
    branches/gcc-4_6-branch/gcc/testsuite/gcc.target/arm/fp16-compile-vcvt.c
    branches/gcc-4_6-branch/gcc/testsuite/lib/target-supports.exp


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