Make libgomp.oacc-c-c++-common/crash-1.c a "link" test, and don't hardcode -O0
authorThomas Schwinge <thomas@codesourcery.com>
Thu, 4 Aug 2016 13:34:57 +0000 (15:34 +0200)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Thu, 4 Aug 2016 13:34:57 +0000 (15:34 +0200)
libgomp/
* testsuite/libgomp.oacc-c-c++-common/crash-1.c: Make it a "link"
test, and don't hardcode -O0.

From-SVN: r239125

libgomp/ChangeLog
libgomp/testsuite/libgomp.oacc-c-c++-common/crash-1.c

index 850188fb660c8c640e8f8ce0a06e6ad416b5048a..cc76b7b5fe2ad60942c361df61c9be83fe393f48 100644 (file)
@@ -1,3 +1,8 @@
+2016-08-04  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * testsuite/libgomp.oacc-c-c++-common/crash-1.c: Make it a "link"
+       test, and don't hardcode -O0.
+
 2016-08-03  Nathan Sidwell  <nathan@codesourcery.com>
 
        * testsuite/libgomp.oacc-c-c++-common/crash-1.c: New.
index a75a81765c66007509eb01e438f656eb66242785..dcf1485e4996986580c46aed5de7a7bb9451964c 100644 (file)
@@ -1,7 +1,6 @@
-/* { dg-do compile } */
-/* { dg-options "-O0" } */
+/* { dg-do link } */
 
-/* ICEd in nvptx backend due to unexpected frame size.  */
+/* For -O0, ICEd in nvptx backend due to unexpected frame size.  */
 #pragma acc routine worker
 void
 worker_matmul (int *c, int i)