aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)Author
2004-04-01re PR c/14069 (This input file lets gcc crash)Jakub Jelinek
2003-09-06re PR c/9862 (spurious warnings with -W -finline-functions)Steven Bosscher
2003-09-05re PR c/10962 (lookup_field is a linear search on a linked list (can be slow ...Andrew Pinski
2003-08-24c-decl.c (pushdecl): Only put decls which finish_struct will do something abo...Jakub Jelinek
2003-07-11Backport PRs 5287, 7910, 9738, 11021Danny Smith
2003-06-12c-decl.c (c_expand_body): Save input_filename and lineno...Jakub Jelinek
2003-06-04c-common.c (handle_cleanup_attribute): New.Richard Henderson
2003-04-18c-decl.c (c_expand_body): Don't garbage collect the function body if we are g...Alexander Sotirov
2003-04-06* c-decl.c (set_save_expr_context): Prototype.Kaveh R. Ghazi
2003-04-04c-decl.c (set_save_expr_context): Use traditional-style function definition.Kaveh R. Ghazi
2003-04-01re PR middle-end/9936 (ICE with local function and variable-length 2d array)Mark Mitchell
2003-03-31stor-layout.c (update_alignment_for_field): Respect DECL_USER_ALIGN for zero-...Jason Merrill
2003-03-12re PR c/9928 (ICE on duplicate enum declaration)Eric Botcazou
2003-03-06params.def: Introduce parameter max-inline-insns-rtl for a separate limit for...Kurt Garloff
2003-02-10re PR c/7741 (ICE on conflicting types (make_decl_rtl at varasm.c:834))Eric Botcazou
2002-12-13c-decl.c: Fix a comment typo.Kazu Hirata
2002-11-26* c-decl.c: (start_struct): Commonize flag setting.Nathan Sidwell
2002-11-20re PR c/8518 (ICE when compiling mplayer)Eric Botcazou
2002-11-10c-decl.c (grokdeclarator): Make error for duplicate type qualifiers into a pe...Joseph Myers
2002-10-19c-decl.c, decl.c (start_decl): Point users of the old initialized- typedef ex...Zack Weinberg
2002-10-09c-decl.c (start_decl): Unconditionally issue error for 'typedef foo = bar'.Zack Weinberg
2002-09-22ChangeLog: Follow spelling conventions.Kazu Hirata
2002-08-21re PR c/4319 (short accepted on typedef'd char)Joseph Myers
2002-08-17c-decl.c (flexible_array_type_p): New function.Joseph Myers
2002-08-10c-common.c (flag_objc): New.Ziemowit Laski
2002-08-07Makefile.in (c-opts.o, [...]): Update.Neil Booth
2002-08-07c-decl.c (duplicate_decls): Error out for incompatible TLS declarations.Aldy Hernandez
2002-08-01c-common.c: Define all C/ObjC/C++ warning and flag variables.Neil Booth
2002-07-28builtins.def [...]: Require an explicit ATTRS argument.Roger Sayle
2002-07-25c-decl.c (c_decode_option): No need to handle switches cpplib handles.Neil Booth
2002-07-22* c-decl.c (build_compound_literal): Set decl TREE_READONLY from TYPE.Jakub Jelinek
2002-07-22c-decl.c (build_compound_literal): Defer compound literal decls until until f...Jakub Jelinek
2002-07-21c-decl.c (build_array_declarator): Say 'ISO C90', not 'ISO C89'.Gabriel Dos Reis
2002-07-16varargs.h: Replace with stub which issues #error.Zack Weinberg
2002-07-11c-decl.c (duplicate_decls): Preserve the noreturn attribute on non-ANSI built...Roger Sayle
2002-07-01tree.h: Modify builtin_function interface to take an extra argument ATTRS...Roger Sayle
2002-06-20utils.c (init_gigi_decls): Use ARRAY_SIZE in lieu of explicit array size calc...Kaveh R. Ghazi
2002-06-16c-common.c (flag_ms_extensions): Move from c++ front end.Richard Henderson
2002-06-10re PR c/6660 (Typedeffed unnamed structs/unions do not compile with gcc-3.1)Jakub Jelinek
2002-06-07cppinit.c (COMMAND_LINE_OPTIONS): Give all relevant -W options their own entr...Zack Weinberg
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating
2002-05-31c-decl.c (struct binding_level): Change int field n_incomplete to tree list i...Stan Shebs
2002-05-25Makefile.in (C_COMMON_H): Fix.Neil Booth
2002-05-23c-common.c (warn_nonnull): Declare.Jason Thorpe
2002-05-21c-common.h (enum rid): Add RID_THREAD.Richard Henderson
2002-05-18c-common.c (c_common_post_options): Warn if -Wformat-zero-length is used with...Jason Thorpe
2002-05-09Makefile.in: Update.Neil Booth
2002-05-06c-common.c (warn_multichar): New.Neil Booth
2002-05-03defaults.h (BOOL_TYPE_SIZE): Move default here from cp/decl.c.Jason Merrill
2002-04-28re PR c/6343 (attribute((weak)) not working on second declaration)Franz Sirl