From 5bb1e518b4a5b772665a22cc27245ece5bf82750 Mon Sep 17 00:00:00 2001 From: Andrew MacLeod Date: Thu, 14 Oct 2021 20:32:53 -0400 Subject: [PATCH] Add target int128 to testcase. gcc/testsuite * gcc.dg/pr102738.c: Add target int128. --- gcc/testsuite/gcc.dg/pr102738.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/testsuite/gcc.dg/pr102738.c b/gcc/testsuite/gcc.dg/pr102738.c index 776fcecb27a..cd58c258990 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. */