Commit 4b507196 by Greta Yorsh Committed by Greta Yorsh

builtin-stringop-chk-1.c (dg-options): Replace dg-options for target arm with…

builtin-stringop-chk-1.c (dg-options): Replace dg-options for target arm with dg-additional-options.

gcc/testsuite

2012-05-02  Greta Yorsh  <Greta.Yorsh@arm.com>

	* gcc.dg/builtin-stringop-chk-1.c (dg-options): Replace
	dg-options for target arm with dg-additional-options.

From-SVN: r187079
parent 9179ed9d
2012-05-03 Greta Yorsh <Greta.Yorsh@arm.com>
* gcc.dg/builtin-stringop-chk-1.c (dg-options): Replace
dg-options for target arm with dg-additional-options.
2012-05-03 Richard Guenther <rguenther@suse.de>
PR tree-optimization/53144
......
......@@ -2,7 +2,7 @@
are emitted properly. */
/* { dg-do compile } */
/* { dg-options "-O2 -std=gnu99 -ftrack-macro-expansion=0" } */
/* { dg-options "-mstructure-size-boundary=8 -O2 -std=gnu99" { target arm*-*-* } } */
/* { dg-additional-options "-mstructure-size-boundary=8" { target arm*-*-* } } */
extern void abort (void);
......
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