PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gfortran.dg / warning-directive-2.F90
blob7b07958f4f17c6d06fb755ca4cdd8b62e2926ab1
1 ! { dg-do preprocess }
2 ! { dg-options "-std=f95 -fdiagnostics-show-option -Werror=cpp" }
3 ! { dg-message "some warnings being treated as errors" "" { target *-*-* } 0 } 
4 #warning "Printed"
5 ! { dg-error "\"Printed\" .-Werror=cpp." "" { target *-*-* } .-1 }