tree.c (build_common_tree_nodes): Also initialize size_type_node.
[gcc.git] / gcc / c-family / c-common.c
2011-06-07 Richard Guenthertree.c (build_common_tree_nodes): Also initialize size_...
2011-05-27 Jakub Jelinekre PR c++/49165 (ICE on for-loop/throw combination)
2011-05-26 Nathan Froydmake TS_BLOCK a substructure of TS_BASE
2011-05-25 Jakub Jelinekc-common.c (def_fn_type): Remove extra va_end.
2011-05-23 Jason Merrillre PR c++/48106 ([C++0x] ICE with scoped enum with...
2011-05-23 Nathan Froyddon't use TYPE_ARG_TYPES when calling c-family:check_fu...
2011-05-15 Paolo Carlinic-common.c (c_common_reswords): Reorder.
2011-05-10 Nathan Froyduse build_function_type less in c-family and LTO
2011-05-06 Nathan Froydgeneralize build_case_label to the rest of the compiler
2011-05-04 Nathan Froyddon't use TYPE_ARG_TYPES in c-family/
2011-05-04 Richard Guentherc-decl.c (check_bitfield_type_and_width): Do not pass...
2011-04-28 Jason Merrillre PR c++/40975 (ICE in copy_tree_r on array new)
2011-04-25 Paolo Carlinic-common.c (struct c_common_resword): Add __underlying_...
2011-04-13 Nathan Froydada-tree.h (union lang_tree_node): Check for TS_COMMON...
2011-04-11 Richard Guentherstor-layout.c (layout_type): Compute all array index...
2011-04-08 Nathan Froydutils.c (handle_sentinel_attribute): Don't use TYPE_ARG...
2011-04-07 Jason Merrillre PR c++/48450 ([C++0x][SFINAE] Hard errors with stati...
2011-04-06 Joseph Myerstm.texi.in: Document C target hooks as separate from...
2011-03-25 Jeff Lawdwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Add...
2011-03-21 Jakub Jelinekre PR c/42544 (Bad codegen with signed short cast to...
2011-03-21 Kai TietzChangeLog gcc/
2011-03-18 Jason Merrillc.opt (fconstexpr-depth): Add Var(max_constexpr_depth).
2011-03-18 Jason Merrillre PR c++/35315 (ICE with attribute transparent_union)
2011-03-15 Jason Merrillc-common.c (max_constexpr_depth): New.
2011-03-11 Jason Merrillattribs.c (lookup_attribute_spec): Take const_tree.
2011-03-11 Jason Merrillre PR c++/46803 (libstdc++ build errors on invalid...
2011-03-07 Nathan Froydre PR c/47786 (tree check: expected tree that contains...
2011-02-19 Jakub Jelinekre PR c/47809 (ICE in gimplify_expr, at gimplify.c...
2011-02-03 Nathan Froydre PR c++/46890 (Failed to compile scummvm's player_v4a...
2011-01-11 Richard Guentherre PR c/32511 (GCC rejects inline+weak function)
2011-01-05 Tom Tromeyc-parser.c (c_parser_omp_atomic): Pass location of...
2010-12-22 Nathan Froydc-aux-info.c (gen_formal_list_for_type): Use prototype_p.
2010-12-10 Nathan Froydc-typeck.c (readonly_error): Delete.
2010-12-09 Nathan Froydc-typeck.c (build_indirect_ref): Call invalid_indirecti...
2010-12-06 Nicola PeroIn gcc/: 2010-12-06 Nicola Pero <nicola.pero@meta-innov...
2010-11-24 Joseph Myersflag-types.h (struct visibility_flags): Don't declare...
2010-11-20 Nathan Froydre PR c++/16189 (obfuscated error message for missing...
2010-11-19 Joseph Myersre PR c/46547 (internal compiler error when converting...
2010-11-16 Jakub Jelinekre PR c++/46401 (very slow compile time with -Wsequence...
2010-11-12 Joseph MyersMakefile.in (OPTS_H): Define.
2010-11-10 Joseph Myerscfgloop.c (verify_loop_structure): Use %' in diagnostics.
2010-11-10 Joseph Myerscommon.opt (flag_excess_precision_cmdline, [...]):...
2010-11-01 Nicola PeroIn gcc/c-family/: 2010-11-01 Nicola Pero <nicola.pero...
2010-11-01 Jason Merrilltree.h (EXPR_LOC_OR_HERE): New macro.
2010-10-30 Nicola PeroIn gcc/: 2010-10-30 Nicola Pero <nicola.pero@meta-innov...
2010-10-27 Jason Merrillc-common.c (c_common_reswords): Add __is_literal_type.
2010-10-27 Jason Merrillc-common.c (check_case_value): Remove special C++ code.
2010-10-27 Nicola PeroIn gcc/: 2010-10-27 Nicola Pero <nicola.pero@meta-innov...
2010-10-22 Artjoms Sinkarovsc-typeck.c (build_array_ref): Handle subscripting of...
2010-10-18 Nicola PeroIn gcc/: 2010-10-18 Nicola Pero <nicola.pero@meta-innov...
2010-10-17 Iain Sandoeadd parse support for @package to ObjC*
2010-10-14 Iain Sandoeadd @property to ObjC*
2010-10-13 Iain Sandoeimplement method attributes.
2010-10-08 Joseph MyersMakefile.in (TM_H): Include $(FLAGS_H) instead of optio...
2010-09-30 Iain Sandoeadd @optional/@required to prto lists
2010-09-30 Joseph Myersopt-functions.awk (static_var): Update comment.
2010-09-29 Joseph Myersoptc-gen.awk: Generate global_options initializer inste...
2010-09-29 Nicola PeroIn gcc/: 2010-09-29 Nicola Pero <nicola.pero@meta-innov...
2010-09-27 Ian Lance Taylorcommon.opt (fsplit-stack): New option.
2010-09-24 Jan Hubickaextend.texi: (attribute leaf): Document.
2010-09-15 Ian Lance Taylorc-common.c (parse_optimize_options): Remove period...
2010-09-15 Ian Lance Taylorc-common.c (parse_optimize_options): Do not capitalize...
2010-09-09 Nathan Sidwellconfigure.ac (gnu_indirect_function): New test.
2010-09-06 Mark Mitchellc-common.h (do_warn_double_promotion): Declare.
2010-09-02 Joseph Myersre PR driver/44076 (-MT <target> behaves different...
2010-08-25 Richard Guentheralias.c (get_alias_set): Assign a single alias-set...
2010-08-20 Nathan Froydvec.h (FOR_EACH_VEC_ELT): Define.
2010-07-15 Nathan Froydtree.h (DECL_CHAIN): Define.
2010-07-03 Manuel López-Ibáñezc-common.c (IN_GCC_FRONTEND): Do not undef.
2010-06-29 Joern Renneckere PR other/44034 (target hooks are hard to maintain)
2010-06-28 Anatoly Sokolovdouble-int.h (force_fit_type_double): Remove declaration.
2010-06-24 Andi Kleenc-parser.c (c_parser_conditional_expression): Call...
2010-06-20 Joseph Myersre PR other/32998 (-frecord-gcc-switches issues)
2010-06-18 Nathan Froydfunction.h (types_used_by_cur_var_decl): Change type...
2010-06-16 Richard Guentherre PR c/44555 (Pointer evalutions, is that expected ?)
2010-06-11 Manuel López-Ibáñezc-common.c (conversion_warning): Warn at expression...
2010-06-08 Laurynas Biveinisutils.c (init_gnat_to_gnu): Use typed GC allocation.
2010-06-07 Joseph Myerscommon.opt (fira-verbose): Use Var.
2010-06-06 Dodji Seketelire PR c++/44188 (Fails to produce DW_AT_typedef for...
2010-06-05 Steven Bosscherc-common.c: Move to c-family/.