blob: 0ff27b4cd6fcea4564ffc39a094197b653b41609 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-Wdate-time" } */
const char time[] = __TIME__; /* { dg-warning "might prevent reproducible builds" } */
const char date[] = __DATE__; /* { dg-warning "might prevent reproducible builds" } */
const char timestamp[] = __TIMESTAMP__; /* { dg-warning "might prevent reproducible builds" } */