PR tree-optimization/86401
[official-gcc.git] / gcc / testsuite / c-c++-common / wdate-time.c
blob0ff27b4cd6fcea4564ffc39a094197b653b41609
1 /* { dg-do compile } */
2 /* { dg-options "-Wdate-time" } */
4 const char time[] = __TIME__; /* { dg-warning "might prevent reproducible builds" } */
5 const char date[] = __DATE__; /* { dg-warning "might prevent reproducible builds" } */
6 const char timestamp[] = __TIMESTAMP__; /* { dg-warning "might prevent reproducible builds" } */