diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2018-01-16 20:48:05 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2018-01-16 20:48:05 +0000 |
commit | 654060e2dab72b6f4751afec138f7b97c68c1d1e (patch) | |
tree | 08a3a38d0d691cc4b0761fb9761414589c4c6c6c /gcc | |
parent | 229433c94f80752955908498be55c1ed017d8fa7 (diff) | |
download | gcc-654060e2dab72b6f4751afec138f7b97c68c1d1e.zip gcc-654060e2dab72b6f4751afec138f7b97c68c1d1e.tar.gz gcc-654060e2dab72b6f4751afec138f7b97c68c1d1e.tar.bz2 |
re PR testsuite/77734 (FAIL: gcc.dg/plugin/must-tail-call-1.c -fplugin=./must_tail_call_plugin.so (test for excess errors))
PR testsuite/77734
* gcc.dg/plugin/must-tail-call-1.c: Pass -fdelayed-branch on SPARC.
From-SVN: r256756
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/plugin/must-tail-call-1.c | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8dfea56..b192145 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2018-01-16 Eric Botcazou <ebotcazou@adacore.com> + + PR testsuite/77734 + * gcc.dg/plugin/must-tail-call-1.c: Pass -fdelayed-branch on SPARC. + 2018-01-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com> * gcc.target/powerpc/safe-indirect-jump-1.c: New file. diff --git a/gcc/testsuite/gcc.dg/plugin/must-tail-call-1.c b/gcc/testsuite/gcc.dg/plugin/must-tail-call-1.c index 6d74955..1495a48 100644 --- a/gcc/testsuite/gcc.dg/plugin/must-tail-call-1.c +++ b/gcc/testsuite/gcc.dg/plugin/must-tail-call-1.c @@ -1,3 +1,5 @@ +/* { dg-options "-fdelayed-branch" { target sparc*-*-* } } */ + extern void abort (void); int __attribute__((noinline,noclone)) |