re PR target/88457 (ICE: Max. number of generated reload insns per insn is achieved (90))

PR target/88457
	* gcc.target/powerpc/pr88457.c: Remove -m32, -c and -mcpu=e300c3 from
	dg-options.  Require ppc_cpu_supports_hw effective target instead of
	powerpc64*-*-*.

From-SVN: r267739
This commit is contained in:
Jakub Jelinek 2019-01-08 22:36:21 +01:00 committed by Jakub Jelinek
parent 8a6b263a82
commit 524abb0957
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2019-01-08 Jakub Jelinek <jakub@redhat.com>
PR target/88457
* gcc.target/powerpc/pr88457.c: Remove -m32, -c and -mcpu=e300c3 from
dg-options. Require ppc_cpu_supports_hw effective target instead of
powerpc64*-*-*.
2019-01-08 Janus Weil <janus@gcc.gnu.org>
PR fortran/88047

View File

@ -1,5 +1,6 @@
/* { dg-do compile { target { powerpc64*-*-* } } } */
/* { dg-options "-m32 -mcpu=power7 -O1 -fexpensive-optimizations --param ira-max-conflict-table-size=0 --param max-cse-insns=3 -c -mcpu=e300c3" } */
/* { dg-do compile } */
/* { dg-require-effective-target ppc_cpu_supports_hw } */
/* { dg-options "-mcpu=power7 -O1 -fexpensive-optimizations --param ira-max-conflict-table-size=0 --param max-cse-insns=3" } */
__attribute__((target_clones("cpu=power9,default")))
long mod_func (long a, long b)