fix pr/45972
[official-gcc.git] / gcc / testsuite / gfortran.dg / error_recovery_4.f90
blob31e0e3b9a313bf601668807d0595d23925201f2a
1 ! { dg-do compile }
2 ! PR33609 ICE on arithmetic overflow
3 ! Before patch, this segfaulted.
4 print *, real(huge(1.0_8),4) ! { dg-error "Arithmetic overflow" }
5 end