aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-17(c-decl.c, [...]): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION.Steven Bosscher1-4/+5
2004-02-16c-decl.c, [...]: Fix comment formatting.Kazu Hirata1-2/+2
2004-02-12debug.h (struct gcc_debug_hooks): Add type_decl field.Zack Weinberg1-4/+8
2004-02-08c-common.c (shadow_warning): Delete.Zack Weinberg1-23/+13
2004-01-27system.h (CHAR_BITFIELD): Delete.Kaveh R. Ghazi1-4/+4
2004-01-25c-common.h: Fix comment typos.Kazu Hirata1-1/+1
2004-01-23re PR c/18314 (Abnormal behavior in optimization)Zack Weinberg1-4/+8
2004-01-21c-decl.c (merge_decls): Kill different_binding_level and different_tu argumen...Zack Weinberg1-83/+24
2004-01-20c-decl.c (c_init_decl_processing): Set pedantic_lvalues to true unconditionally.Joseph Myers1-1/+1
2004-01-13re PR c/13656 (ICE after redeclaring size_t in the system headers)Zack Weinberg1-33/+48
2004-01-13c-decl.c (diagnose_mismatched_decls): Fix warning calls.Jan Hubicka1-2/+4
2004-01-11c-decl.c (diagnose_arglist_conflict): Add missing space to diagnostic messages.Zack Weinberg1-2/+2
2004-01-11c-decl.c (duplicate_decls): Break apart into...Zack Weinberg1-567/+524
2004-01-07re PR c/12165 (Typedef'ed variables ignore typedef's const qualifier)Joseph Myers1-5/+15
2004-01-01re PR rtl-optimization/13473 (cc1 segfault w/-march=pentium4)Jan Hubicka1-1/+2
2003-12-22c-decl.c (finish_function): Change order of checks.Andrew Pinski1-3/+3
2003-12-22re PR c/9163 (ICE in genrtl_compound_stmt at c-semantics.c:776 with c99 mode ...Andrew Pinski1-5/+9
2003-12-21alias.c: Fix comment formatting.Kazu Hirata1-7/+7
2003-12-18c-decl.c (check_bitfield_type_and_width): Remove enum special case suppressio...Richard Henderson1-4/+1
2003-12-17re PR c/3347 (Too large bitfields should be errors)Joseph Myers1-81/+101
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