From 9e3b2fe375baa8b1a959892661e64766f32c613a Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Mon, 4 Jan 2016 08:14:12 +0000 Subject: re PR target/69100 (ICE in final_scan_insn with -msoft-float and __builtin_apply) PR target/69100 * config/sparc/sparc.h (FUNCTION_ARG_REGNO_P): Return true in 64-bit mode for %f0-%f31 only if TARGET_FPU. From-SVN: r232050 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.target/sparc/20160104-2.c | 11 +++++++++++ 2 files changed, 15 insertions(+) create mode 100644 gcc/testsuite/gcc.target/sparc/20160104-2.c (limited to 'gcc/testsuite') diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 148ac10..f2f9629 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2016-01-04 Eric Botcazou + * gcc.target/sparc/20160104-2.c: New test. + +2016-01-04 Eric Botcazou + * gcc.target/sparc/20160104-1.c: New test. 2016-01-03 Paul Thomas diff --git a/gcc/testsuite/gcc.target/sparc/20160104-2.c b/gcc/testsuite/gcc.target/sparc/20160104-2.c new file mode 100644 index 0000000..837161d --- /dev/null +++ b/gcc/testsuite/gcc.target/sparc/20160104-2.c @@ -0,0 +1,11 @@ +/* PR target/69100 */ +/* Reported by Zdenek Sojka */ + +/* { dg-do compile } */ +/* { dg-options "-mno-fpu" } */ + +void +foo (void) +{ + __builtin_apply (0, 0, 0); +} -- cgit v1.1