From: burnus Date: Tue, 18 Sep 2007 17:09:47 +0000 (+0000) Subject: 2007-09-18 Tobias Burnus X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=daf8590166afb5cd93dfed651d6d64113858f6a3;p=thirdparty%2Fgcc.git 2007-09-18 Tobias Burnus * gfortran.dg/elemental_optional_args_1.f90: Fix test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128583 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index fe8802588e81..4cf9eb53d557 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2007-09-18 Tobias Burnus + + * gfortran.dg/elemental_optional_args_1.f90: Fix test. + 2007-09-18 Paolo Carlini PR c++/33463 diff --git a/gcc/testsuite/gfortran.dg/elemental_optional_args_1.f90 b/gcc/testsuite/gfortran.dg/elemental_optional_args_1.f90 index aed6cadc350d..ea17b5e3446d 100644 --- a/gcc/testsuite/gfortran.dg/elemental_optional_args_1.f90 +++ b/gcc/testsuite/gfortran.dg/elemental_optional_args_1.f90 @@ -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