Commit 4a8459a1 by Jakub Jelinek Committed by Jakub Jelinek

pr23095.f: Require ilp32 in target selection instead of passing -m32.

	* gfortran.dg/pr23095.f: Require ilp32 in target selection instead of
	passing -m32.

From-SVN: r143133
parent 7ad7809b
2009-01-06 Jakub Jelinek <jakub@redhat.com>
* gfortran.dg/pr23095.f: Require ilp32 in target selection instead of
passing -m32.
PR rtl-optimization/38722
* gfortran.dg/pr38722.f90: New test.
......
! { dg-do compile { target i?86-*-* x86_64-*-* } }
! { dg-options "-w -m32 -O2 -ffloat-store -fgcse-after-reload" }
! { dg-do compile { target { { i?86-*-* x86_64-*-* } && ilp32 } } }
! { dg-options "-w -O2 -ffloat-store -fgcse-after-reload" }
!
! GCSE after reload made a stack register live across an abnormal
! edges for one of the computed jumps. This bombed in reg-stack.
......
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