| Index: gcc/gcc/testsuite/gcc.target/i386/align-main-1.c
|
| diff --git a/gcc/gcc/testsuite/gcc.target/i386/align-main-1.c b/gcc/gcc/testsuite/gcc.target/i386/align-main-1.c
|
| index 5bbc101c0c7381a5954f97f5777a216f178b81b3..699c7f80c5c1efc8d9e4deb6a8d81107b2edeadd 100644
|
| --- a/gcc/gcc/testsuite/gcc.target/i386/align-main-1.c
|
| +++ b/gcc/gcc/testsuite/gcc.target/i386/align-main-1.c
|
| @@ -11,6 +11,7 @@
|
| typedef int aligned __attribute__((aligned(ALIGNMENT)));
|
| extern void abort(void);
|
|
|
| +__attribute__ ((noinline))
|
| void check(void * a)
|
| {
|
| if (((ptrdiff_t)a & (ALIGNMENT-1)) != 0)
|
|
|