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: Untabified and resubmitted: Patch to gfortran PR13742


> >>+              if (h->sym->value)
> >>+                {
> >>+                  if (h->offset < offset)
> >>+                    gfc_error ("Unsupported form of initialization"
> >>+                               " of EQUIVALENCEd variables");
> >
> > This should use sorry().
>
> It is never used in gcc/fortran directory, and I am trying to
> follow the example.

It's actually used via gfc_todo_error, because sorry() returns.

Paul


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