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:
Richard Biener 2010-02-17 09:39:26 +00:00
parent 169e464e66
commit 6832680673

View 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