]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Remove test failing on the branch.
authorMartin Liska <mliska@suse.cz>
Mon, 18 Sep 2017 09:09:46 +0000 (11:09 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Mon, 18 Sep 2017 09:09:46 +0000 (09:09 +0000)
2017-09-18  Martin Liska  <mliska@suse.cz>

* gcc.dg/asan/pr81224.c: Remove.

From-SVN: r252912

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/asan/pr81224.c [deleted file]

index efb856c2eef7924e5a7886591adadb274c7a06ad..fc749c6c647e6ccaa8341e7bc11487c2ad36adea 100644 (file)
@@ -1,3 +1,7 @@
+2017-09-18  Martin Liska  <mliska@suse.cz>
+
+       * gcc.dg/asan/pr81224.c: Remove.
+
 2017-09-16  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from mainline
diff --git a/gcc/testsuite/gcc.dg/asan/pr81224.c b/gcc/testsuite/gcc.dg/asan/pr81224.c
deleted file mode 100644 (file)
index def5cb6..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-/* PR sanitizer/80659 */
-/* { dg-do compile { target { i?86-*-* x86_64-*-* } } } */
-/* { dg-additional-options "-msse2" } */
-
-int a;
-int
-b ()
-{
-  register __attribute__ ((__vector_size__ (4 * sizeof (int)))) int c asm("xmm0");
-  return c[a];
-}