repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR ipa/83051
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
error_recovery_4.f90
blob
31e0e3b9a313bf601668807d0595d23925201f2a
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