]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
hppa: Fix pr110279-1.c on hppa
authorJohn David Anglin <danglin@gcc.gnu.org>
Sun, 24 Dec 2023 19:03:59 +0000 (19:03 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 24 Dec 2023 19:03:59 +0000 (19:03 +0000)
2023-12-24  John David Anglin  <danglin@gcc.gnu.org>

gcc/testsuite/ChangeLog:

* gcc.dg/pr110279-1.c: Add -march=2.0 option on hppa*-*-*.

gcc/testsuite/gcc.dg/pr110279-1.c

index f25b6aec967de266bbfda352b4663f94608cd391..a62acb734c6eeb200ef837b6218eb9b8b874444e 100644 (file)
@@ -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;