From 3a6656ad66b02a262c61f336f47b0a9fc249e608 Mon Sep 17 00:00:00 2001 From: kenner Date: Tue, 28 Mar 2000 17:01:49 +0000 Subject: * expr.c (store_constructor): SIZE now signed. For EXPR_SIZE, don't evaluate size; just needed if constant. * fold-const.c (fold): Fix a number of cases when folded tree is wrong type. * function.c (flush_addressof): Reenable. * tree.h (flush_addressof): Likewise. * toplev.c (independent_decode_option): Look at strings_processed. * config/alpha/alpha.h (MINIMUM_ATOMIC_ALIGNMENT): Cast to unsigned. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32783 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/toplev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/toplev.h') diff --git a/gcc/toplev.h b/gcc/toplev.h index 49990a8597b..5779ff994e3 100644 --- a/gcc/toplev.h +++ b/gcc/toplev.h @@ -136,5 +136,5 @@ extern int sorrycount; extern const char *progname; -extern void set_fatal_function PARAMS ((void (*)(const char *, va_list))); +extern void set_fatal_function PARAMS ((void (*) (const char *, va_list))); #endif /* __GCC_TOPLEV_H */ -- cgit v1.2.1