]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix gnat.dg/opt39.adb on hppa.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sun, 2 Apr 2023 21:27:46 +0000 (21:27 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 2 Apr 2023 21:27:46 +0000 (21:27 +0000)
Add hppa*-*-* to dg-additional-options list.

2023-04-02  John David Anglin  <danglin@gcc.gnu.org>

gcc/testsuite/ChangeLog:

PR target/109375
* gnat.dg/opt39.adb: Add hppa*-*-* to dg-additional-options list.

gcc/testsuite/gnat.dg/opt39.adb

index 70f198617ce1cdf85cf8c77179ed8fc8e3b2aae3..73fb2c09b46f826c0edc70656bf9029d6d0ad50f 100644 (file)
@@ -1,6 +1,6 @@
 -- { dg-do compile }
 -- { dg-options "-O2 -fno-inline -fdump-tree-optimized" }
--- { dg-additional-options "-cargs --param=sra-max-scalarization-size-Ospeed=32 -margs" { target aarch64-*-* powerpc*-*-* } }
+-- { dg-additional-options "-cargs --param=sra-max-scalarization-size-Ospeed=32 -margs" { target aarch64-*-* hppa*-*-* powerpc*-*-* } }
 
 procedure Opt39 (I : Integer) is