c-decl.c (check_bitfield_type_and_width): Do not pass NULL to build_int_cst.
[gcc.git] / gcc / c-decl.c
2011-05-04 Richard Guentherc-decl.c (check_bitfield_type_and_width): Do not pass...
2011-05-03 Richard Guentherc-decl.c (grokdeclarator): Instead of looking at TREE_O...
2011-05-02 Lawrence CrowlUpgrade the utility of timevars.
2011-05-02 Simon Martinre PR c/35445 (ICE with conflicting declarations)
2011-04-15 Nicola PeroIn gcc/c-family/: 2011-04-15 Nicola Pero <nicola.pero...
2011-04-13 Nathan Froydada-tree.h (union lang_tree_node): Check for TS_COMMON...
2011-04-12 Martin Jamborcgraph.h (cgraph_node): Remove function declaration.
2011-04-01 Gary Funckc-decl.c (grokdeclarator): Fix formatting.
2011-03-21 Richard Guentherre PR c/47939 (Missing DW_TAG_typedef for qualified...
2011-03-18 Joseph Myersc-decl.c (diagnose_mismatched_decls): Give an error...
2011-03-18 Joseph Myersc-decl.c (grokfield): Don't allow typedefs for structur...
2011-01-26 Ian Lance Taylorre PR tree-optimization/26854 (Inordinate compile times...
2010-12-30 Joseph Myersre PR c/46889 (Missing diagnosis on duplicate struct...
2010-12-22 Nathan Froydc-aux-info.c (gen_formal_list_for_type): Use prototype_p.
2010-12-17 Paolo Bonzinire PR c/20385 (Lame parse error message for undefined...
2010-12-06 Nicola PeroIn gcc/: 2010-12-06 Nicola Pero <nicola.pero@meta-innov...
2010-12-02 Nathan Froydre PR c/45062 (Revision 162223 caused ICE at c-decl...
2010-11-30 Nicola PeroIn gcc/c-family/: 2010-11-30 Nicola Pero <nicola.pero...
2010-11-14 Paolo Bonzinire PR c/46462 (Revision 166700 caused new C test failures)
2010-11-13 Paolo Bonzinic-tree.h (enum c_typespec_kind): Add ctsk_none.
2010-11-06 Simon Martinre PR c/43384 (ICE: Segmentation fault with invalid...
2010-11-06 Jakub Jelinekre PR c/44772 (-Wc++-compat warns incorrectly for anony...
2010-11-01 Jason Merrilltree.h (EXPR_LOC_OR_HERE): New macro.
2010-10-20 Nicola PeroIn gcc/: 2010-10-20 Nicola Pero <nicola.pero@meta-innov...
2010-10-17 Nicola PeroIn gcc/: 2010-10-17 Nicola Pero <nicola.pero@meta-innov...
2010-10-06 Nicola PeroIn gcc/: 2010-10-06 Nicola Pero <nicola.pero@meta-innov...
2010-10-04 Ian Lance Taylorc-typeck.c (lookup_field): If -fplan9-extensions, permi...
2010-09-29 Nicola PeroIn gcc/: 2010-09-29 Nicola Pero <nicola.pero@meta-innov...
2010-09-24 Richard Guentherc-decl.c (pop_scope): Always set file-scope DECL_CONTEXT.
2010-09-21 Nicola Perore PR objc/25965 (Allows duplicate member names in...
2010-09-16 Richard Guenthertree.c (tree_node_structure_for_code): TRANSLATION_UNIT...
2010-09-10 Richard Guenthertree.c (type_hash_eq): For ARRAY_TYPEs also compare...
2010-09-08 Arnaud Charletc-tree.h, c-decl.c (build_enumerator): Add location...
2010-08-20 Nathan Froydvec.h (FOR_EACH_VEC_ELT): Define.
2010-08-17 Shujing Zhaore PR c/40563 (-Wc++-compat does not warn about uniniti...
2010-08-08 Nathan Froydc-tree.h (build_arg_info): Declare.
2010-08-08 Nathan Froydc-tree.h (c_arg_tag): Define.
2010-07-16 Nathan Froydc-decl.c (detect_field_duplicates): Use DECL_CHAIN...
2010-07-15 Nathan Froydtree.h (DECL_CHAIN): Define.
2010-07-13 Manuel López-Ibáñezc-decl.c (finish_function): Fix typo in comment.
2010-06-19 Philip Herronc-decl.c (c_write_global_declarations): Don't check...
2010-06-08 Laurynas Biveinisutils.c (init_gnat_to_gnu): Use typed GC allocation.
2010-06-06 Manuel López-Ibáñezre PR c/20000 (missing warning for noreturn function...
2010-06-05 Steven Bosscherc-common.c: Move to c-family/.
2010-06-01 Arnaud Charletinvoke.texi: Mention -fdump-ada-spec.
2010-05-28 Steven Bosscherc-common.h: Add FIXME for awkward split of c_register_a...
2010-05-27 Joseph Myersdiagnostic-core.h: New.
2010-05-26 Kai Tietzdemangle-expected: Add tests for __int128 and unsigned...
2010-05-26 Steven Bosscherrtl.h (decl_default_tls_model): Move prototype from...
2010-05-23 Joseph Myersc-decl.c (diagnose_mismatched_decls): Give error for...
2010-05-16 Steven Bosscherc-decl.c: Don't include gimple.h.
2010-05-15 Steven Bosschervecir.h: New file with VEC primitives for tree, gimple...
2010-05-15 Joseph Myersc-decl.c (grokfield): Allow typedefs for anonymous...
2010-05-09 Joseph Myersre PR c/4784 (Anonymous structs issues)
2010-05-05 Steven Bosscherstor-layout.c (pending_sizes): Change the type to VEC...
2010-04-18 Eric Botcazoufold-const.c (fold_comparison): Use ssizetype.
2010-04-12 Shujing Zhaore PR c/36774 (-Wmissing-prototypes triggers on nested...
2010-04-07 Jakub Jelinekre PR c/18624 (GCC does not detect local variable set...
2010-03-26 Joseph Myersre PR c/43381 (infinite loop in gcc.dg/parm-impl-decl...
2010-03-19 Andrew Pinskire PR c/43211 (ICE with incomplete type in function...
2010-03-04 Andrew Pinskire PR c/43248 (ICE: tree check: expected class 'type...
2010-02-26 Manuel López-Ibáñezre PR c/24577 (diagnostic informative note labelled...
2010-02-20 Mike Stumpre PR c/43125 (Revision 156907 failed gcc.dg/attr-used.c)
2010-01-21 Janis Johnsontree.h (TYPE_TRANSPARENT_UNION): Replace with ...
2010-01-14 Jakub Jelinekre PR middle-end/42674 (Bogus "no return statement...
2010-01-01 Richard Guentherre PR c/42570 (ICE in get_alias_set, at alias.c:710)
2009-12-30 Joseph Myersre PR c/42439 (Linux kernel BUILD_BUG_ON() broke)
2009-12-21 Brian Hackettdecl.c (finish_function): Rename pre-genericize event.
2009-11-25 H.J. LuRemove trailing white spaces.
2009-10-26 Ben Ellistontm.texi (TARGET_ADDR_SPACE_KEYWORDS): Document.
2009-09-23 Dodji Seketelire PR debug/41065 (DW_TAG_enumeration_type+DW_TAG_enume...
2009-09-17 Jakub Jelinekc-decl.c (finish_struct): Adjust DECL_SOURCE_LOCATION...
2009-09-13 Richard Guentherlanghooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.
2009-08-25 Douglas B Rupphwint.h (HOST_LONG_FORMAT): New macro
2009-08-20 Richard Guentherc-objc-common.h (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL...
2009-07-17 Richard Guentherre PR c/40401 (ICE: verify_gimple failed)
2009-07-16 Aldy Hernandezre PR c/40435 (Revision 148442 caused many regressions...
2009-07-07 Manuel López-Ibáñezcgraphunit.c: Replace %J by an explicit location.
2009-07-07 Manuel López-Ibáñezc-lex.c: Replace %H by an explicit location.
2009-06-26 H.J. Luc-decl.c (merge_decls): Re-indent.
2009-06-22 Ian Lance Taylorlinux.opt: Put mglibc ahead of muclibc.
2009-06-19 Ian Lance Taylorggc-page.c (ggc_pch_write_object): Initialize emptyBytes.
2009-06-19 Ian Lance Taylordse.c (struct store_info): Rename bitmap field to bmap.
2009-06-19 Ian Lance Taylorc-decl.c (grokdeclarator): If -Wc++-compat, warn about...
2009-06-16 Ian Lance Taylor* c-decl.c (grokdeclarator): Change size_varies to...
2009-06-16 Ian Lance Taylordf-problems.c (df_simulate_one_insn_forwards): Fix...
2009-06-12 Aldy Hernandezjava-gimplify.c (java_gimplify_block): New argument...
2009-06-07 Bernhard Reutner... c-decl.c (finish_decl): Use bool for variable was_incom...
2009-05-21 Sandra Loosemoretm.texi (Misc): Document TARGET_INVALID_PARAMETER_TYPE...
2009-05-16 Ian Lance Tayloralias.c (struct alias_set_entry_d): Rename from struct...
2009-05-11 Ian Lance Taylorbasic-block.h (enum profile_status): Break out of struc...
2009-05-08 H.J. Lure PR c/36892 (Support __attribute__((deprecated("text...
2009-05-07 Janis Johnsonre PR c/39037 (FLOAT_CONST_DECIMAL64 pragma not supported)
2009-05-06 Joseph Myersre PR c/40032 (ICE with incomplete type in struct)
2009-05-04 Joseph Myersc-common.c (handle_mode_attribute): Use %qE for identif...
2009-04-26 Joseph Myersre PR c/39581 (VLA types at file scope wrongly rejected)
2009-04-26 Joseph Myersre PR c/39556 (statics in C99 inline functions later...
2009-04-25 Joseph Myersc-decl.c (build_enumerator): Allow values folding to...
2009-04-25 Joseph Myersre PR c/39564 (variably modified function return types...
2009-04-22 Taras Glekhashtab.h: Update GTY annotations to new syntax
next