OSDN Git Service

* diagnostic.h (diagnostic_override_option_index): New macro to
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / warning-directive-1.F90
1 ! { dg-do preprocess }
2 ! { dg-options "-std=f95 -fdiagnostics-show-option" }
3
4 #warning "Printed"
5 ! { dg-warning "\"Printed\" .-Wcpp." "" { target *-*-* } 4 }