blob: 31e0e3b9a313bf601668807d0595d23925201f2a [file] [log] [blame]
! { dg-do compile }
! PR33609 ICE on arithmetic overflow
! Before patch, this segfaulted.
print *, real(huge(1.0_8),4) ! { dg-error "Arithmetic overflow" }
end