re PR c/14516 (-fleading-underscore does not work correctly for file static variables)
[gcc.git] / gcc / c-decl.c
2004-08-05 Geoffrey Keatingre PR c/14516 (-fleading-underscore does not work corre...
2004-08-04 Zack Weinbergre PR target/14680 (reload_cse_simplify_operands trigge...
2004-08-03 Joseph Myersc-decl.c (implicitly_declare): Diagnose incompatible...
2004-07-31 Joseph Myersc-decl.c (diagnose_mismatched_decls): Give error for...
2004-07-29 Nathan Sidwellc-decl.c (complete_array_type): Don't gratuitously...
2004-07-26 Bernardo Innocentic-common.c (disable_builtin_function): Rename variable...
2004-07-25 Niall Douglasre PR c++/9283 (__attribute__((visibility ("hidden...
2004-07-25 Bernardo Innocentibasic-block.h (reorder_block_def): Rename to reorder_bl...
2004-07-25 Bernardo Innocentibitmap.c: Use type-safe memory allocation macros from...
2004-07-25 Bernardo Innocentic-decl.c (groktypename, [...]): Rename variable typenam...
2004-07-25 Bernardo Innocentic-common.c: Rename all identifiers named `new'.
2004-07-25 Joseph Myersre PR c/15360 (c99: extern w/initializer; extern w...
2004-07-25 Bernardo Innocentic-common.c: Rename all identifiers named `class' to...
2004-07-25 Richard Hendersonc-decl.c (start_function): Set DECL_ARTIFICIAL and...
2004-07-25 Zack WeinbergZack Weinberg <zack@codesourcery.com
2004-07-25 Bernardo Innocentic-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED...
2004-07-23 Joseph Myersc-decl.c (start_function): Form composite type of funct...
2004-07-22 Joseph Myersre PR c/15052 (gcc frontend accepts mismatched function...
2004-07-21 Eric Christopherbuiltins.c (expand_builtin_setjmp_receiver): Fix commen...
2004-07-15 Frank Ch. Eigler* Fix for g++/15861
2004-07-09 Zack Weinbergc-opts.c (c_common_post_options): Force unit-at-a-time...
2004-07-08 Zack Weinbergc-decl.c (static_ctors, [...]): Make static.
2004-07-08 Zack Weinbergc-decl.c (pop_scope): Do not set DECL_CONTEXT on file...
2004-07-08 Joseph Myersre PR c/2511 (-pedantic not warning about bitfield...
2004-07-06 Richard Kennerlanghooks-def.h (LANG_HOOKS_TREE_INLINING_VAR_MOD_TYPE_...
2004-07-05 Joseph Myersc-decl.c, [...]: Don't check TARGET_MEM_FUNCTIONS.
2004-07-05 Zack Weinberglanghooks.c: Don't include gt-langhooks.h.
2004-07-03 Zack Weinbergc-decl.c (struct c_binding): Remove contour field;...
2004-07-03 Richard Hendersonc-decl.c (grokdeclarator): Don't frob current_function_...
2004-07-01 Richard Hendersonfunction.h (struct function): Remove x_whole_function_m...
2004-07-01 Richard Hendersontree.h (immediate_size_expand): Delete.
2004-06-30 Per BothnerConditionally compile support for --enable-mapped_location.
2004-06-27 Andrew Pinskire PR c/14963 (Unknown types cause ICE in function...
2004-06-26 Richard Kennerc-common.c (c_safe_from_p, [...]): Deleted.
2004-06-24 Richard Hendersonc-decl.c (c_in_iteration_stmt, [...]): Remove.
2004-06-24 Ulrich Weigandc-decl.c (finish_function): Do not check for DEFAULT_MA...
2004-06-22 Andrew PinskiRadar #: 3701874
2004-06-22 Richard Kenneralias.c (adjust_offset_for_component_ref): Use componen...
2004-06-21 Richard Hendersonc-common.def (RETURN_STMT): Remove.
2004-06-21 Zack Weinbergc-decl.c (start_function): Don't call make_decl_rtl.
2004-06-20 Richard Hendersonc-common.h (add_decl_stmt): Move to cp-tree.h.
2004-06-20 Zack Weinbergc-common.h (has_c_linkage): New interface.
2004-06-18 Richard Hendersonc-common.c (flag_objc_sjlj_exceptions): New.
2004-06-16 Richard Hendersonc-common.c (lang_gimplify_stmt): Remove next_p argument.
2004-06-13 Joseph Myersc-typeck.c (comptypes, [...]): Remove flags parameter.
2004-06-13 Eric Christopherc-decl.c (diagnose_mismatched_decls): Improve error...
2004-06-07 Alexandre Olivare PR middle-end/15666 ([unit-at-a-time] Gcc abort...
2004-06-06 Joseph Myersre PR c/13519 (typeof(nonconst+const) is const)
2004-05-31 Joseph Myersre PR c/15749 (--pedantic-errors behaves differently...
2004-05-30 Andrew Pinskic-decl.c (c_expand_body_1): Remove and fold back into ...
2004-05-28 Aldy Hernandezfunction.cc: New.
2004-05-19 Zack Weinberg* cgraph.c (hash_node, eq_node, cgraph_node, cgraph_rem...
2004-05-14 Diego Novillotree-gimple.c: Rename from tree-simple.c.
2004-05-13 Diego NovilloMerge tree-ssa-20020619-branch into mainline.
2004-05-10 Zack Weinbergc-decl.c (store_parm_decls_newstyle): Correct test...
2004-05-09 Zack Weinbergre PR c/15007 (crash when including precompiled header...
2004-04-29 Richard Earnshawc-decl.c (get_parm_info): Use the correct tag keywords...
2004-04-12 Richard Kennerc-decl.c (finish_decl): Make a decl_stmt for a variable...
2004-04-05 Richard Kennerc-decl.c (build_compound_literal): Use TYPE_READONLY.
2004-04-01 Richard Kennerbuiltins.c, [...]: Change most occurrences of TREE_UNSI...
2004-03-30 Zack Weinberggengtype.c (create_option): New function.
2004-03-28 Zack Weinbergre PR c/14734 (Error recovery problem with undeclared...
2004-03-28 Joseph Myersc-tree.h (C_DECL_REGISTER): New.
2004-03-23 Zack WeinbergPR 12267, 12391, 12560, 13129, 14114, 14113
2004-03-22 Jakub Jelinekre PR c/14069 (This input file lets gcc crash)
2004-03-20 Kazu Hiratabb-reorder.c, [...]: Replace calls via (*targetm.foo...
2004-03-20 Kazu Hirataalias.c, [...]: Replace calls via (*targetm.foo) (...
2004-03-18 Mark Mitchellc-decl.c (grokdeclarator): Do not complain about redecl...
2004-03-11 Richard Hendersonre PR c/14517 (change in behaviour wrt duplicate qualif...
2004-03-09 Zack Weinberg* c-decl.c (last_function_parms, last_function_parm_tags)
2004-03-04 Zack Weinbergre PR c/13728 (Duplicate parameter names not detected)
2004-02-27 Kazu Hiratac-decl.c, [...]: Fix comment typos and formatting.
2004-02-26 Kazu Hiratac-decl.c (c_expand_deferred_function): Remove.
2004-02-17 Steven Bosscher(c-decl.c, [...]): Replace DECL_SAVED_INSNS with DECL_S...
2004-02-16 Kazu Hiratac-decl.c, [...]: Fix comment formatting.
2004-02-12 Zack Weinbergdebug.h (struct gcc_debug_hooks): Add type_decl field.
2004-02-08 Zack Weinbergc-common.c (shadow_warning): Delete.
2004-01-27 Kaveh R. Ghazisystem.h (CHAR_BITFIELD): Delete.
2004-01-25 Kazu Hiratac-common.h: Fix comment typos.
2004-01-23 Zack Weinbergre PR c/18314 (Abnormal behavior in optimization)
2004-01-21 Zack Weinbergc-decl.c (merge_decls): Kill different_binding_level...
2004-01-20 Joseph Myersc-decl.c (c_init_decl_processing): Set pedantic_lvalues...
2004-01-13 Zack Weinbergre PR c/13656 (ICE after redeclaring size_t in the...
2004-01-13 Jan Hubickac-decl.c (diagnose_mismatched_decls): Fix warning calls.
2004-01-11 Zack Weinbergc-decl.c (diagnose_arglist_conflict): Add missing space...
2004-01-11 Zack Weinbergc-decl.c (duplicate_decls): Break apart into...
2004-01-07 Joseph Myersre PR c/12165 (Typedef'ed variables ignore typedef...
2004-01-01 Jan Hubickare PR rtl-optimization/13473 (cc1 segfault w/-march...
2003-12-22 Andrew Pinskic-decl.c (finish_function): Change order of checks.
2003-12-22 Andrew Pinskire PR c/9163 (ICE in genrtl_compound_stmt at c-semantic...
2003-12-21 Kazu Hirataalias.c: Fix comment formatting.
2003-12-18 Richard Hendersonc-decl.c (check_bitfield_type_and_width): Remove enum...
2003-12-17 Joseph Myersre PR c/3347 (Too large bitfields should be errors)
2003-12-10 Matt Austernre PR c/13134 (Visibility attribute is ignored)
2003-11-24 Eric Christopherre PR c/13014 (if shortcut misses required diagnostics)
2003-11-13 Jan Hubickare PR rtl-optimization/12275 ([unit-at-a-time] ICE...
2003-10-28 Zack Weinberg* c-decl.c (pushdecl): Clarify comment.
2003-10-22 Jan Hubickare PR debug/12389 ([testcase needed] ICE in gen_subprog...
2003-10-04 Fariborz Jahanianretain DECL_COMMON of old declaration
2003-09-28 Richard Hendersonc-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION...
next