public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-5837] Fix PR target/96470
@ 2020-12-08  8:21 Eric Botcazou
  0 siblings, 0 replies; only message in thread
From: Eric Botcazou @ 2020-12-08  8:21 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:c1370f8c0d0760714fe77d55c1fa16045ffa69f2

commit r11-5837-gc1370f8c0d0760714fe77d55c1fa16045ffa69f2
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Tue Dec 8 09:19:36 2020 +0100

    Fix PR target/96470
    
    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.

Diff:
---
 gcc/testsuite/gnat.dg/opt39.adb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/gnat.dg/opt39.adb b/gcc/testsuite/gnat.dg/opt39.adb
index 0a5ef67a2ed..f2e983fd602 100644
--- 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-08  8:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-08  8:21 [gcc r11-5837] Fix PR target/96470 Eric Botcazou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).