https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94586
--- Comment #24 from Steve Kargl <sgk at troutmask dot apl.washington.edu> --- On Thu, Apr 16, 2020 at 09:32:46PM +0000, dave.anglin at bell dot net wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94586 > > --- Comment #23 from dave.anglin at bell dot net --- > On 2020-04-16 5:07 p.m., sgk at troutmask dot apl.washington.edu wrote: > > It is unclear to me if the patch will meet everyone's > > expectation. In particular, there are currently no > > target-specific macros used in the Fortran frontend. > > Using 'defined(__hpux__)' may make some unhappy as > > it now complicates maintenance and adding new Fortran > > features. > Can I include "../../libgfortran/libgfortran.h" in these frontend routines? > This would pull in > the defines for GFC_REAL_16_IS_FLOAT128 and GFC_REAL_16_IS_LONG_DOUBLE. > That might be worse, but you're in territory that I've not tread. I suggest you send an email to both fortran@ and gcc@ asking for input from more experienced contributors. Don't hold your breath too long on fortran@ replies. Several of us have stop contributing because of the git transition.