aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/wdate-time.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/c-c++-common/wdate-time.c')
-rw-r--r--gcc/testsuite/c-c++-common/wdate-time.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/c-c++-common/wdate-time.c b/gcc/testsuite/c-c++-common/wdate-time.c
index e69de29..0ff27b4 100644
--- a/gcc/testsuite/c-c++-common/wdate-time.c
+++ b/gcc/testsuite/c-c++-common/wdate-time.c
@@ -0,0 +1,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" } */