This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249059 - in /trunk/gcc/testsuite: ChangeLog li...
- From: thopre01 at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 09 Jun 2017 12:55:38 -0000
- Subject: r249059 - in /trunk/gcc/testsuite: ChangeLog li...
Author: thopre01
Date: Fri Jun 9 12:55:38 2017
New Revision: 249059
URL: https://gcc.gnu.org/viewcvs?rev=249059&root=gcc&view=rev
Log:
[ARM] Allow arm_arch_*_ok to test several macros
2017-06-09 Thomas Preud'homme <thomas.preudhomme@arm.com>
gcc/testsuite/
* lib/target-supports.exp (check_effective_target_arm_arch_FUNC_ok):
Test for null definitions instead of them being undefined. Add entry
for ARMv7VE. Reindent entry for ARMv8-M Baseline. Add comment warning
about using the effective target for architecture extension.
(check_effective_target_arm_arch_v7ve_ok): Remove.
(add_options_for_arm_arch_v7ve): Likewise.
Modified:
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/lib/target-supports.exp