| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | options.c | 57 gfc_option.allow_std = GFC_STD_F95_OBS | GFC_STD_F95_DEL in set_default_std_flags() 94 gfc_option.allow_std |= GFC_STD_F95_OBS | GFC_STD_F95_DEL in post_dec_flags() 289 if (gfc_option.allow_std & GFC_STD_F2003) in gfc_post_options() 396 if (pedantic && (gfc_option.allow_std & GFC_STD_GNU) != 0) in gfc_post_options() 399 if (pedantic && (gfc_option.allow_std & GFC_STD_LEGACY) != 0) in gfc_post_options() 490 if (gfc_option.allow_std & GFC_STD_F2008) in gfc_post_options() 492 else if (gfc_option.allow_std & GFC_STD_F2003) in gfc_post_options() 751 gfc_option.allow_std = GFC_STD_OPT_F95; in gfc_handle_option() 761 gfc_option.allow_std = GFC_STD_OPT_F03; in gfc_handle_option() 769 gfc_option.allow_std = GFC_STD_OPT_F08; in gfc_handle_option() [all …]
|
| H A D | module.c | 6089 && (gfc_option.allow_std & GFC_STD_F2003)) in write_symtree() 6530 not_in_std = (gfc_option.allow_std & d) == 0; \ in import_iso_c_binding_module() 6535 not_in_std = (gfc_option.allow_std & d) == 0; \ in import_iso_c_binding_module() 6540 not_in_std = (gfc_option.allow_std & d) == 0; \ in import_iso_c_binding_module() 6545 not_in_std = (gfc_option.allow_std & d) == 0; \ in import_iso_c_binding_module() 6550 not_in_std = (gfc_option.allow_std & d) == 0; \ in import_iso_c_binding_module() 6617 if ((gfc_option.allow_std & d) == 0) \ in import_iso_c_binding_module() 6622 if ((gfc_option.allow_std & d) == 0) \ in import_iso_c_binding_module() 6627 if ((gfc_option.allow_std & d) == 0) \ in import_iso_c_binding_module() 6632 if ((gfc_option.allow_std & d) == 0) \ in import_iso_c_binding_module() [all …]
|
| H A D | interface.c | 1270 && !((gfc_option.allow_std & GFC_STD_F2008) in generic_correspondence() 1284 || ((gfc_option.allow_std & GFC_STD_F2008) in generic_correspondence() 1837 if ((gfc_option.allow_std & GFC_STD_F2008) in gfc_compare_interfaces() 2707 if (formal->ts.kind != 1 && (gfc_option.allow_std & GFC_STD_GNU) == 0) in compare_parameter() 2716 if (where && (gfc_option.allow_std & GFC_STD_F2003) == 0) in compare_parameter() 2724 return ((gfc_option.allow_std & GFC_STD_F2003) != 0); in compare_parameter() 3171 || (gfc_option.allow_std & GFC_STD_F2008) == 0)) in gfc_compare_actual_formal() 3176 || (gfc_option.allow_std & GFC_STD_F2008) == 0)))) in gfc_compare_actual_formal() 3351 && (gfc_option.allow_std & GFC_STD_F2008) == 0 in gfc_compare_actual_formal()
|
| H A D | error.c | 861 if ((gfc_option.allow_std & std) != 0 && !warning) in gfc_notification_std() 914 const int estd = std & ~gfc_option.allow_std; /* Standard to error about. */ in gfc_notify_std()
|
| H A D | io.c | 175 if (!(gfc_option.allow_std & GFC_STD_GNU) && !inhibit_warnings) in next_char() 793 if (!(gfc_option.allow_std & GFC_STD_F2003) && t != FMT_COMMA in check_format() 1132 if (!(gfc_option.allow_std & GFC_STD_GNU) && !inhibit_warnings) in check_format()
|
| H A D | match.c | 3026 f95 = (gfc_option.allow_std == GFC_STD_OPT_F95); in gfc_match_stopcode() 3029 f03 = (gfc_option.allow_std == GFC_STD_OPT_F03); in gfc_match_stopcode() 3032 f08 = (gfc_option.allow_std == GFC_STD_OPT_F08); in gfc_match_stopcode()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | options.cc | 57 gfc_option.allow_std = GFC_STD_F95_OBS | GFC_STD_F95_DEL in set_default_std_flags() 94 gfc_option.allow_std |= GFC_STD_F95_OBS | GFC_STD_F95_DEL in post_dec_flags() 298 if (gfc_option.allow_std & GFC_STD_F2003) in gfc_post_options() 408 if (pedantic && (gfc_option.allow_std & GFC_STD_GNU) != 0) in gfc_post_options() 411 if (pedantic && (gfc_option.allow_std & GFC_STD_LEGACY) != 0) in gfc_post_options() 504 if (gfc_option.allow_std & GFC_STD_F2008) in gfc_post_options() 506 else if (gfc_option.allow_std & GFC_STD_F2003) in gfc_post_options() 765 gfc_option.allow_std = GFC_STD_OPT_F95; in gfc_handle_option() 775 gfc_option.allow_std = GFC_STD_OPT_F03; in gfc_handle_option() 783 gfc_option.allow_std = GFC_STD_OPT_F08; in gfc_handle_option() [all …]
|
| H A D | module.cc | 6300 && (gfc_option.allow_std & GFC_STD_F2003)) in write_symtree() 6741 not_in_std = (gfc_option.allow_std & d) == 0; \ in import_iso_c_binding_module() 6746 not_in_std = (gfc_option.allow_std & d) == 0; \ in import_iso_c_binding_module() 6751 not_in_std = (gfc_option.allow_std & d) == 0; \ in import_iso_c_binding_module() 6756 not_in_std = (gfc_option.allow_std & d) == 0; \ in import_iso_c_binding_module() 6761 not_in_std = (gfc_option.allow_std & d) == 0; \ in import_iso_c_binding_module() 6828 if ((gfc_option.allow_std & d) == 0) \ in import_iso_c_binding_module() 6833 if ((gfc_option.allow_std & d) == 0) \ in import_iso_c_binding_module() 6838 if ((gfc_option.allow_std & d) == 0) \ in import_iso_c_binding_module() 6843 if ((gfc_option.allow_std & d) == 0) \ in import_iso_c_binding_module() [all …]
|
| H A D | interface.cc | 1281 && !((gfc_option.allow_std & GFC_STD_F2008) in generic_correspondence() 1295 || ((gfc_option.allow_std & GFC_STD_F2008) in generic_correspondence() 1857 if ((gfc_option.allow_std & GFC_STD_F2008) in gfc_compare_interfaces() 2774 if (formal->ts.kind != 1 && (gfc_option.allow_std & GFC_STD_GNU) == 0) in compare_parameter() 2783 if (where && (gfc_option.allow_std & GFC_STD_F2003) == 0) in compare_parameter() 2791 return ((gfc_option.allow_std & GFC_STD_F2003) != 0); in compare_parameter() 3255 || (gfc_option.allow_std & GFC_STD_F2008) == 0)) in gfc_compare_actual_formal() 3260 || (gfc_option.allow_std & GFC_STD_F2008) == 0)))) in gfc_compare_actual_formal() 3526 && (gfc_option.allow_std & GFC_STD_F2008) == 0 in gfc_compare_actual_formal()
|
| H A D | error.cc | 962 if ((gfc_option.allow_std & std) != 0 && !warning) in gfc_notification_std() 1015 const int estd = std & ~gfc_option.allow_std; /* Standard to error about. */ in gfc_notify_std()
|
| H A D | io.cc | 175 if (!(gfc_option.allow_std & GFC_STD_GNU) && !inhibit_warnings) in next_char() 793 if (!(gfc_option.allow_std & GFC_STD_F2003) && t != FMT_COMMA in check_format() 1132 if (!(gfc_option.allow_std & GFC_STD_GNU) && !inhibit_warnings) in check_format()
|
| H A D | match.cc | 3034 f95 = (gfc_option.allow_std == GFC_STD_OPT_F95); in gfc_match_stopcode() 3037 f03 = (gfc_option.allow_std == GFC_STD_OPT_F03); in gfc_match_stopcode() 3040 f08 = (gfc_option.allow_std == GFC_STD_OPT_F08); in gfc_match_stopcode()
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/runtime/ |
| H A D | compile_options.c | 151 compile_options.allow_std = options[1]; in set_options() 208 compile_options.allow_std = GFC_STD_F95_OBS | GFC_STD_F95_DEL in init_compile_options()
|
| H A D | error.c | 789 if ((compile_options.allow_std & std) != 0 && !warning) in notification_std() 810 if ((compile_options.allow_std & std) != 0 && !warning) in notify_std()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/runtime/ |
| H A D | compile_options.c | 151 compile_options.allow_std = options[1]; in set_options() 208 compile_options.allow_std = GFC_STD_F95_OBS | GFC_STD_F95_DEL in init_compile_options()
|
| H A D | error.c | 820 if ((compile_options.allow_std & std) != 0 && !warning) in notification_std() 841 if ((compile_options.allow_std & std) != 0 && !warning) in notify_std()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| H A D | transfer.c | 1483 if (!(compile_options.allow_std & GFC_STD_GNU) in formatted_transfer_scalar_read() 1486 if (!(compile_options.allow_std & GFC_STD_F2008) in formatted_transfer_scalar_read() 1495 if (!(compile_options.allow_std & GFC_STD_GNU) in formatted_transfer_scalar_read() 1498 if (!(compile_options.allow_std & GFC_STD_F2008) in formatted_transfer_scalar_read() 1507 if (!(compile_options.allow_std & GFC_STD_GNU) in formatted_transfer_scalar_read() 1510 if (!(compile_options.allow_std & GFC_STD_F2008) in formatted_transfer_scalar_read() 1954 if (!(compile_options.allow_std & GFC_STD_GNU) in formatted_transfer_scalar_write() 1957 if (!(compile_options.allow_std & GFC_STD_F2008) in formatted_transfer_scalar_write() 1966 if (!(compile_options.allow_std & GFC_STD_GNU) in formatted_transfer_scalar_write() 1969 if (!(compile_options.allow_std & GFC_STD_F2008) in formatted_transfer_scalar_write() [all …]
|
| H A D | open.c | 519 && !(compile_options.allow_std & GFC_STD_F2018)) in new_unit()
|
| H A D | write_float.def | 1013 || ((m == 0.0) && !(compile_options.allow_std\
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
| H A D | transfer.c | 1611 if (!(compile_options.allow_std & GFC_STD_GNU) in formatted_transfer_scalar_read() 1614 if (!(compile_options.allow_std & GFC_STD_F2008) in formatted_transfer_scalar_read() 1627 if (!(compile_options.allow_std & GFC_STD_GNU) in formatted_transfer_scalar_read() 1630 if (!(compile_options.allow_std & GFC_STD_F2008) in formatted_transfer_scalar_read() 1643 if (!(compile_options.allow_std & GFC_STD_GNU) in formatted_transfer_scalar_read() 1646 if (!(compile_options.allow_std & GFC_STD_F2008) in formatted_transfer_scalar_read() 2094 if (!(compile_options.allow_std & GFC_STD_GNU) in formatted_transfer_scalar_write() 2097 if (!(compile_options.allow_std & GFC_STD_F2008) in formatted_transfer_scalar_write() 2110 if (!(compile_options.allow_std & GFC_STD_GNU) in formatted_transfer_scalar_write() 2113 if (!(compile_options.allow_std & GFC_STD_F2008) in formatted_transfer_scalar_write() [all …]
|
| H A D | open.c | 541 && !(compile_options.allow_std & GFC_STD_F2018)) in new_unit()
|
| H A D | write_float.def | 1037 || ((m == 0.0) && !(compile_options.allow_std\
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
| H A D | ChangeLog-2010 | 691 compile_options.allow_std for GFC_STD_F2008_OBS. 693 formatted_transfer_scalar_write): Fix allow_std check.
|
| H A D | libgfortran.h | 601 int allow_std; member
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/ |
| H A D | libgfortran.h | 559 int allow_std; member
|