From dd1b7476b15731af50e306410e72d5d307236e67 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Wed, 15 Jan 2003 01:21:46 +0000 Subject: decl2.c (check_classfn): Fix uninitialized warning. cp: * decl2.c (check_classfn): Fix uninitialized warning. (build_anon_union_vars): Likewise. * pt.c (tsubst_copy): Likewise. gcc: * genattr.c (main): Rearrange output to avoid prototype warning. * genautomata.c (transform_3): Fix ambiguous-else warning. * local-alloc.c (requires_inout): Add parentheses around assignment used as truth-value. * timevar.c: Move system includes above local includes. Include toplev.h * Makefile.in (timevar.o): Depend on toplev.h. From-SVN: r61308 --- gcc/genattr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/genattr.c') diff --git a/gcc/genattr.c b/gcc/genattr.c index 1e910ed..72d13f5 100644 --- a/gcc/genattr.c +++ b/gcc/genattr.c @@ -441,12 +441,12 @@ main (argc, argv) printf (" unit with given code is currently reserved in given\n"); printf (" DFA state. */\n"); printf ("extern int cpu_unit_reservation_p PARAMS ((state_t, int));\n"); + printf ("#endif\n\n"); printf ("/* Clean insn code cache. It should be called if there\n"); printf (" is a chance that condition value in a\n"); printf (" define_insn_reservation will be changed after\n"); printf (" last call of dfa_start. */\n"); printf ("extern void dfa_clean_insn_cache PARAMS ((void));\n\n"); - printf ("#endif\n\n"); printf ("/* Initiate and finish work with DFA. They should be\n"); printf (" called as the first and the last interface\n"); printf (" functions. */\n"); -- cgit v1.1