i386.c (legitimize_tls_address): Generate tls_initial_exec_64_sun only when !TARGET_X32.
[gcc.git] / gcc / c-decl.c
2012-05-29 Meador Ingec-decl.c (c_push_function_context): Always create a...
2012-05-29 Michael Matzrtl.h (assign_stack_temp, [...]): Remove 'keep' argument.
2012-05-16 Dodji SeketeliPR preprocessor/7263 - Avoid pedantic warnings on syste...
2012-05-02 Richard Guenthertree.c (valid_constant_size_p): New function.
2012-05-01 Ian Lance Taylorre PR c/37303 (const compound initializers in structs...
2012-04-30 Jan Hubickacgraph.c (ld_plugin_symbol_resolution_names): Move...
2012-04-23 Jan Hubickalto-symtab.c (lto_cgraph_replace_node): Do not call...
2012-04-22 Manuel López-Ibáñezre PR c/44774 (-Werror=edantic)
2012-03-09 Tristan Gingoldc-tree.h (c_default_pointer_mode): New variable.
2012-02-23 Uros Bizjakre PR c/52290 (internal compiler error: tree check...
2012-02-14 Jakub Jelinekre PR c/52181 (merge_decls doesn't handle DECL_USER_ALI...
2012-01-13 Steven Bosscherc-decl.c: Do not include tree-mudflap.h
2012-01-06 Arnaud Charletc-decl.c (ext_block): Moved up.
2011-12-20 Joseph Myersgcc:
2011-12-05 Jakub Jelinekre PR debug/51410 (duplicate variable DIE)
2011-12-05 Jakub Jelinekre PR c/51339 (ICE: in convert_move, at expr.c:326...
2011-11-24 Alan Modrac-decl.c (warn_if_shadowing): Don't warn if shadowed...
2011-11-06 Joseph Myersc-decl.c (shadow_tag_warned, [...]): Handle _Alignas...
2011-10-11 Michael MeissnerConvert standard builtin functions from being arrays...
2011-09-27 Jakub Jelinekcommon.opt: Add -foptimize-strlen option.
2011-09-08 Dodji SeketeliPR c++/33255 - Support -Wunused-local-typedefs warning
2011-08-19 Joseph Myersc-decl.c (grokdeclarator): Diagnose _Noreturn for non...
2011-08-18 Joseph Myersc-decl.c (shadow_tag_warned): Check for _Noreturn.
2011-08-11 Romain Geisslerplugin.def: Add event for finish_decl.
2011-07-22 Jason Merrillre PR c++/30112 (pragma redefine_extname fails when...
2011-07-06 Richard Guentherre PR tree-optimization/49645 (g++.dg/tree-ssa/pr8781...
2011-07-05 Richard Guentherc-common.c (c_common_nodes_and_builtins): Build all...
2011-06-27 Jakub Jelinekc-common.h (c_tree_chain_next): New static inline function.
2011-06-24 Jakub Jelinekre PR c++/46400 (g++ Segmentation Fault on heavily...
2011-06-10 Paolo Carlinicp-tree.h (error_operand_p): Remove.
2011-05-27 Nathan Froydmove TS_STATEMENT_LIST to be a substructure of TS_TYPED
2011-05-23 Jakub Jelinekre PR c/49120 (bogus "value computed is not used" warni...
2011-05-10 Joseph Myersc-decl.c (c_override_global_bindings_to_false): Remove.
2011-05-07 Eric Botcazoulanghooks.h (lang_hooks_for_types): Change global_bindi...
2011-05-05 Eric Botcazoutree.h (get_pending_sizes): Remove prototype.
2011-05-05 Joseph Myersc-decl.c (finish_decl): Don't call get_pending_sizes.
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 ...
next