summaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
Commit message (Expand)AuthorAgeFilesLines
* * c-decl.c (check_bitfield_type_and_width): Remove enum specialrth2003-12-181-4/+1
* 2003-12-17 Neil Booth <neil@daikokuya.co.uk>jsm282003-12-171-81/+101
* PR c/13134austern2003-12-101-0/+13
* 2003-11-24 Eric Christopher <echristo@redhat.com>echristo2003-11-241-40/+36
* PR opt/12275hubicka2003-11-131-2/+2
* * c-decl.c (pushdecl): Clarify comment.zack2003-10-281-4/+4
* PR debug/12389hubicka2003-10-221-1/+4
* retain DECL_COMMON of old declarationfjahanian2003-10-041-0/+1
* * c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, notrth2003-09-281-4/+1
* * c-decl.c (finish_function): Convert definition to ISO C90.aj2003-09-281-1/+1
* 2003-09-24 Ziemowit Laski <zlaski@apple.com>zlaski2003-09-251-8/+39
* Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.rth2003-09-221-10/+14
* * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.rth2003-09-211-14/+10
* * c-format.c (gcc_diag_char_table): Add %J.rth2003-09-211-198/+133
* * cgraphunit.c (cgraph_finalize_function): Add nested arg.rth2003-09-111-1/+1
* * c-decl.c (poplevel): Eliminate use of |= in function_body assignment.wilson2003-09-111-1/+2
* * cgraphunit.c (cgraph_finalize_function): Remove unused argument.rth2003-09-101-1/+1
* gcc/rth2003-09-081-1/+8
* PR c/9862steven2003-09-061-7/+7
* * targhooks.c: New file.dj2003-09-041-5/+34
* * Makefile.in (c-objc-common.o): Kill gt-c-objc-common.h dependency.hubicka2003-09-031-75/+10
* * c-decl.c (pushdecl): Don't put variables onzack2003-09-011-1/+2
* * c-tree.h: Delete COMPARE_DIFFERENT_TU from enumeration.zack2003-08-301-7/+6
* * c-tree.h (C_TYPE_INCOMPLETE_VARS): New macro.zack2003-08-301-66/+28
* gcc/rth2003-08-291-135/+4
* * c-tree.h (C_DECL_FILE_SCOPE): Move ...rth2003-08-291-10/+10
* * c-decl.c (pushdecl): Only put decls which finish_struct will dojakub2003-08-231-3/+10
* * c-decl.c: Fix comment formatting.kazu2003-08-221-1/+1
* * builtins.c: Fix comment typos.kazu2003-08-191-1/+1
* * c-decl.c: Follow spelling conventions.kazu2003-08-191-1/+1
* * c-common.c: Fix comment formatting.kazu2003-08-191-1/+1
* * c-decl.c (SCOPE_LIST_APPEND): Remove bogus line continuation.bothner2003-08-091-1/+1
* * c-decl.c (builtin_decls): Replace with first_builtin_declzack2003-08-071-5/+9
* 2003-08-05 Steven Bosscher <steven@gcc.gnu.org>steven2003-08-051-10/+5
* * c-common.c (flag_noniso_default_format_attributes): Delete.sayle2003-08-041-11/+0
* * c-decl.c (gettags, pushdecl_function_level): Delete.zack2003-08-011-283/+247
* * opts.c (in_fnames, num_in_fnames): Moved here from c-opts.bothner2003-07-311-0/+1
* * c-decl.c (last_function_parm_vars, current_function_parm_vars):zack2003-07-291-232/+243
* * c-decl.c (c_expand_body_1): Use C_DECL_FILE_SCOPE to detectgeoffk2003-07-291-1/+1
* * c-decl.c: Update commentary, adjust blank lines throughout.zack2003-07-281-113/+105
* * c-decl.c (struct c_scope): Remove keep_if_subblocks field.zack2003-07-281-29/+28
* * c-decl.c (store_parm_decls_newstyle, store_parm_decls_oldstyle):zack2003-07-271-301/+269
* * builtins.def (DEF_FALLBACK_BUILTIN): Delete.sayle2003-07-261-17/+1
* * c-decl.c (c_static_assembler_name): Remove TREE_STATIC test.geoffk2003-07-261-1/+1
* * tree.h (boolean_type_node): Move from C/C++/Java frontends.jason2003-07-241-16/+9
* * c-decl.c (match_builtin_function_types): New subroutine ofsayle2003-07-241-37/+47
* * c-decl.c: Search-and-replace change 'binding level' tozack2003-07-241-227/+219
* * alias.c: Fix comment formatting.kazu2003-07-221-2/+2
* * c-decl.c (start_decl): Don't call maybe_apply_pragma_weak here.geoffk2003-07-221-8/+22
* * c-common.h (num_in_fnames): Declare.geoffk2003-07-211-0/+17