Commit 68326806 by Richard Biener

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
parent 169e464e
! { 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment