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
This commit is contained in:
Greta Yorsh 2012-05-03 09:48:22 +01:00 committed by Greta Yorsh
parent 9179ed9dfc
commit 4b507196a1
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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);