diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-24 00:27:33 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-24 00:27:33 +0000 |
commit | 5124a2c8eabf7035b98321a52a51a4998c207062 (patch) | |
tree | 1f1e9f3af7240cf9b105d13f1eb384eafd666ecf /gcc/po | |
parent | 942cc45f1aba7fb8740e9b2cb154819f9847bcf6 (diff) | |
download | gcc-5124a2c8eabf7035b98321a52a51a4998c207062.tar.gz |
top level:
* errors.h (warning, error, fatal, internal_error): Don't mark
with ATTRIBUTE_PRINTF_n.
* toplev.h (internal_error, fatal_io_error, warning, error,
pedwarn, pedwarn_with_file_and_line, warning_with_file_and_line,
error_with_file_and_line, sorry, error_for_asm, warning_for_asm):
Likewise.
cp:
* Make-lang.in (CXX_OBJS): Take out cp/errfn.o.
(cp/errfn.o): Delete rule.
(cp/error.o): Depend on flags.h.
* errfn.c: Delete file.
* cp-tree.h: Declare warn_deprecated. Remove definitions of
TFF_NAMESPACE_SCOPE, TFF_CLASS_SCOPE, TFF_CHASE_NAMESPACE_ALIAS,
and TFF_TEMPLATE_DEFAULT_ARGUMENTS. #define cp_error, cp_warning,
cp_pedwarn, and cp_compiler_error to error, warning, pedwarn, and
internal_error respectively. Make cp_deprecated into a macro.
Don't define cp_printer typedef or declare cp_printers.
* error.c: Include flags.h.
Delete: struct tree_formatting_info, print_function_argument_list,
print_declaration, print_expression, print_function_declaration,
print_function_parameter, print_type_id, print_cv_qualifier_seq,
print_type_specifier_seq, print_simple_type_specifier,
print_elaborated_type_specifier, print_rest_of_abstract_declarator,
print_parameter_declaration_clause, print_exception_specification,
print_nested_name_specifier, and definition of cp_printers.
(locate_error): New function.
(cp_error_at, cp_warning_at, cp_pedwarn_at): Moved here and
rewritten in terms of locate_error and diagnostic.c.
(cp_tree_printer): Rename cp_printer; wire up to *_to_string
instead of deleted print_* routines. Handle %C, %L, %O, %Q also.
(init_error): Adjust to match.
po:
* POTFILES.in: Remove cp/errfn.c.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45765 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/po')
-rw-r--r-- | gcc/po/ChangeLog | 14 | ||||
-rw-r--r-- | gcc/po/POTFILES.in | 1 |
2 files changed, 9 insertions, 6 deletions
diff --git a/gcc/po/ChangeLog b/gcc/po/ChangeLog index 258fa876e79..c2bfc03ac7f 100644 --- a/gcc/po/ChangeLog +++ b/gcc/po/ChangeLog @@ -1,3 +1,7 @@ +2001-09-23 Zack Weinberg <zack@codesourcery.com> + + * POTFILES.in: Remove cp/errfn.c. + 2001-08-01 Nick Clifton <nickc@cambridge.redhat.com> * POTFILES.in: Remove chorus.h files from i386, rs6000 and sparc @@ -5,7 +9,7 @@ Mon Jul 9 13:27:15 2001 Jeffrey A Law (law@cygnus.com) - * POTFILES.in: Add ssa-ccp.c + * POTFILES.in: Add ssa-ccp.c Thu Jun 28 16:11:30 2001 Jeffrey A Law (law@cygnus.com) @@ -32,8 +36,8 @@ Tue Jun 19 08:03:43 2001 Jeffrey A Law (law@cygnus.com) 2001-06-11 Zack Weinberg <zackw@stanford.edu> - * Makefile.in.in: Take --defines switch off of xgettext - command line. + * Makefile.in.in: Take --defines switch off of xgettext + command line. * POTFILES.in: Massive update, removing all dead files and adding approximately 300 files which had been left out. Clarify comments on what should and should not appear here. @@ -120,7 +124,7 @@ Thu Nov 30 01:28:08 2000 Jeffrey A Law (law@cygnus.com) * POTFILES.in: Remove the files from the nuked dead ports. - * ChangeLog: Correct David's entry. + * ChangeLog: Correct David's entry. 2000-09-28 David O'Brien <obrien@FreeBSD.org> @@ -131,7 +135,7 @@ Thu Nov 30 01:28:08 2000 Jeffrey A Law (law@cygnus.com) 2000-09-26 Philipp Thomas <pthomas@suse.de> * Makefile.in.in: Remove stamp-check-pot from list - of default targets as checks are only possible in a + of default targets as checks are only possible in a complete source tree and all languages configured. 2000-09-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> diff --git a/gcc/po/POTFILES.in b/gcc/po/POTFILES.in index 67a53801a56..d2c1c1c1a15 100644 --- a/gcc/po/POTFILES.in +++ b/gcc/po/POTFILES.in @@ -665,7 +665,6 @@ cp/decl.c cp/decl.h cp/decl2.c cp/dump.c -cp/errfn.c cp/error.c cp/except.c cp/expr.c |