summaryrefslogtreecommitdiff
path: root/gcc/toplev.h
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2000-03-28 17:01:49 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2000-03-28 17:01:49 +0000
commit3a6656ad66b02a262c61f336f47b0a9fc249e608 (patch)
tree8ddabb9ddd5277b376e6de09f3dacadff7114776 /gcc/toplev.h
parent75e2bd53c53c49b424592154a4b7878f44877db4 (diff)
downloadgcc-3a6656ad66b02a262c61f336f47b0a9fc249e608.tar.gz
* 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
Diffstat (limited to 'gcc/toplev.h')
-rw-r--r--gcc/toplev.h2
1 files changed, 1 insertions, 1 deletions
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 */