diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-02 00:04:36 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-02 00:04:36 +0000 |
commit | cb8bacb66346a843deef6ca8359913a7762cfe05 (patch) | |
tree | 3dc37bbf8a99ef97f3a73dc491dbfca9f6a93d79 /gcc/genattrtab.c | |
parent | ebae5c09ae356c87576d6a210b0b84485ef27099 (diff) | |
download | gcc-cb8bacb66346a843deef6ca8359913a7762cfe05.tar.gz |
* c-decl.c (duplicate_decls, push_parm_decl): Remove leading
capital from diagnostics.
* c-lex.c (cb_file_change): Similarly.
* c-parse.in : Similarly.
* cfgrtl.c (verify_flow_info): Similarly.
* collect2.c: Similarly.
* cppfiles.c (find_include_file): Similarly.
* cppinit.c (cpp_handle_option): Similarly.
* cpplex.c (cpp_spell_token): Similarly.
* cppmain.c (do_preprocessing): Similarly.
* gcc.c (translate_options, process_command, do_spec1,
main, pfatal_execute): Similarly.
* genattr.c (main): Similarly.
* genattrtab.c (check_attr_test, operate_exp, simplify_test_exp,
write_test_expr, main): Similarly.
* gencodes.c (main): Similarly.
* genconfig.c (main): Similarly.
* genconstants.c (main): Similarly.
* genemit.c (main): Similarly.
* genextract.c (main): Similarly.
* genflags.c (main): Similarly.
* genopinit.c (main): Similarly.
* genoutput.c (process_template, main): Similarly.
* genpeep.c (main): Similarly.
* genrecog.c (main): Similarly.
* gensupport.c (is_predicable, identify_predicable_attribute,
alter_predicate_for_insn, init_md_reader_args, main): Similarly.
* ggc-page.c (alloc_anon): Similarly.
* mips-tfile.c (add_string, add_procedure, add_file, read_line,
parse_begin, parse_bend, parse_def, parse_end, parse_file,
parse_stabs_common, parse_stabs, write_varray, write_object,
read_seek, copy_object, main, error): Similarly.
* profile.c (compute_branch_probabilities): Similarly.
* reg-stack.c (check_asm_stack_operands): Similarly.
* reload.c (find_reloads): Similarly.
* reload1.c (spill_failure, failed_reload): Similarly.
* rtl-error.c (_fatal_insn_not_found): Similarly.
* toplev.c (read_integral_parameter, crash_signal,
decode_f_option, set_target_switch, parse_options_and_default_flags)
: Similarly.
* tradcif.y (parse_number, yylex): Similarly.
* tradcpp.c (main, fancy_abort): Similarly.
* tree.c (tree_check_failed): Similarly.
* varray.c (varray_check_failed): Similarly.
* xcoffout.c (xcoff_output_standard_types): Similarly.
cp:
* call.c (build_java_interface_fn_ref): Similarly.
* except.c (is_admissible_throw_operand): Similarly.
* init.c (build_java_class_ref): Similarly.
* xref.c (open_xref_file): Similarly.
objc:
* objc-act.c (get_object_ref, lookup_and_install_protocols,
build_objc_string_object, objc_declare_alias, build_ivar_chain,
finish_message_expr, build_protocol_expr, is_public,
start_class): Similarly.
testsuite:
* objc.dg/alias.m: Update.
* objc.dg/class-1.m: Update.
* objc.dg/const-str-1.m: Update.
* objc.dg/fwd-proto-1.m: Update.
* objc.dg/id-1.m: Update.
* objc.dg/super-class-1.m: Update.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47518 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/genattrtab.c')
-rw-r--r-- | gcc/genattrtab.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c index d2c91fcf0c1..f1f383c31e3 100644 --- a/gcc/genattrtab.c +++ b/gcc/genattrtab.c @@ -948,11 +948,11 @@ check_attr_test (exp, is_const, lineno) return exp; } else - fatal ("Unknown attribute `%s' in EQ_ATTR", XSTR (exp, 0)); + fatal ("unknown attribute `%s' in EQ_ATTR", XSTR (exp, 0)); } if (is_const && ! attr->is_const) - fatal ("Constant expression uses insn attribute `%s' in EQ_ATTR", + fatal ("constant expression uses insn attribute `%s' in EQ_ATTR", XSTR (exp, 0)); /* Copy this just to make it permanent, @@ -969,7 +969,7 @@ check_attr_test (exp, is_const, lineno) { for (p = XSTR (exp, 1); *p; p++) if (! ISDIGIT (*p)) - fatal ("Attribute `%s' takes only numeric values", + fatal ("attribute `%s' takes only numeric values", XSTR (exp, 0)); } else @@ -980,7 +980,7 @@ check_attr_test (exp, is_const, lineno) break; if (av == NULL) - fatal ("Unknown value `%s' for `%s' attribute", + fatal ("unknown value `%s' for `%s' attribute", XSTR (exp, 1), XSTR (exp, 0)); } } @@ -1775,7 +1775,7 @@ operate_exp (op, left, right) return newexp; } else - fatal ("Badly formed attribute value"); + fatal ("badly formed attribute value"); } /* A hack to prevent expand_units from completely blowing up: ORX_OP does @@ -1827,7 +1827,7 @@ operate_exp (op, left, right) } else - fatal ("Badly formed attribute value"); + fatal ("badly formed attribute value"); /* NOTREACHED */ return NULL; } @@ -3305,7 +3305,7 @@ simplify_test_exp (exp, insn_code, insn_index) { i = compute_alternative_mask (exp, AND); if (i & ~insn_alternatives[insn_code]) - fatal ("Invalid alternative specified for pattern number %d", + fatal ("invalid alternative specified for pattern number %d", insn_index); /* If all alternatives are excluded, this is false. */ @@ -3389,7 +3389,7 @@ simplify_test_exp (exp, insn_code, insn_index) { i = compute_alternative_mask (exp, IOR); if (i & ~insn_alternatives[insn_code]) - fatal ("Invalid alternative specified for pattern number %d", + fatal ("invalid alternative specified for pattern number %d", insn_index); /* If all alternatives are included, this is true. */ @@ -4745,7 +4745,7 @@ write_test_expr (exp, flags) if (XSTR (exp, 1) == NULL || *XSTR (exp, 1) == '\0') { if (GET_MODE (exp) == VOIDmode) - fatal ("Null MATCH_OPERAND specified as test"); + fatal ("null MATCH_OPERAND specified as test"); else printf ("GET_MODE (operands[%d]) == %smode", XINT (exp, 0), GET_MODE_NAME (GET_MODE (exp))); @@ -6065,7 +6065,7 @@ main (argc, argv) progname = "genattrtab"; if (argc <= 1) - fatal ("No input file name"); + fatal ("no input file name"); if (init_md_reader_args (argc, argv) != SUCCESS_EXIT_CODE) return (FATAL_EXIT_CODE); |