This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch, Fortran] Simplify lbound


On Sun, May 10, 2015 at 6:58 AM, Mikael Morin <mikael.morin@sfr.fr> wrote:
> Le 03/05/2015 22:38, Thomas Koenig a Ãcrit :
>> Hi Mikael,
>>
>> Looks good.
>>
>> In general, it is better to restrict changes to existing test cases to
>> the necessary minimum that they still pass, and add new code to new
>> test cases.  This makes regressions easier to track.
>>
>> So, OK with that change.
>>
> Here is what I have committed.
>

It caused:

/export/gnu/import/git/sources/gcc/gcc/testsuite/gfortran.dg/inline_matmul_3.f90:38:39:
Error: Variable 'c1' cannot appear in the expression at (1)^M
/export/gnu/import/git/sources/gcc/gcc/testsuite/gfortran.dg/inline_matmul_3.f90:38:42:
Error: Variable 'c2' cannot appear in the expression at (1)^M
/export/gnu/import/git/sources/gcc/gcc/testsuite/gfortran.dg/inline_matmul_3.f90:38:15:
Error: Variable 'a1' cannot appear in the expression at (1)^M
/export/gnu/import/git/sources/gcc/gcc/testsuite/gfortran.dg/inline_matmul_3.f90:38:18:
Error: Variable 'a2' cannot appear in the expression at (1)^M
/export/gnu/import/git/sources/gcc/gcc/testsuite/gfortran.dg/inline_matmul_3.f90:38:27:
Error: Variable 'b1' cannot appear in the expression at (1)^M
/export/gnu/import/git/sources/gcc/gcc/testsuite/gfortran.dg/inline_matmul_3.f90:38:30:
Error: Variable 'b2' cannot appear in the expression at (1)^M

FAIL: gfortran.dg/inline_matmul_3.f90   -O  (test for excess errors)

-- 
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]