aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
2003-12-10re PR c/13134 (Visibility attribute is ignored)Matt Austern1-0/+13
2003-11-24re PR c/13014 (if shortcut misses required diagnostics)Eric Christopher1-40/+36
2003-11-13re PR rtl-optimization/12275 ([unit-at-a-time] ICE in htab_clear_slot)Jan Hubicka1-2/+2
2003-10-28* c-decl.c (pushdecl): Clarify comment.Zack Weinberg1-4/+4
2003-10-22re PR debug/12389 ([testcase needed] ICE in gen_subprogram_die for nested fun...Jan Hubicka1-1/+4
2003-10-04retain DECL_COMMON of old declarationFariborz Jahanian1-0/+1
2003-09-28c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not file and line sepa...Richard Henderson1-4/+1
2003-09-28c-decl.c (finish_function): Convert definition to ISO C90.Andreas Jaeger1-1/+1
2003-09-25MERGE OF objc-improvements-branch into MAINLINE.Ziemowit Laski1-8/+39
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson1-10/+14
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-14/+10
2003-09-20c-format.c (gcc_diag_char_table): Add %J.Richard Henderson1-198/+133
2003-09-11cgraphunit.c (cgraph_finalize_function): Add nested arg.Richard Henderson1-1/+1
2003-09-10* c-decl.c (poplevel): Eliminate use of |= in function_body assignment.Joe Buck1-1/+2
2003-09-09cgraphunit.c (cgraph_finalize_function): Remove unused argument.Richard Henderson1-1/+1
2003-09-08c-decl.c (c_expand_body_1): Push and pop function context here.Richard Henderson1-1/+8
2003-09-06re PR c/9862 (spurious warnings with -W -finline-functions)Steven Bosscher1-7/+7
2003-09-03targhooks.c: New file.DJ Delorie1-5/+34
2003-09-03Makefile.in (c-objc-common.o): Kill gt-c-objc-common.h dependency.Jan Hubicka1-75/+10
2003-09-01c-decl.c (pushdecl): Don't put variables on C_TYPE_INCOMPLETE_VARS of a type ...Zack Weinberg1-1/+2
2003-08-30c-tree.h: Delete COMPARE_DIFFERENT_TU from enumeration.Zack Weinberg1-7/+6
2003-08-30c-tree.h (C_TYPE_INCOMPLETE_VARS): New macro.Zack Weinberg1-66/+28
2003-08-29tree-optimize.c: New file.Richard Henderson1-135/+4
2003-08-29c-tree.h (C_DECL_FILE_SCOPE): Move ...Richard Henderson1-10/+10
2003-08-24c-decl.c (pushdecl): Only put decls which finish_struct will do something abo...Jakub Jelinek1-3/+10
2003-08-22c-decl.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-08-19builtins.c: Fix comment typos.Kazu Hirata1-1/+1
2003-08-19c-decl.c: Follow spelling conventions.Kazu Hirata1-1/+1
2003-08-19c-common.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-08-09* c-decl.c (SCOPE_LIST_APPEND): Remove bogus line continuation.Per Bothner1-1/+1
2003-08-07c-decl.c (builtin_decls): Replace with first_builtin_decl and last_builtin_decl.Zack Weinberg1-5/+9
2003-08-05tree.h (DID_INLINE_FUNC): Remove macro.Steven Bosscher1-10/+5
2003-08-04c-common.c (flag_noniso_default_format_attributes): Delete.Roger Sayle1-11/+0
2003-08-01c-decl.c (gettags, [...]): Delete.Zack Weinberg1-283/+247
2003-07-31opts.c (in_fnames, [...]): Moved here from c-opts.Per Bothner1-0/+1
2003-07-29c-decl.c (last_function_parm_vars, [...]): New static variables.Zack Weinberg1-232/+243
2003-07-29c-decl.c (c_expand_body_1): Use C_DECL_FILE_SCOPE to detect main function.Geoffrey Keating1-1/+1
2003-07-28c-decl.c: Update commentary, adjust blank lines throughout.Zack Weinberg1-113/+105
2003-07-28c-decl.c (struct c_scope): Remove keep_if_subblocks field.Zack Weinberg1-29/+28
2003-07-27c-decl.c (store_parm_decls_newstyle, [...]): New functions split out of store...Zack Weinberg1-301/+269
2003-07-26builtins.def (DEF_FALLBACK_BUILTIN): Delete.Roger Sayle1-17/+1
2003-07-26* c-decl.c (c_static_assembler_name): Remove TREE_STATIC test.Geoffrey Keating1-1/+1
2003-07-24tree.h (boolean_type_node): Move from C/C++/Java frontends.Jason Merrill1-16/+9
2003-07-24c-decl.c (match_builtin_function_types): New subroutine of duplicate_decls to...Roger Sayle1-37/+47
2003-07-24c-decl.c: Search-and-replace change 'binding level' to 'scope' in commentary.Zack Weinberg1-227/+219
2003-07-22alias.c: Fix comment formatting.Kazu Hirata1-2/+2
2003-07-22c-decl.c (start_decl): Don't call maybe_apply_pragma_weak here.Geoffrey Keating1-8/+22
2003-07-21c-common.h (num_in_fnames): Declare.Geoffrey Keating1-0/+17
2003-07-19* c-decl.c (named_labels, shadowed_labels, label_level_chain)Zack Weinberg1-265/+202
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-13/+9