Commit 6b9de967 by Tobias Burnus Committed by Tobias Burnus

elemental_optional_args_1.f90: Fix test.

2007-09-18  Tobias Burnus  <burnus@net-b.de>

	* gfortran.dg/elemental_optional_args_1.f90: Fix test.

From-SVN: r128583
parent 2d65b828
2007-09-18 Tobias Burnus <burnus@net-b.de>
* gfortran.dg/elemental_optional_args_1.f90: Fix test.
2007-09-18 Paolo Carlini <pcarlini@suse.de>
PR c++/33463
......@@ -34,7 +34,6 @@ CONTAINS
write(6,*) efoo(A1,A3,A2)
write(6,*) efoo(A1,A4,A3)
! check an elemental subroutine
call foobar (A5,A2,A3) ! { dg-warning "array and OPTIONAL" }
call foobar (A5,A2,A4)
call foobar (A5,A4,A4)
END SUBROUTINE
......
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