| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | trans-intrinsic.c | 315 tmp = build_call_expr_loc (input_location, in gfc_conv_intrinsic_conversion() 337 args[0] = fold_build1_loc (input_location, REALPART_EXPR, artype, in gfc_conv_intrinsic_conversion() 364 cond = fold_build2_loc (input_location, up ? GE_EXPR : LE_EXPR, in build_fixbound_expr() 367 tmp = fold_build2_loc (input_location, up ? PLUS_EXPR : MINUS_EXPR, type, in build_fixbound_expr() 369 tmp = fold_build3_loc (input_location, COND_EXPR, type, cond, intval, tmp); in build_fixbound_expr() 401 return fold_convert (restype, build_call_expr_loc (input_location, in build_round_expr() 426 return fold_build1_loc (input_location, FIX_TRUNC_EXPR, type, arg); in build_fix_expr() 482 se->expr = build_call_expr_loc (input_location, decl, 1, arg[0]); in gfc_conv_intrinsic_aint() 497 cond = fold_build2_loc (input_location, LT_EXPR, logical_type_node, arg[0], in gfc_conv_intrinsic_aint() 502 tmp = fold_build2_loc (input_location, GT_EXPR, logical_type_node, arg[0], in gfc_conv_intrinsic_aint() [all …]
|
| H A D | trans.c | 130 return gfc_evaluate_now_loc (input_location, expr, pblock); in gfc_evaluate_now() 175 gfc_add_modify_loc (input_location, pblock, lhs, rhs); in gfc_add_modify() 245 expr = build_empty_stmt (input_location); in gfc_finish_block() 284 t = fold (build4_loc (input_location, ARRAY_REF, TREE_TYPE (type), in gfc_build_addr_expr() 303 t = fold_build1_loc (input_location, ADDR_EXPR, natural_type, t); in gfc_build_addr_expr() 370 decl = build_fold_indirect_ref_loc (input_location, decl); in get_array_span() 384 decl = build_fold_indirect_ref_loc (input_location, decl); in get_array_span() 447 offset = fold_build2_loc (input_location, MULT_EXPR, in gfc_build_array_ref() 451 tmp = fold_build_pointer_plus_loc (input_location, tmp, offset); in gfc_build_array_ref() 455 tmp = build_fold_indirect_ref_loc (input_location, tmp); in gfc_build_array_ref() [all …]
|
| H A D | trans-array.c | 153 t = fold_build3_loc (input_location, COMPONENT_REF, TREE_TYPE (field), desc, in gfc_conv_descriptor_data_get() 179 t = fold_build3_loc (input_location, COMPONENT_REF, TREE_TYPE (field), desc, in gfc_conv_descriptor_data_set() 199 t = fold_build3_loc (input_location, COMPONENT_REF, TREE_TYPE (field), desc, in gfc_conv_descriptor_data_addr() 216 return fold_build3_loc (input_location, COMPONENT_REF, TREE_TYPE (field), in gfc_conv_descriptor_offset() 248 return fold_build3_loc (input_location, COMPONENT_REF, TREE_TYPE (field), in gfc_conv_descriptor_dtype() 264 return fold_build3_loc (input_location, COMPONENT_REF, TREE_TYPE (field), in gfc_conv_descriptor_span() 293 return fold_build3_loc (input_location, COMPONENT_REF, TREE_TYPE (tmp), in gfc_conv_descriptor_rank() 311 return fold_build3_loc (input_location, COMPONENT_REF, TREE_TYPE (tmp), in gfc_conv_descriptor_elem_len() 327 return fold_build3_loc (input_location, COMPONENT_REF, TREE_TYPE (tmp), in gfc_conv_descriptor_attribute() 345 return fold_build3_loc (input_location, COMPONENT_REF, TREE_TYPE (field), in gfc_get_descriptor_dimension() [all …]
|
| H A D | trans-expr.c | 143 caf = fold_build3_loc (input_location, COMPONENT_REF, in gfc_get_ultimate_alloc_ptr_comps_caf_token() 190 decl = build_fold_indirect_ref_loc (input_location, decl); in gfc_class_data_get() 193 return fold_build3_loc (input_location, COMPONENT_REF, in gfc_class_data_get() 209 decl = build_fold_indirect_ref_loc (input_location, decl); in gfc_class_vptr_get() 212 return fold_build3_loc (input_location, COMPONENT_REF, in gfc_class_vptr_get() 228 decl = build_fold_indirect_ref_loc (input_location, decl); in gfc_class_len_get() 231 return fold_build3_loc (input_location, COMPONENT_REF, in gfc_class_len_get() 250 decl = build_fold_indirect_ref_loc (input_location, decl); in gfc_class_len_or_zero_get() 253 return len != NULL_TREE ? fold_build3_loc (input_location, COMPONENT_REF, in gfc_class_len_or_zero_get() 278 tmp2 = fold_build2_loc (input_location, MULT_EXPR, in gfc_resize_class_size_with_len() [all …]
|
| H A D | trans-stmt.c | 153 tmp = fold_build2_loc (input_location, NE_EXPR, logical_type_node, tmp, in gfc_trans_goto() 166 target = fold_build1_loc (input_location, GOTO_EXPR, void_type_node, in gfc_trans_goto() 329 tmp = build_call_expr_loc (input_location, in gfc_conv_elemental_dependencies() 335 tmp = build_fold_indirect_ref_loc (input_location, parmse.expr); in gfc_conv_elemental_dependencies() 337 tmp = build_call_expr_loc (input_location, in gfc_conv_elemental_dependencies() 489 maskexpr = fold_build1_loc (input_location, TRUTH_NOT_EXPR, in gfc_trans_call() 501 build_empty_stmt (input_location)); in gfc_trans_call() 503 tmp = fold_build2_loc (input_location, PLUS_EXPR, in gfc_trans_call() 560 tmp = fold_build2_loc (input_location, MODIFY_EXPR, TREE_TYPE (result), in gfc_trans_return() 593 tmp = build_call_expr_loc (input_location, in gfc_trans_pause() [all …]
|
| H A D | convert.c | 55 return fold_build1_loc (input_location, NOP_EXPR, in truthvalue_conversion() 59 return fold_build1_loc (input_location, NOP_EXPR, in truthvalue_conversion() 68 return fold_build2_loc (input_location, NE_EXPR, in truthvalue_conversion() 100 return fold_build1_loc (input_location, NOP_EXPR, type, expr); in convert() 104 return fold_build1_loc (input_location, CONVERT_EXPR, type, e); in convert() 106 return fold_build1_loc (input_location, NOP_EXPR, type, in convert()
|
| H A D | trans-io.c | 273 tmp = build_call_expr_loc (input_location, in gfc_trans_io_runtime_check() 286 tmp = build3_v (COND_EXPR, cond, body, build_empty_stmt (input_location)); in gfc_trans_io_runtime_check() 502 var = fold_build3_loc (input_location, COMPONENT_REF, in set_parameter_tree() 505 tmp = fold_build3_loc (input_location, COMPONENT_REF, TREE_TYPE (p->field), in set_parameter_tree() 545 var = fold_build3_loc (input_location, COMPONENT_REF, in set_parameter_value() 549 tmp = fold_build3_loc (input_location, COMPONENT_REF, dest_type, var, in set_parameter_value() 583 cond = fold_build2_loc (input_location, LT_EXPR, logical_type_node, in set_parameter_value_chk() 592 cond = fold_build2_loc (input_location, GT_EXPR, logical_type_node, in set_parameter_value_chk() 604 var = fold_build3_loc (input_location, COMPONENT_REF, in set_parameter_value_chk() 608 tmp = fold_build3_loc (input_location, COMPONENT_REF, dest_type, var, in set_parameter_value_chk() [all …]
|
| H A D | trans-openmp.c | 135 return fold_build2_loc (input_location, NE_EXPR, boolean_type_node, in gfc_omp_check_optional_argument() 418 tem = fold_build2_loc (input_location, MINUS_EXPR, in gfc_walk_alloc_comps() 453 tree declvar = build_fold_indirect_ref_loc (input_location, tem); in gfc_walk_alloc_comps() 459 destvar = build_fold_indirect_ref_loc (input_location, tem); in gfc_walk_alloc_comps() 478 decl = build_fold_indirect_ref_loc (input_location, decl); in gfc_walk_alloc_comps() 480 dest = build_fold_indirect_ref_loc (input_location, dest); in gfc_walk_alloc_comps() 495 declf = fold_build3_loc (input_location, COMPONENT_REF, ftype, in gfc_walk_alloc_comps() 498 destf = fold_build3_loc (input_location, COMPONENT_REF, ftype, in gfc_walk_alloc_comps() 549 tem = fold_build2_loc (input_location, NE_EXPR, in gfc_walk_alloc_comps() 552 then_b = build3_loc (input_location, COND_EXPR, void_type_node, in gfc_walk_alloc_comps() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | trans.cc | 97 t = build_decl (input_location, VAR_DECL, get_identifier (name_buf), type); in create_var_debug_raw() 174 return gfc_evaluate_now_loc (input_location, expr, pblock); in gfc_evaluate_now() 219 gfc_add_modify_loc (input_location, pblock, lhs, rhs); in gfc_add_modify() 289 expr = build_empty_stmt (input_location); in gfc_finish_block() 328 t = fold (build4_loc (input_location, ARRAY_REF, TREE_TYPE (type), in gfc_build_addr_expr() 347 t = fold_build1_loc (input_location, ADDR_EXPR, natural_type, t); in gfc_build_addr_expr() 376 decl = build_fold_indirect_ref_loc (input_location, decl); in get_array_span() 400 decl = build_fold_indirect_ref_loc (input_location, decl); in get_array_span() 417 decl = build_fold_indirect_ref_loc (input_location, decl); in get_array_span() 436 offset = fold_build2_loc (input_location, MULT_EXPR, in gfc_build_spanned_array_ref() [all …]
|
| H A D | trans-intrinsic.cc | 320 tmp = build_call_expr_loc (input_location, in gfc_conv_intrinsic_conversion() 342 args[0] = fold_build1_loc (input_location, REALPART_EXPR, artype, in gfc_conv_intrinsic_conversion() 369 cond = fold_build2_loc (input_location, up ? GE_EXPR : LE_EXPR, in build_fixbound_expr() 372 tmp = fold_build2_loc (input_location, up ? PLUS_EXPR : MINUS_EXPR, type, in build_fixbound_expr() 374 tmp = fold_build3_loc (input_location, COND_EXPR, type, cond, intval, tmp); in build_fixbound_expr() 409 return convert (restype, build_call_expr_loc (input_location, in build_round_expr() 434 return fold_build1_loc (input_location, FIX_TRUNC_EXPR, type, arg); in build_fix_expr() 490 se->expr = build_call_expr_loc (input_location, decl, 1, arg[0]); in gfc_conv_intrinsic_aint() 505 cond = fold_build2_loc (input_location, LT_EXPR, logical_type_node, arg[0], in gfc_conv_intrinsic_aint() 510 tmp = fold_build2_loc (input_location, GT_EXPR, logical_type_node, arg[0], in gfc_conv_intrinsic_aint() [all …]
|
| H A D | trans-array.cc | 131 return fold_build3_loc (input_location, COMPONENT_REF, TREE_TYPE (field), in gfc_get_cfi_descriptor_field() 178 return fold_build3_loc (input_location, COMPONENT_REF, TREE_TYPE (field), in gfc_get_cfi_dim_item() 250 return fold_build3_loc (input_location, COMPONENT_REF, TREE_TYPE (field), in gfc_get_descriptor_field() 358 return fold_build3_loc (input_location, COMPONENT_REF, TREE_TYPE (tmp), in gfc_conv_descriptor_rank() 376 return fold_build3_loc (input_location, COMPONENT_REF, TREE_TYPE (tmp), in gfc_conv_descriptor_elem_len() 392 return fold_build3_loc (input_location, COMPONENT_REF, TREE_TYPE (tmp), in gfc_conv_descriptor_attribute() 406 return fold_build3_loc (input_location, COMPONENT_REF, TREE_TYPE (tmp), in gfc_conv_descriptor_type() 449 return fold_build3_loc (input_location, COMPONENT_REF, TREE_TYPE (field), in gfc_conv_descriptor_subfield() 567 diff = fold_build2_loc (input_location, MINUS_EXPR, gfc_array_index_type, in gfc_conv_shift_descriptor_lbound() 572 ubound = fold_build2_loc (input_location, PLUS_EXPR, gfc_array_index_type, in gfc_conv_shift_descriptor_lbound() [all …]
|
| H A D | trans-expr.cc | 79 len = fold_build2_loc (input_location, MULT_EXPR, in gfc_get_character_len_in_bytes() 185 caf = fold_build3_loc (input_location, COMPONENT_REF, in gfc_get_ultimate_alloc_ptr_comps_caf_token() 232 decl = build_fold_indirect_ref_loc (input_location, decl); in gfc_class_data_get() 235 return fold_build3_loc (input_location, COMPONENT_REF, in gfc_class_data_get() 251 decl = build_fold_indirect_ref_loc (input_location, decl); in gfc_class_vptr_get() 254 return fold_build3_loc (input_location, COMPONENT_REF, in gfc_class_vptr_get() 270 decl = build_fold_indirect_ref_loc (input_location, decl); in gfc_class_len_get() 273 return fold_build3_loc (input_location, COMPONENT_REF, in gfc_class_len_get() 292 decl = build_fold_indirect_ref_loc (input_location, decl); in gfc_class_len_or_zero_get() 295 return len != NULL_TREE ? fold_build3_loc (input_location, COMPONENT_REF, in gfc_class_len_or_zero_get() [all …]
|
| H A D | trans-stmt.cc | 153 tmp = fold_build2_loc (input_location, NE_EXPR, logical_type_node, tmp, in gfc_trans_goto() 166 target = fold_build1_loc (input_location, GOTO_EXPR, void_type_node, in gfc_trans_goto() 336 tmp = build_call_expr_loc (input_location, in gfc_conv_elemental_dependencies() 342 tmp = build_fold_indirect_ref_loc (input_location, parmse.expr); in gfc_conv_elemental_dependencies() 344 tmp = build_call_expr_loc (input_location, in gfc_conv_elemental_dependencies() 507 maskexpr = fold_build1_loc (input_location, TRUTH_NOT_EXPR, in gfc_trans_call() 527 build_empty_stmt (input_location)); in gfc_trans_call() 529 tmp = fold_build2_loc (input_location, PLUS_EXPR, in gfc_trans_call() 586 tmp = fold_build2_loc (input_location, MODIFY_EXPR, TREE_TYPE (result), in gfc_trans_return() 619 tmp = build_call_expr_loc (input_location, in gfc_trans_pause() [all …]
|
| H A D | convert.cc | 55 return fold_build1_loc (input_location, NOP_EXPR, in truthvalue_conversion() 59 return fold_build1_loc (input_location, NOP_EXPR, in truthvalue_conversion() 68 return fold_build2_loc (input_location, NE_EXPR, in truthvalue_conversion() 100 return fold_build1_loc (input_location, NOP_EXPR, type, expr); in convert() 104 return fold_build1_loc (input_location, CONVERT_EXPR, type, e); in convert() 106 return fold_build1_loc (input_location, NOP_EXPR, type, in convert()
|
| H A D | trans-decl.cc | 287 label_decl = build_decl (input_location, in gfc_build_label_decl() 524 ptr_decl = build_fold_indirect_ref_loc (input_location, in gfc_finish_cray_pointee() 539 value = build_fold_indirect_ref_loc (input_location, in gfc_finish_cray_pointee() 1118 size = fold_build2_loc (input_location, MINUS_EXPR, gfc_array_index_type, in gfc_build_qualified_array() 1181 TYPE_NAME (type) = type_decl = build_decl (input_location, in gfc_build_qualified_array() 1297 decl = build_decl (input_location, in gfc_build_dummy_array_decl() 1378 length = build_decl (input_location, in gfc_create_string_length() 1415 length = build_decl (input_location, in gfc_add_assign_aux_vars() 1418 addr = build_decl (input_location, in gfc_add_assign_aux_vars() 2038 decl = build_decl (input_location, in get_proc_pointer_decl() [all …]
|
| H A D | trans-io.cc | 273 tmp = build_call_expr_loc (input_location, in gfc_trans_io_runtime_check() 286 tmp = build3_v (COND_EXPR, cond, body, build_empty_stmt (input_location)); in gfc_trans_io_runtime_check() 502 var = fold_build3_loc (input_location, COMPONENT_REF, in set_parameter_tree() 505 tmp = fold_build3_loc (input_location, COMPONENT_REF, TREE_TYPE (p->field), in set_parameter_tree() 545 var = fold_build3_loc (input_location, COMPONENT_REF, in set_parameter_value() 549 tmp = fold_build3_loc (input_location, COMPONENT_REF, dest_type, var, in set_parameter_value() 583 cond = fold_build2_loc (input_location, LT_EXPR, logical_type_node, in set_parameter_value_chk() 592 cond = fold_build2_loc (input_location, GT_EXPR, logical_type_node, in set_parameter_value_chk() 604 var = fold_build3_loc (input_location, COMPONENT_REF, in set_parameter_value_chk() 608 tmp = fold_build3_loc (input_location, COMPONENT_REF, dest_type, var, in set_parameter_value_chk() [all …]
|
| H A D | trans-openmp.cc | 141 return fold_build2_loc (input_location, NE_EXPR, boolean_type_node, in gfc_omp_check_optional_argument() 507 tem = fold_build2_loc (input_location, MINUS_EXPR, in gfc_walk_alloc_comps() 542 tree declvar = build_fold_indirect_ref_loc (input_location, tem); in gfc_walk_alloc_comps() 548 destvar = build_fold_indirect_ref_loc (input_location, tem); in gfc_walk_alloc_comps() 567 decl = build_fold_indirect_ref_loc (input_location, decl); in gfc_walk_alloc_comps() 569 dest = build_fold_indirect_ref_loc (input_location, dest); in gfc_walk_alloc_comps() 584 declf = fold_build3_loc (input_location, COMPONENT_REF, ftype, in gfc_walk_alloc_comps() 587 destf = fold_build3_loc (input_location, COMPONENT_REF, ftype, in gfc_walk_alloc_comps() 638 tem = fold_build2_loc (input_location, NE_EXPR, in gfc_walk_alloc_comps() 641 then_b = build3_loc (input_location, COND_EXPR, void_type_node, in gfc_walk_alloc_comps() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | collect-utils.c | 68 fatal_error (input_location, "cannot get program status: %m"); in collect_wait() 82 fatal_error (input_location, "%s terminated with signal %d [%s]%s", in collect_wait() 98 fatal_error (input_location, "%s returned %d exit status", prog, ret); in do_wait() 133 fatal_error (input_location, "could not open response file %s", in collect_execute() 139 fatal_error (input_location, "could not write to response file %s", in collect_execute() 145 fatal_error (input_location, "could not close response file %s", in collect_execute() 179 fatal_error (input_location, "cannot find %qs", prog); in collect_execute() 183 fatal_error (input_location, "%<pex_init%> failed: %m"); in collect_execute() 192 fatal_error (input_location, "%s: %m", _(errmsg)); in collect_execute() 195 fatal_error (input_location, errmsg); in collect_execute()
|
| H A D | ggc-common.c | 386 fatal_error (input_location, "cannot write PCH file: %m"); in write_pch_globals() 394 fatal_error (input_location, "cannot write PCH file: %m"); in write_pch_globals() 463 fatal_error (input_location, "cannot write PCH file: %m"); in gt_pch_save() 474 fatal_error (input_location, "cannot get position in PCH file: %m"); in gt_pch_save() 481 fatal_error (input_location, "cannot write PCH file: %m"); in gt_pch_save() 484 fatal_error (input_location, "cannot write padding to PCH file: %m"); in gt_pch_save() 595 location_t old_input_loc = input_location; in gt_pch_restore() 610 input_location = old_input_loc; in gt_pch_restore() 611 fatal_error (input_location, "cannot read PCH file: %m"); in gt_pch_restore() 622 input_location = old_input_loc; in gt_pch_restore() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | collect-utils.cc | 106 fatal_error (input_location, "cannot get program status: %m"); in collect_wait() 120 fatal_error (input_location, "%s terminated with signal %d [%s]%s", in collect_wait() 136 fatal_error (input_location, "%s returned %d exit status", prog, ret); in do_wait() 175 fatal_error (input_location, "could not open response file %s", in collect_execute() 181 fatal_error (input_location, "could not write to response file %s", in collect_execute() 187 fatal_error (input_location, "could not close response file %s", in collect_execute() 221 fatal_error (input_location, "cannot find %qs", prog); in collect_execute() 225 fatal_error (input_location, "%<pex_init%> failed: %m"); in collect_execute() 234 fatal_error (input_location, "%s: %m", _(errmsg)); in collect_execute() 237 fatal_error (input_location, errmsg); in collect_execute()
|
| H A D | ggc-common.cc | 415 fatal_error (input_location, "cannot write PCH file: %m"); in write_pch_globals() 423 fatal_error (input_location, "cannot write PCH file: %m"); in write_pch_globals() 532 fatal_error (input_location, in gt_pch_save() 551 fatal_error (input_location, "cannot write PCH file: %m"); in gt_pch_save() 562 fatal_error (input_location, "cannot get position in PCH file: %m"); in gt_pch_save() 569 fatal_error (input_location, "cannot write PCH file: %m"); in gt_pch_save() 572 fatal_error (input_location, "cannot write padding to PCH file: %m"); in gt_pch_save() 683 fatal_error (input_location, "cannot write PCH file: %m"); in gt_pch_save() 694 fatal_error (input_location, "cannot write PCH file: %m"); in gt_pch_save() 709 fatal_error (input_location, "cannot write PCH file: %m"); in gt_pch_save() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-pch.cc | 105 fatal_error (input_location, "cannot create precompiled header %s: %m", in pch_init() 125 fatal_error (input_location, "cannot write to %s: %m", pch_file); in pch_init() 183 fatal_error (input_location, "cannot write %s: %m", pch_file); in c_common_write_pch() 213 fatal_error (input_location, "cannot read %s: %m", name); in c_common_valid_pch() 248 fatal_error (input_location, "cannot read %s: %m", name); in c_common_valid_pch() 286 fatal_error (input_location, "cannot read %s: %m", name); in c_common_valid_pch() 393 inform (input_location, "use %<#include%> instead"); in c_common_pch_pragma() 399 fatal_error (input_location, "%s: couldn%'t open PCH file: %m", name); in c_common_pch_pragma() 404 inform (input_location, "use %<-Winvalid-pch%> for more information"); in c_common_pch_pragma() 405 fatal_error (input_location, "%s: PCH file was invalid", name); in c_common_pch_pragma()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-pch.c | 106 fatal_error (input_location, "cannot create precompiled header %s: %m", in pch_init() 127 fatal_error (input_location, "cannot write to %s: %m", pch_file); in pch_init() 185 fatal_error (input_location, "cannot write %s: %m", pch_file); in c_common_write_pch() 211 fatal_error (input_location, "cannot read %s: %m", name); in c_common_valid_pch() 252 fatal_error (input_location, "cannot read %s: %m", name); in c_common_valid_pch() 303 fatal_error (input_location, "cannot read %s: %m", name); in c_common_valid_pch() 411 inform (input_location, "use %<#include%> instead"); in c_common_pch_pragma() 417 fatal_error (input_location, "%s: couldn%'t open PCH file: %m", name); in c_common_pch_pragma() 422 inform (input_location, "use %<-Winvalid-pch%> for more information"); in c_common_pch_pragma() 423 fatal_error (input_location, "%s: PCH file was invalid", name); in c_common_pch_pragma()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/common/config/arm/ |
| H A D | arm-common.cc | 291 fatal_error (input_location, in arm_target_mode() 301 fatal_error (input_location, "unrecognized option passed to %%:" in arm_target_mode() 381 inform (input_location, "valid arguments are: %s; did you mean %qs?", in arm_print_hint_for_cpu_option() 384 inform (input_location, "valid arguments are: %s", s); in arm_print_hint_for_cpu_option() 421 error_at (input_location, "unrecognized %s target: %s", optname, target); in arm_parse_cpu_option_name() 445 inform (input_location, "valid arguments are: %s; did you mean %qs?", in arm_print_hint_for_arch_option() 448 inform (input_location, "valid arguments are: %s", s); in arm_print_hint_for_arch_option() 475 error_at (input_location, "unrecognized %s target: %s", optname, target); in arm_parse_arch_option_name() 492 inform (input_location, "valid arguments are: %s; did you mean %qs?", in arm_print_hint_for_fpu_option() 495 inform (input_location, "valid arguments are: %s", s); in arm_print_hint_for_fpu_option() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/common/config/arm/ |
| H A D | arm-common.c | 261 fatal_error (input_location, in arm_target_thumb_only() 271 fatal_error (input_location, in arm_target_thumb_only() 334 inform (input_location, "valid arguments are: %s; did you mean %qs?", in arm_print_hint_for_cpu_option() 337 inform (input_location, "valid arguments are: %s", s); in arm_print_hint_for_cpu_option() 374 error_at (input_location, "unrecognized %s target: %s", optname, target); in arm_parse_cpu_option_name() 398 inform (input_location, "valid arguments are: %s; did you mean %qs?", in arm_print_hint_for_arch_option() 401 inform (input_location, "valid arguments are: %s", s); in arm_print_hint_for_arch_option() 428 error_at (input_location, "unrecognized %s target: %s", optname, target); in arm_parse_arch_option_name() 445 inform (input_location, "valid arguments are: %s; did you mean %qs?", in arm_print_hint_for_fpu_option() 448 inform (input_location, "valid arguments are: %s", s); in arm_print_hint_for_fpu_option() [all …]
|