This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: Wierd test results for transfer_simplify_7.f90


> ... svn update was incomplete. ...

probably: the diff between a clean update and the used one gives:

2203c2203,2207
<       if (e->symtree->n.sym->attr.flavor == FL_PARAMETER)
---
>       /* A PARAMETER shall not be used to define itself, i.e.
>          REAL, PARAMETER :: x = transfer(0, x)
>        is invalid.  */
>       if (e->symtree->n.sym->attr.flavor == FL_PARAMETER
>         && e->symtree->n.sym->value)

So it seems to be a left over of the original patch. I'll
check more carefully and rebuild gfortran.

Thanks and sorry ofr the noise.

Dominique


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