| Index: gcc/gcc/testsuite/gcc.c-torture/execute/pr17377.c
|
| diff --git a/gcc/gcc/testsuite/gcc.c-torture/execute/pr17377.c b/gcc/gcc/testsuite/gcc.c-torture/execute/pr17377.c
|
| index 0be6f0a849e92cc60b64fb71b2f24c2c8f03a9be..87d23c5cc1b020497a9f889a91a4b8ae57b57d2c 100644
|
| --- a/gcc/gcc/testsuite/gcc.c-torture/execute/pr17377.c
|
| +++ b/gcc/gcc/testsuite/gcc.c-torture/execute/pr17377.c
|
| @@ -26,7 +26,7 @@ f (int i)
|
|
|
| int x;
|
|
|
| -void *y (int i) __attribute__ ((__noinline__));
|
| +void *y (int i) __attribute__ ((__noinline__,__noclone__));
|
| void *
|
| y (int i)
|
| {
|
|
|