]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gcc/testsuite/
authorkyukhin <kyukhin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Nov 2015 05:42:41 +0000 (05:42 +0000)
committerkyukhin <kyukhin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Nov 2015 05:42:41 +0000 (05:42 +0000)
* c-c++-common/attr-simd-3.c: Put xfail (PR68158) on dg-error.
* c-c++-common/attr-simd.c: Limit scan of dump to x86_64/i?86.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@230641 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/attr-simd-3.c
gcc/testsuite/c-c++-common/attr-simd.c

index face304aaaeecd73bfd18fbb2923a0932708a940..c8a7238f977a72c32aaa0aca680afb220a7c8f23 100644 (file)
@@ -1,3 +1,8 @@
+2015-11-20  Kirill Yukhin  <kirill.yukhin@intel.com>
+
+       * c-c++-common/attr-simd-3.c: Put xfail (PR68158) on dg-error.
+       * c-c++-common/attr-simd.c: Limit scan of dump to x86_64/i?86.
+
 2015-11-19  David Malcolm  <dmalcolm@redhat.com>
 
        * g++.dg/spellcheck-fields.C: New file.
index 2bbdf04d17acd4a54c42d689705d316c63a5bb97..35dd4c00563e6dc2634eb94c2d1a6574b7eea931 100644 (file)
@@ -2,4 +2,4 @@
 /* { dg-options "-fcilkplus" } */
 /* { dg-prune-output "undeclared here \\(not in a function\\)|\[^\n\r\]* was not declared in this scope" } */
 
-void f () __attribute__((__simd__, __vector__)); /* { dg-error "in the same function marked as a Cilk Plus" } */
+void f () __attribute__((__simd__, __vector__)); /* { dg-error "in the same function marked as a Cilk Plus" "PR68158" { xfail c++ } } */
index 61974e3f1a955696d1510dc8b7d2a06bfaaf27b8..7674588ecd318a9314c4c6ad1b8c4e20b858c095 100644 (file)
@@ -11,7 +11,7 @@ int simd_attr (void)
   return 0;
 }
 
-/* { dg-final { scan-tree-dump "simd_attr\[ \\t\]simdclone|vector" "optimized" } } */
+/* { dg-final { scan-tree-dump "simd_attr\[ \\t\]simdclone|vector" "optimized" { target { i?86-*-* x86_64-*-* } } } } */
 /* { dg-final { scan-assembler-times "_ZGVbN4_simd_attr:" 1 { target { i?86-*-* x86_64-*-* } } } } */
 /* { dg-final { scan-assembler-times "_ZGVbM4_simd_attr:" 1 { target { i?86-*-* x86_64-*-* } } } } */
 /* { dg-final { scan-assembler-times "_ZGVcN4_simd_attr:" 1 { target { i?86-*-* x86_64-*-* } } } } */
@@ -29,7 +29,7 @@ int simd_attr2 (void)
   return 0;
 }
 
-/* { dg-final { scan-tree-dump "simd_attr2\[ \\t\]simdclone|vector" "optimized" } } */
+/* { dg-final { scan-tree-dump "simd_attr2\[ \\t\]simdclone|vector" "optimized" { target { i?86-*-* x86_64-*-* } } } } */
 /* { dg-final { scan-assembler-times "_ZGVbN4_simd_attr2:" 1 { target { i?86-*-* x86_64-*-* } } } } */
 /* { dg-final { scan-assembler-times "_ZGVbM4_simd_attr2:" 1 { target { i?86-*-* x86_64-*-* } } } } */
 /* { dg-final { scan-assembler-times "_ZGVcN4_simd_attr2:" 1 { target { i?86-*-* x86_64-*-* } } } } */