]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gfortran.dg/warning-directive-4.F90
diagnostic.h (diagnostic_override_option_index): New macro to set a diagnostic's...
[thirdparty/gcc.git] / gcc / testsuite / gfortran.dg / warning-directive-4.F90
1 ! { dg-do preprocess }
2 ! { dg-options "-std=f95 -fdiagnostics-show-option -Wno-cpp" }
3
4 #warning "Not printed"
5 ! { dg-bogus "." "" { target *-*-* } 4 }