2 ! { dg
-options
"-fno-range-check" }
3 ! This test executes all code paths in gfc_arith_divide
4 ! when executed along with it
's companion test
12 j = 10/0! { dg-error "Division by zero at" }
15 c = (1.0,1.0)/(10.0,40.0)
16 d = (1.0,10.)/(0.0,0.0)