https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82143
--- Comment #16 from Steve Kargl <sgk at troutmask dot apl.washington.edu> --- On Sun, Sep 17, 2017 at 12:19:50PM +0000, dominiq at lps dot ens.fr wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82143 > > --- Comment #14 from Dominique d'Humieres <dominiq at lps dot ens.fr> --- > > For future reference: -fdefault-real-8 was added by Steve in r97221. > > This is not the actual implementation, but the renaming of -i8, -r8, ... to > -fdefault-* > Not quite correct. Yes, the patch renames the options for -i8, -r8, etc to be more inline with GCC standard options that start with -f. The patch actually contains a functional change.