mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 17:30:58 +08:00
error_recovery_4.f90: New test.
2007-10-06 Jerry DeLisle <jvdelisle@gcc.gnu.org> * gfortran.dg/error_recovery_4.f90: New test. From-SVN: r129060
This commit is contained in:
parent
e0f6835db6
commit
ed3caa48a8
@ -1,3 +1,7 @@
|
||||
2007-10-06 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
||||
|
||||
* gfortran.dg/error_recovery_4.f90: New test.
|
||||
|
||||
2007-10-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
|
||||
|
||||
* gfortran.dg/default_format_denormal_2.f90: New test.
|
||||
|
5
gcc/testsuite/gfortran.dg/error_recovery_4.f90
Normal file
5
gcc/testsuite/gfortran.dg/error_recovery_4.f90
Normal file
@ -0,0 +1,5 @@
|
||||
! { dg-do compile }
|
||||
! PR33609 ICE on arithmetic overflow
|
||||
! Before patch, this segfaulted.
|
||||
print *, real(huge(1.0_8),4) ! { dg-error "Arithmetic overflow" }
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user