diff options
author | Nathan Froyd <froydnj@codesourcery.com> | 2009-09-25 18:53:06 +0000 |
---|---|---|
committer | Nathan Froyd <froydnj@gcc.gnu.org> | 2009-09-25 18:53:06 +0000 |
commit | 712ff3c86386edf84b22f5954bf6596210218f6d (patch) | |
tree | 547d134c18094f274ab7e2dae41eeefecc94e748 /gcc/testsuite/gcc.dg/vect | |
parent | 5ae5f596510d05e1419873404d58177c597d9dbd (diff) | |
download | gcc-712ff3c86386edf84b22f5954bf6596210218f6d.zip gcc-712ff3c86386edf84b22f5954bf6596210218f6d.tar.gz gcc-712ff3c86386edf84b22f5954bf6596210218f6d.tar.bz2 |
vect.exp: Append extra parameters as separate parameters for alignment-sensitive...
* gcc.dg/vect/vect.exp: Append extra parameters as separate
parameters for alignment-sensitive -fsection-anchors tests.
From-SVN: r152182
Diffstat (limited to 'gcc/testsuite/gcc.dg/vect')
-rw-r--r-- | gcc/testsuite/gcc.dg/vect/vect.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/vect/vect.exp b/gcc/testsuite/gcc.dg/vect/vect.exp index 6b544c2..56e599f 100644 --- a/gcc/testsuite/gcc.dg/vect/vect.exp +++ b/gcc/testsuite/gcc.dg/vect/vect.exp @@ -196,7 +196,7 @@ dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/section-anchors-*.\[cS\]]] # alignment-sensitive -fsection-anchors tests set DEFAULT_VECTCFLAGS $SAVED_DEFAULT_VECTCFLAGS -lappend DEFAULT_VECTCFLAGS "-fsection-anchors -fdump-ipa-increase_alignment" +lappend DEFAULT_VECTCFLAGS "-fsection-anchors" "-fdump-ipa-increase_alignment" dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/aligned-section-anchors-*.\[cS\]]] \ "" $DEFAULT_VECTCFLAGS |