]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR tree-optimization/83089 (ICE: Segmentation fault (in instantiate_scev_name))
authorRichard Biener <rguenther@suse.de>
Thu, 23 Nov 2017 08:24:20 +0000 (08:24 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 23 Nov 2017 08:24:20 +0000 (08:24 +0000)
2017-11-23  Richard Biener  <rguenther@suse.de>

PR tree-optimization/83089
* gcc.dg/pr83089.c: Require pthread.

From-SVN: r255091

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr83089.c

index 6e490f1ce9a5edbe82b470070d8cd37531f726f4..3dd20d14b68f9884e50bbd4da5371843abf00057 100644 (file)
@@ -1,3 +1,8 @@
+2017-11-23  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/83089
+       * gcc.dg/pr83089.c: Require pthread.
+
 2017-11-22  Jakub Jelinek  <jakub@redhat.com>
 
        * g++.dg/abi/pr68355.C: Don't expect tail call on ia32.
index 4508948eeee4503743cc5e01f7f1ef3e3d1f53df..5185a70df5c53b5954834bc59aa645c3a7216570 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do compile } */
+/* { dg-require-effective-target pthread } */
 /* { dg-options "-O2 -ftree-loop-if-convert -ftree-parallelize-loops=2" } */
 
 int rl, s8;