OSDN Git Service

2011-09-26 Janus Weil <janus@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / warning-directive-3.F90
1 ! { dg-do preprocess }
2 ! { dg-options "-std=f95 -fdiagnostics-show-option -Werror -Wno-error=cpp" }
3
4 #warning "Printed"
5 ! { dg-warning "\"Printed\" .-Wcpp." "" { target *-*-* } 4 }