c: Fix up pointer types to may_alias structures [PR114493]
[official-gcc.git] / gcc / testsuite / gfortran.dg / fmt_tab_2.f90
blob3f2d6fcc26d04ac9b9f81a8afc9c7df68eba24f5
1 ! { dg-do compile }
2 ! { dg-options "-std=f2003" }
3 ! PR fortran/32987
4 ! PR fortran/58001
5 program TestFormat
6 write (*, 10)
7 10 format ('Hello ', 'bug!') ! { dg-warning "tab character in format" }
8 end ! { dg-warning "tab character at " "" { target "*-*-*" } .-1 }