| Index: gcc/gcc/testsuite/gcc.c-torture/execute/builtins/lib/printf.c
|
| diff --git a/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/lib/printf.c b/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/lib/printf.c
|
| index 2f8c133177c438f073cccd72fe198d2c9c329161..4be7578d124763af0cb5a96324c9c29a7195c9d4 100644
|
| --- a/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/lib/printf.c
|
| +++ b/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/lib/printf.c
|
| @@ -3,6 +3,7 @@
|
| extern void abort (void);
|
| extern int inside_main;
|
|
|
| +__attribute__ ((__noinline__))
|
| int
|
| printf (const char *string, ...)
|
| {
|
| @@ -20,6 +21,7 @@ printf (const char *string, ...)
|
|
|
|
|
| /* Locking stdio doesn't matter for the purposes of this test. */
|
| +__attribute__ ((__noinline__))
|
| int
|
| printf_unlocked (const char *string, ...)
|
| {
|
|
|