Commit beb219dd by Julian Brown Committed by Sandra Loosemore

pr45094.c: Remove -mcpu=cortex-a8, dg-skip-if options.

2014-06-05  Julian Brown  <julian@codesourcery.com>
	    Sandra Loosemore  <sandra@codesourcery.com>

	gcc/testsuite/
	* gcc.target/arm/pr45094.c: Remove -mcpu=cortex-a8, dg-skip-if
	options.

Co-Authored-By: Sandra Loosemore <sandra@codesourcery.com>

From-SVN: r211282
parent 9803e573
2014-06-05 Julian Brown <julian@codesourcery.com>
Sandra Loosemore <sandra@codesourcery.com>
* gcc.target/arm/pr45094.c: Remove -mcpu=cortex-a8, dg-skip-if
options.
2014-06-05 Richard Biener <rguenther@suse.de> 2014-06-05 Richard Biener <rguenther@suse.de>
PR c++/61004 PR c++/61004
......
/* { dg-do run } */ /* { dg-do run } */
/* { dg-skip-if "incompatible options" { arm*-*-* } { "-march=*" } { "-march=armv7-a" } } */
/* { dg-require-effective-target arm_neon_hw } */ /* { dg-require-effective-target arm_neon_hw } */
/* { dg-options "-O2 -mcpu=cortex-a8" } */ /* { dg-options "-O2" } */
/* { dg-add-options arm_neon } */ /* { dg-add-options arm_neon } */
#include <stdlib.h> #include <stdlib.h>
......
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