2011-02-15 Tobias Burnus <burnus@net-b.de>
[official-gcc.git] / gcc / testsuite / gfortran.dg / warning-directive-2.F90
blob7e4418530ef8b7c58b56e3243dc35602d7115227
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 *-*-* } 4 }