aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-24Rename -W to -Wextra.Phil Edwards1-2/+2
2003-01-18alias.c: Fix comment typos.Kazu Hirata1-2/+2
2003-01-10Merge from pch-branch.Geoffrey Keating1-3/+5
2003-01-03c-common.c (finish_fname_decls): Put the DECL_STMTs inside the outermost scope.Jason Merrill1-0/+12
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-12-13c-decl.c: Fix a comment typo.Kazu Hirata1-1/+1
2002-11-26* c-decl.c: (start_struct): Commonize flag setting.Nathan Sidwell1-12/+9
2002-11-20re PR c/8518 (ICE when compiling mplayer)Eric Botcazou1-2/+3
2002-11-10c-decl.c (grokdeclarator): Make error for duplicate type qualifiers into a pe...Joseph Myers1-1/+9
2002-10-19c-decl.c, decl.c (start_decl): Point users of the old initialized- typedef ex...Zack Weinberg1-1/+1
2002-10-09c-decl.c (start_decl): Unconditionally issue error for 'typedef foo = bar'.Zack Weinberg1-19/+4
2002-09-22ChangeLog: Follow spelling conventions.Kazu Hirata1-5/+5
2002-08-21re PR c/4319 (short accepted on typedef'd char)Joseph Myers1-6/+5
2002-08-17c-decl.c (flexible_array_type_p): New function.Joseph Myers1-0/+43
2002-08-10c-common.c (flag_objc): New.Ziemowit Laski1-10/+16
2002-08-07Makefile.in (c-opts.o, [...]): Update.Neil Booth1-262/+0
2002-08-07c-decl.c (duplicate_decls): Error out for incompatible TLS declarations.Aldy Hernandez1-0/+14
2002-08-01c-common.c: Define all C/ObjC/C++ warning and flag variables.Neil Booth1-144/+0
2002-07-28builtins.def [...]: Require an explicit ATTRS argument.Roger Sayle1-4/+0
2002-07-25c-decl.c (c_decode_option): No need to handle switches cpplib handles.Neil Booth1-8/+1
2002-07-22* c-decl.c (build_compound_literal): Set decl TREE_READONLY from TYPE.Jakub Jelinek1-0/+1
2002-07-22c-decl.c (build_compound_literal): Defer compound literal decls until until f...Jakub Jelinek1-5/+11
2002-07-21c-decl.c (build_array_declarator): Say 'ISO C90', not 'ISO C89'.Gabriel Dos Reis1-7/+7
2002-07-16varargs.h: Replace with stub which issues #error.Zack Weinberg1-20/+0
2002-07-11c-decl.c (duplicate_decls): Preserve the noreturn attribute on non-ANSI built...Roger Sayle1-5/+0
2002-07-01tree.h: Modify builtin_function interface to take an extra argument ATTRS...Roger Sayle1-3/+8
2002-06-20utils.c (init_gigi_decls): Use ARRAY_SIZE in lieu of explicit array size calc...Kaveh R. Ghazi1-1/+1
2002-06-16c-common.c (flag_ms_extensions): Move from c++ front end.Richard Henderson1-5/+38
2002-06-10re PR c/6660 (Typedeffed unnamed structs/unions do not compile with gcc-3.1)Jakub Jelinek1-2/+5
2002-06-07cppinit.c (COMMAND_LINE_OPTIONS): Give all relevant -W options their own entr...Zack Weinberg1-1/+1
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-133/+47
2002-05-31c-decl.c (struct binding_level): Change int field n_incomplete to tree list i...Stan Shebs1-14/+24
2002-05-25Makefile.in (C_COMMON_H): Fix.Neil Booth1-1/+21
2002-05-23c-common.c (warn_nonnull): Declare.Jason Thorpe1-0/+1
2002-05-21c-common.h (enum rid): Add RID_THREAD.Richard Henderson1-18/+75
2002-05-18c-common.c (c_common_post_options): Warn if -Wformat-zero-length is used with...Jason Thorpe1-0/+1
2002-05-09Makefile.in: Update.Neil Booth1-0/+4
2002-05-06c-common.c (warn_multichar): New.Neil Booth1-4/+0
2002-05-03defaults.h (BOOL_TYPE_SIZE): Move default here from cp/decl.c.Jason Merrill1-2/+1
2002-04-28re PR c/6343 (attribute((weak)) not working on second declaration)Franz Sirl1-1/+2
2002-04-25c-decl.c (grokdeclarator): Remove outdated ??? note on invalid declaration of...Eric Botcazou1-4/+0
2002-04-24c-decl.c (grokdeclarator): Don't pedwarn variable sized arrays for c99.Richard Henderson1-1/+1
2002-04-20Makefile.in: Update.Neil Booth1-5/+5
2002-04-19builtins.c: Include langhooks.h.Neil Booth1-6/+2
2002-04-10c-decl.c (c_init_decl_processing): Move generation of decls for g77_integer_t...Toon Moene1-49/+0
2002-04-01c-decl.c (grokdeclarator): Update.Neil Booth1-1/+1
2002-04-01c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth1-2/+2
2002-03-31c-common.c (c_unsafe_for_reeval): Rename.Neil Booth1-3/+1
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth1-6/+7
2002-03-28c-decl.c (finish_function): New arg can_defer_p.Richard Henderson1-3/+5