Home
last modified time | relevance | path

Searched refs:GFC_STD_OPT_F18 (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dlibgfortran.h46 #define GFC_STD_OPT_F18 ((GFC_STD_OPT_F08 | GFC_STD_F2018) \ macro
H A Doptions.c778 gfc_option.allow_std = GFC_STD_OPT_F18; in gfc_handle_option()
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dlibgfortran.h46 #define GFC_STD_OPT_F18 ((GFC_STD_OPT_F08 | GFC_STD_F2018) \ macro
H A Doptions.c778 gfc_option.allow_std = GFC_STD_OPT_F18; in gfc_handle_option()
H A Doptions.cc792 gfc_option.allow_std = GFC_STD_OPT_F18; in gfc_handle_option()