comparison gcc/testsuite/gcc.dg/sibcall-10.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
3 is about the same as itself. 3 is about the same as itself.
4 4
5 Copyright (C) 2002 Free Software Foundation Inc. 5 Copyright (C) 2002 Free Software Foundation Inc.
6 Contributed by Hans-Peter Nilsson <hp@bitrange.com> */ 6 Contributed by Hans-Peter Nilsson <hp@bitrange.com> */
7 7
8 /* { dg-do run { xfail { { cris-*-* crisv32-*-* h8300-*-* hppa*64*-*-* m32r-*-* mcore-*-* mn10300-*-* msp430*-*-* nds32*-*-* xstormy16-*-* v850*-*-* vax-*-* xtensa*-*-* } || { arm*-*-* && { ! arm32 } } } } } */ 8 /* { dg-do run { xfail { { cris-*-* crisv32-*-* csky-*-* h8300-*-* hppa*64*-*-* m32r-*-* mcore-*-* mn10300-*-* msp430*-*-* nds32*-*-* xstormy16-*-* v850*-*-* vax-*-* xtensa*-*-* } || { arm*-*-* && { ! arm32 } } } } } */
9 /* -mlongcall disables sibcall patterns. */ 9 /* -mlongcall disables sibcall patterns. */
10 /* { dg-skip-if "" { powerpc*-*-* } { "-mlongcall" } { "" } } */ 10 /* { dg-skip-if "" { powerpc*-*-* } { "-mlongcall" } { "" } } */
11 /* -msave-restore disables sibcall patterns. */ 11 /* -msave-restore disables sibcall patterns. */
12 /* { dg-skip-if "" { riscv*-*-* } { "-msave-restore" } { "" } } */ 12 /* { dg-skip-if "" { riscv*-*-* } { "-msave-restore" } { "" } } */
13 /* { dg-options "-O2 -foptimize-sibling-calls" } */ 13 /* { dg-options "-O2 -foptimize-sibling-calls" } */