blob: d84fd9abd73b9e52b0b6541ad209fbe79f4c2e7c [file] [log] [blame]
! { 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