Commit 283f1963 by James Greenhalgh Committed by James Greenhalgh

[Patch Testsuite obvious] gcc.target/arm/pr65647.c should not

 unconditionally add -mfloat-abi=soft

gcc/testsuite/

	* gcc.target/arm/pr65647.c: Do not override -mfloat-abi directives
	passed by the testsuite driver.

From-SVN: r224512
parent ab313a8c
2015-06-16 James Greenhalgh <james.greenhalgh@arm.com>
* gcc.target/arm/pr65647.c: Do not override -mfloat-abi directives
passed by the testsuite driver.
2015-06-16 Richard Biener <rguenther@suse.de>
* gcc.dg/vect/slp-perm-11.c: New testcase.
......
/* { dg-do compile } */
/* { dg-require-effective-target arm_arch_v6m_ok } */
/* { dg-skip-if "do not override -mfloat-abi" { *-*-* } { "-mfloat-abi=*" } {"-mfloat-abi=soft" } } */
/* { dg-options "-march=armv6-m -mthumb -O3 -w -mfloat-abi=soft" } */
a, b, c, e, g = &e, h, i = 7, l = 1, m, n, o, q = &m, r, s = &r, u, w = 9, x,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment