re PR middle-end/41043 (virtual memory exhausted: Cannot allocate memory)
2010-02-16 Richard Guenther <rguenther@suse.de> PR tree-optimization/41043 * gfortran.dg/pr41043.f90: New testcase. * gcc.dg/Wstrict-overflow-18.c: XFAIL. From-SVN: r156824
This commit is contained in:
parent
169e464e66
commit
6832680673
1 changed files with 11 additions and 0 deletions
11
gcc/testsuite/gfortran.dg/pr41043.f90
Normal file
11
gcc/testsuite/gfortran.dg/pr41043.f90
Normal file
|
@ -0,0 +1,11 @@
|
|||
! { dg-do compile }
|
||||
! { dg-options "-O2" }
|
||||
subroutine foo
|
||||
implicit none
|
||||
|
||||
integer :: i
|
||||
|
||||
call gee_i(int(i**huge(0_8),kind=kind(i)))
|
||||
|
||||
end subroutine foo
|
||||
|
Loading…
Add table
Reference in a new issue