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] Fix a few PRs.


Hi Steve and Jerry,
> Steve Kargl wrote:
>>     * fortran/invoke.texi: Document the C escaped characters activated
>>     by -fbackslash.  Improve -fno-range-check description.
The C-escaped characters patch is came up for PR fortran/34203. You
could cite this PR in the ChangeLog.

       If an expression evaluates to a value
+outside of the relevant range of \[@code{-HUGE()}:@code{HUGE()}\],
+then the expression will be replaced by @code{-Inf} or @code{+Inf}
+as appropriate.

Change "\[ ... \]"  into "[ ... ]".


>>     PR libfortran/33583
>>     * libgfortran/gfortran.map: Add tgammaf.
You should also add "tgamma" (double-precision version) and lgamma and
lgammaf, for which also fall-back implementations exists in libgfortran.

Thanks for the patch,

Jerry DeLisle wrote:
> I will commit for you.

Thanks for taking care for this patch.

Tobias


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