From 50e60bc3d7c3ab94e6f5eabaaee3eab574e0b0c3 Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Wed, 2 Aug 2000 17:01:13 +0000 Subject: c-common.h: Prototype min_precision and c_build_qualified_type here... * c-common.h: Prototype min_precision and c_build_qualified_type here... * c-tree.h: ... not here. * errors.h: Prototype fancy_abort. * emit-rtl.c (gen_lowpart_common): Move variable 'c' into HOST_BITS_PER_WIDE_INT == 64 ifdef block. * regrename.c (regrename_optimize): Make control flow explicit. (replace_reg_in_block): Initialize reg_use to 0. * i386.c (legitimate_address_p): Rename error label to report_error to avoid namespace clash. cp: * cp-tree.h: Don't prototype min_precision here. (my_friendly_assert): Cast expression to void. * semantics.c (do_poplevel): Initialize scope_stmts. f: * expr.c (ffeexpr_finished_): Cast signed side of ?: expression to bool. java: * class.c (build_dtable_decl): Initialize dummy. intl: * dcgettext.c (find_msg): Initialize act before loop. (guess_category_value): Add dummy uses of both parameters. * localealias.c (read_alias_file): Cast arg of strchr to char *. From-SVN: r35427 --- gcc/errors.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc/errors.h') diff --git a/gcc/errors.h b/gcc/errors.h index 843c1c8..e782d20 100644 --- a/gcc/errors.h +++ b/gcc/errors.h @@ -29,6 +29,8 @@ extern void warning PARAMS ((const char *format, ...)) ATTRIBUTE_PRINTF_1; extern void error PARAMS ((const char *format, ...)) ATTRIBUTE_PRINTF_1; extern void fatal PARAMS ((const char *format, ...)) ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN; +extern void fancy_abort PARAMS ((const char *file, int line, const char *func)) + ATTRIBUTE_NORETURN; extern int have_error; extern const char *progname; -- cgit v1.1