On Wed, Apr 22, 2020 at 01:13:47PM -0400, Fritz Reese via Gcc-patches wrote: > Jakub has OK'd the patch and I recently authored the original trigd
My patch is already in. > code being modified here. After his patch is committed I will commit > this one unless others have comments or concerns. > > libgfortran/ChangeLog: > > 2020-04-22 Fritz Reese <fore...@gcc.gnu.org> > > * intrinsics/trigd.c, intrinsics/trigd_lib.inc, intrinsics/trigd.inc: > Guard against unavailable math functions. > Use suffixes from kinds.h based on the REAL kind. > > gcc/fortran/ChangeLog: > > 2020-04-22 Fritz Reese <fore...@gcc.gnu.org> > > * trigd_fe.inc: Use mpfr to compute cosd(30) rather than a host- > precision floating point literal based on an invalid macro. Ok for trunk, thanks. Jakub