nvptx, libgfortran: Switch out of "minimal" mode
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr104313.f
blob89c8947cb0aba84e9b56b94d4181a1354ac7b487
1 ! { dg-do compile }
2 ! { dg-additional-options "-ff2c -fdump-tree-original" }
4 ! PR fortran/104313 - ICE verify_gimple failed with -ff2c
5 ! Contributed by G.Steinmetz
7 function f(a)
8 return
9 end
11 ! { dg-final { scan-tree-dump-times "return" 1 "original" } }