summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 190c7e6fe05..db61ded7e2d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,18 @@
+2004-09-11 Joseph S. Myers <jsm@polyomino.org.uk>
+
+ * c-tree.h (enum c_storage_class): New.
+ (struct c_declspecs): Add storage_class, inline_p and thread_p.
+ * c-decl.c (shadow_tag_warned): Give errors for "inline" in empty
+ declarations and "auto" or "register" in file scope empty
+ declarations. Give more specific warnings for other cases of
+ storage class specifiers in empty declarations.
+ (grokdeclarator): Update for new structures. Don't check for
+ multiple storage classes. Diagnose file-scope "register" if
+ pedantic.
+ (build_null_declspecs): Update.
+ (declspecs_add_scspec): Update. Diagnose multiple storage class
+ specifiers and invalid uses of "__thread".
+
2004-09-11 Zack Weinberg <zack@codesourcery.com>
* tree.c (tree_code_size): New function, bulk of code from tree_size.