OSDN Git Service

* gcc.dg/tree-ssa/inline-4.c: Bind pic locally.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pch / save-temps-1.c
1 /* { dg-options "-I. -save-temps" } */
2 #include "save-temps-1.h"
3 #ifndef T
4 #error T not defined
5 #endif
6 #include <stddef.h>
7 int x;
8
9 /* { dg-final { cleanup-saved-temps ".s" } } */