aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/warning-directive-2.F90
blob: 7b07958f4f17c6d06fb755ca4cdd8b62e2926ab1 (plain)
1
2
3
4
5
! { dg-do preprocess }
! { dg-options "-std=f95 -fdiagnostics-show-option -Werror=cpp" }
! { dg-message "some warnings being treated as errors" "" { target *-*-* } 0 } 
#warning "Printed"
! { dg-error "\"Printed\" .-Werror=cpp." "" { target *-*-* } .-1 }