]> gcc.gnu.org Git - gcc.git/commitdiff
Add target int128 to testcase.
authorAndrew MacLeod <amacleod@redhat.com>
Fri, 15 Oct 2021 00:32:53 +0000 (20:32 -0400)
committerAndrew MacLeod <amacleod@redhat.com>
Fri, 15 Oct 2021 00:34:20 +0000 (20:34 -0400)
gcc/testsuite
* gcc.dg/pr102738.c: Add target int128.

gcc/testsuite/gcc.dg/pr102738.c

index 776fcecb27a832ff10867b2ffab416ca60283b16..cd58c258990937e780891dd5590578cdd14cf98c 100644 (file)
@@ -1,5 +1,6 @@
 /* PR tree-optimization/102738 */
 /* { dg-options "-O2 -fdump-tree-evrp" } */
+/* { dg-do compile { target int128 } } */
 
 /* Remove arithmetic shift right when the LHS is known to be 0 or -1.  */
 
This page took 0.079308 seconds and 5 git commands to generate.