diff options
author | Eric Botcazou <ebotcazou@libertysurf.fr> | 2006-08-07 08:44:41 +0200 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2006-08-07 06:44:41 +0000 |
commit | 9dc037946939c345c7dce7eaf12d57dabde59964 (patch) | |
tree | 97a5117a697313672b70fae921bd0cf8a7be4b10 | |
parent | 405dbbf76a72d47262922311ec95acd43ef8978d (diff) | |
download | gcc-9dc037946939c345c7dce7eaf12d57dabde59964.zip gcc-9dc037946939c345c7dce7eaf12d57dabde59964.tar.gz gcc-9dc037946939c345c7dce7eaf12d57dabde59964.tar.bz2 |
sparc-getcontext-1.c: Fix typo.
* gcc.dg/sparc-getcontext-1.c: Fix typo.
From-SVN: r115988
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/sparc-getcontext-1.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9ea74f6..5849d9d 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2006-08-07 Eric Botcazou <ebotcazou@libertysurf.fr> + + * gcc.dg/sparc-getcontext-1.c: Fix typo. + 2006-08-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> * objc.dg/dwarf-1.m: Skip on 32-bit hppa hpux. diff --git a/gcc/testsuite/gcc.dg/sparc-getcontext-1.c b/gcc/testsuite/gcc.dg/sparc-getcontext-1.c index 762804c..7b5939d 100644 --- a/gcc/testsuite/gcc.dg/sparc-getcontext-1.c +++ b/gcc/testsuite/gcc.dg/sparc-getcontext-1.c @@ -1,7 +1,7 @@ /* PR middle-end/22127 */ /* Testcase by <akr@m17n.org> */ -/* [ dg-do run { target sparc*-sun-solaris2.* } } */ +/* { dg-do run { target sparc*-sun-solaris2.* } } */ /* { dg-require-effective-target ilp32 } */ /* { dg-options "-O" } */ |