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