From: John David Anglin Date: Sun, 24 Dec 2023 19:03:59 +0000 (+0000) Subject: hppa: Fix pr110279-1.c on hppa X-Git-Tag: basepoints/gcc-15~3320 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7dbde0c56a032ec08d8a8b3f39f8f4e419ce5c8f;p=thirdparty%2Fgcc.git hppa: Fix pr110279-1.c on hppa 2023-12-24 John David Anglin gcc/testsuite/ChangeLog: * gcc.dg/pr110279-1.c: Add -march=2.0 option on hppa*-*-*. --- diff --git a/gcc/testsuite/gcc.dg/pr110279-1.c b/gcc/testsuite/gcc.dg/pr110279-1.c index f25b6aec967d..a62acb734c6e 100644 --- a/gcc/testsuite/gcc.dg/pr110279-1.c +++ b/gcc/testsuite/gcc.dg/pr110279-1.c @@ -1,6 +1,7 @@ /* { dg-do compile } */ /* { dg-options "-Ofast --param avoid-fma-max-bits=512 --param tree-reassoc-width=4 -fdump-tree-widening_mul-details" } */ /* { dg-additional-options "-march=armv8.2-a" { target aarch64-*-* } } */ +/* { dg-additional-options "-march=2.0" { target hppa*-*-* } } */ #define LOOP_COUNT 800000000 typedef double data_e;