From: Andrew MacLeod Date: Fri, 15 Oct 2021 00:32:53 +0000 (-0400) Subject: Add target int128 to testcase. X-Git-Tag: basepoints/gcc-13~3889 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bb1e518b4a5b772665a22cc27245ece5bf82750;p=thirdparty%2Fgcc.git Add target int128 to testcase. gcc/testsuite * gcc.dg/pr102738.c: Add target int128. --- diff --git a/gcc/testsuite/gcc.dg/pr102738.c b/gcc/testsuite/gcc.dg/pr102738.c index 776fcecb27a8..cd58c2589909 100644 --- a/gcc/testsuite/gcc.dg/pr102738.c +++ b/gcc/testsuite/gcc.dg/pr102738.c @@ -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. */