Commit 293cf217 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

re PR middle-end/45505 (gfortran.dg/pr25923.f90)

	PR fortran/45505
	* gfortran.dg/pr25923.f90: XFAIL warning on wrong line for ilp32.

From-SVN: r163949
parent 8683f051
2010-09-07 Hans-Peter Nilsson <hp@axis.com>
PR fortran/45505
* gfortran.dg/pr25923.f90: XFAIL warning on wrong line for ilp32.
2010-09-07 Jan Hubicka <jh@suse.cz>
* gcc.c-torture/compile/20100907.c: New testcase.
......
......@@ -10,7 +10,7 @@ implicit none
contains
function baz(arg) result(res) ! { dg-warning "res.yr' may be" }
function baz(arg) result(res) ! { dg-warning "res.yr' may be" "PR45505" { xfail ilp32 } }
type(bar), intent(in) :: arg
type(bar) :: res
logical, external:: some_func
......@@ -19,7 +19,7 @@ contains
else
res = arg
end if
end function baz
end function baz ! { dg-bogus "res.yr' may be" "PR45505" { xfail ilp32 } }
end module 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