projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffd961f
)
Fix PR target/96470
author
Eric Botcazou
<ebotcazou@adacore.com>
Tue, 8 Dec 2020 08:19:36 +0000
(09:19 +0100)
committer
Eric Botcazou
<ebotcazou@adacore.com>
Tue, 8 Dec 2020 08:19:36 +0000
(09:19 +0100)
This forces the scalarization of the testcase on PowerPC.
gcc/testsuite/ChangeLog:
PR target/96470
* gnat.dg/opt39.adb: Add dg-additional-options for PowerPC.
gcc/testsuite/gnat.dg/opt39.adb
patch
|
blob
|
history
diff --git
a/gcc/testsuite/gnat.dg/opt39.adb
b/gcc/testsuite/gnat.dg/opt39.adb
index 0a5ef67a2edcf08b607489cebdf0bcb0bd073760..f2e983fd60291e34da05bd49019b7ae088695dcf 100644
(file)
--- a/
gcc/testsuite/gnat.dg/opt39.adb
+++ b/
gcc/testsuite/gnat.dg/opt39.adb
@@
-1,5
+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 powerpc*-*-* } }
procedure Opt39 (I : Integer) is