Re: [patch, fortran] PR56007 Remarkably bad error message with DO array=1,2

2016-02-09 Thread Jerry DeLisle
On 02/08/2016 11:28 AM, Harald Anlauf wrote: > Hi, > > the simple patch below rejects arrays as do loop index > variable before another (confusing) error message is emitted. > Two new testcases derived from the PR, plus adaption of one > testcase that relies on the old error message. > > Whoever

[patch, fortran] PR56007 Remarkably bad error message with DO array=1,2

2016-02-08 Thread Harald Anlauf
Hi, the simple patch below rejects arrays as do loop index variable before another (confusing) error message is emitted. Two new testcases derived from the PR, plus adaption of one testcase that relies on the old error message. Whoever wants to take it... Harald 2016-02-08 Harald Anlauf