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: [gfortran,patch] Add IS_IOSTAT_EOR and IS_IOSTAT_END intrinsics


> I wonder whether one should add some comment, e.g.
>       gfc_conv_has_intvalue (se, expr, -2);  /* IOSTAT_EOR == -2.  */
>
> this makes the numbers a bit less magic

Perfect timing! I'll be submitting in a few minutes a patch that fixes
this problem by creating a common header for the front-end and library
;-)  I've had this idea for some time now, and I finally got to it.

Thanks for the review,
FX


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