aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2008-12-03 11:18:32 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2008-12-03 11:18:32 +0000
commitd5fdc62c3fe523b1104bcccaa3f66f7fa5298d9f (patch)
tree9bc7940ba5994ce542f63d3b528baf3eb9277c31 /gcc
parent6e97481b1548e223dabc76d94a541b2de4d9762a (diff)
downloadgcc-d5fdc62c3fe523b1104bcccaa3f66f7fa5298d9f.zip
gcc-d5fdc62c3fe523b1104bcccaa3f66f7fa5298d9f.tar.gz
gcc-d5fdc62c3fe523b1104bcccaa3f66f7fa5298d9f.tar.bz2
* gcc.dg/torture/pr37868.c: Skip on the SPARC.
From-SVN: r142390
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.dg/torture/pr37868.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index a1623c9..2d8b273 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,5 +1,9 @@
2008-12-03 Eric Botcazou <ebotcazou@adacore.com>
+ * gcc.dg/torture/pr37868.c: Skip on the SPARC.
+
+2008-12-03 Eric Botcazou <ebotcazou@adacore.com>
+
* gcc.c-torture/compile/20081203-1.c: New test.
2008-12-02 Jason Merrill <jason@redhat.com>
diff --git a/gcc/testsuite/gcc.dg/torture/pr37868.c b/gcc/testsuite/gcc.dg/torture/pr37868.c
index 85c2b50..50fa903 100644
--- a/gcc/testsuite/gcc.dg/torture/pr37868.c
+++ b/gcc/testsuite/gcc.dg/torture/pr37868.c
@@ -1,5 +1,6 @@
/* { dg-do run } */
/* { dg-options "-fno-strict-aliasing" } */
+/* { dg-skip-if "unaligned access" { sparc*-*-* } "*" "" } */
extern void abort (void);