From: Eric Botcazou Date: Thu, 6 May 2021 14:26:55 +0000 (+0200) Subject: Fix PR testsuite/100454 X-Git-Tag: basepoints/gcc-13~7740 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f442f1378f4e9866793309504e38467f34c5d61;p=thirdparty%2Fgcc.git Fix PR testsuite/100454 gcc/testsuite/ * gnat.dg/opt93.adb: Compile only for LP64 targets. --- diff --git a/gcc/testsuite/gnat.dg/opt93.adb b/gcc/testsuite/gnat.dg/opt93.adb index 5c82ad2e9421..04a6a06b8296 100644 --- a/gcc/testsuite/gnat.dg/opt93.adb +++ b/gcc/testsuite/gnat.dg/opt93.adb @@ -1,4 +1,4 @@ --- { dg-do compile } +-- { dg-do compile { target lp64 } } -- { dg-options "-O2 -fdump-tree-optimized" } package body Opt93 is