aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/wdate-time.F90
blob: d84fd9abd73b9e52b0b6541ad209fbe79f4c2e7c (plain)
1
2
3
4
5
6
! { dg-do compile }
! { dg-options "-Wdate-time" }
print *, __TIMESTAMP__  ! { dg-warning "might prevent reproducible builds" }
print *, __TIME__  ! { dg-warning "might prevent reproducible builds" }
print *, __DATE__  ! { dg-warning "might prevent reproducible builds" }
end