aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/warn/wdate-time.C
blob: 0ff27b4cd6fcea4564ffc39a094197b653b41609 (plain)
1
2
3
4
5
6
/* { 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" }  */