/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | options.c | 61 gfc_option.warn_std = GFC_STD_F2018_DEL | GFC_STD_F95_DEL | GFC_STD_LEGACY; in set_default_std_flags() 96 gfc_option.warn_std &= ~(GFC_STD_LEGACY | GFC_STD_F95_DEL); in post_dec_flags() 397 gfc_option.warn_std |= GFC_STD_GNU; in gfc_post_options() 400 gfc_option.warn_std |= GFC_STD_F95_OBS | GFC_STD_F95_DEL | GFC_STD_LEGACY; in gfc_post_options() 752 gfc_option.warn_std = GFC_STD_F95_OBS; in gfc_handle_option() 762 gfc_option.warn_std = GFC_STD_F95_OBS; in gfc_handle_option() 770 gfc_option.warn_std = GFC_STD_F95_OBS | GFC_STD_F2008_OBS; in gfc_handle_option() 779 gfc_option.warn_std = GFC_STD_F95_OBS | GFC_STD_F2008_OBS in gfc_handle_option() 792 gfc_option.warn_std = 0; in gfc_handle_option()
|
H A D | error.c | 860 warning = ((gfc_option.warn_std & std) != 0) && !inhibit_warnings; in gfc_notification_std() 913 const int wstd = std & gfc_option.warn_std; /* Standard to warn about. */ in gfc_notify_std()
|
H A D | io.c | 962 if (gfc_option.warn_std != 0) in check_format() 1106 if (gfc_option.warn_std != 0) in check_format()
|
H A D | gfortran.h | 2766 int warn_std; member
|
H A D | expr.c | 2750 if (gfc_option.warn_std & GFC_STD_F2003) in check_inquiry() 2752 if (gfc_option.warn_std & GFC_STD_F95) in check_inquiry()
|
H A D | intrinsic.c | 4857 if (gfc_option.warn_std & isym->standard) in gfc_check_intrinsic_standard() 5223 if ((gfc_option.warn_std & sym->standard) != 0) in gfc_convert_type_warn()
|
H A D | interface.c | 3280 if (gfc_option.warn_std == 0) in gfc_compare_actual_formal()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | options.cc | 61 gfc_option.warn_std = GFC_STD_F2018_DEL | GFC_STD_F95_DEL | GFC_STD_LEGACY; in set_default_std_flags() 96 gfc_option.warn_std &= ~(GFC_STD_LEGACY | GFC_STD_F95_DEL); in post_dec_flags() 409 gfc_option.warn_std |= GFC_STD_GNU; in gfc_post_options() 412 gfc_option.warn_std |= GFC_STD_F95_OBS | GFC_STD_F95_DEL | GFC_STD_LEGACY; in gfc_post_options() 766 gfc_option.warn_std = GFC_STD_F95_OBS; in gfc_handle_option() 776 gfc_option.warn_std = GFC_STD_F95_OBS; in gfc_handle_option() 784 gfc_option.warn_std = GFC_STD_F95_OBS | GFC_STD_F2008_OBS; in gfc_handle_option() 793 gfc_option.warn_std = GFC_STD_F95_OBS | GFC_STD_F2008_OBS in gfc_handle_option() 806 gfc_option.warn_std = 0; in gfc_handle_option()
|
H A D | error.cc | 961 warning = ((gfc_option.warn_std & std) != 0) && !inhibit_warnings; in gfc_notification_std() 1014 const int wstd = std & gfc_option.warn_std; /* Standard to warn about. */ in gfc_notify_std()
|
H A D | io.cc | 962 if (gfc_option.warn_std != 0) in check_format() 1106 if (gfc_option.warn_std != 0) in check_format()
|
H A D | gfortran.h | 3051 int warn_std; member
|
H A D | expr.cc | 2776 if (gfc_option.warn_std & GFC_STD_F2003) in check_inquiry() 2778 if (gfc_option.warn_std & GFC_STD_F95) in check_inquiry()
|
H A D | ChangeLog-2004 | 2803 (gfc_option_t): Add warn_std and allow_std. 2812 * options.c (gfc_init_options): Set allow_std and warn_std.
|
H A D | intrinsic.cc | 4899 if (gfc_option.warn_std & isym->standard) in gfc_check_intrinsic_standard() 5266 if ((gfc_option.warn_std & sym->standard) != 0) in gfc_convert_type_warn()
|
H A D | interface.cc | 3370 if (gfc_option.warn_std == 0) in gfc_compare_actual_formal()
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/runtime/ |
H A D | compile_options.c | 149 compile_options.warn_std = options[0]; in set_options() 207 compile_options.warn_std = GFC_STD_F95_DEL | GFC_STD_LEGACY; in init_compile_options()
|
H A D | error.c | 788 warning = compile_options.warn_std & std; in notification_std() 809 warning = compile_options.warn_std & std; in notify_std()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/runtime/ |
H A D | compile_options.c | 149 compile_options.warn_std = options[0]; in set_options() 207 compile_options.warn_std = GFC_STD_F95_DEL | GFC_STD_LEGACY; in init_compile_options()
|
H A D | error.c | 819 warning = compile_options.warn_std & std; in notification_std() 840 warning = compile_options.warn_std & std; in notify_std()
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
H A D | format.c | 1005 if (compile_options.warn_std != 0) in parse_format_list()
|
H A D | transfer.c | 259 if (unlikely(compile_options.warn_std == 0)) // the slow legacy way. in read_sf_internal() 3218 if (compile_options.warn_std && in data_transfer_init()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
H A D | format.c | 998 if (compile_options.warn_std != 0) in parse_format_list()
|
H A D | transfer.c | 259 if (unlikely(compile_options.warn_std == 0)) // the slow legacy way. in read_sf_internal() 3055 if (compile_options.warn_std && in data_transfer_init()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/ |
H A D | libgfortran.h | 558 int warn_std; member
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
H A D | libgfortran.h | 600 int warn_std; member
|