OSDN Git Service

* tree-loop-linear.c (try_interchange_loops): Compare memory access
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / cpp / ident-1.c
1 /* { dg-do preprocess } */
2 /* { dg-options "" } */ /* shut off -pedantic */
3
4 /* Based on PR 16999 */
5
6 #ident "this is an ident"
7
8 /* { dg-final { scan-file "ident-1.i" "(^|\\n)#ident \"this is an ident\"($|\\n)" } } */