Daily bump.
[gcc.git] / gcc / c-typeck.c
2012-02-01 Tristan Gingoldc-typeck.c (composite_type): Keep mode for pointers.
2011-12-20 Joseph Myersgcc:
2011-11-08 Aldy HernandezMerge from transactional-memory branch.
2011-11-06 Andrew MacleodCheck in patch/merge from cxx-mem-model Branch
2011-11-04 Eric Botcazoure PR c++/50608 (cannot apply 'offsetof' to a non-const...
2011-10-11 Michael MeissnerConvert standard builtin functions from being arrays...
2011-10-11 Artjoms SinkarovsNew warning -Wvector-operation-performance.
2011-10-07 Richard HendersonRename vshuffle/vec_shuffle to vec_perm.
2011-10-04 Richard Hendersonc-typeck.c (c_build_vec_shuffle_expr): Fix uninitialize...
2011-10-03 Artjoms SinkarovsVector shuffling patch from Artem Shinkarov.
2011-09-29 Artjoms Sinkarovsexpr.c (do_store_flag): Expand vector comparison by...
2011-08-26 Jakub Jelinekre PR c/50179 (wrong "set but not used" warning)
2011-08-17 Richard Guenthertree.h (convert_to_ptrofftype_loc): New function.
2011-08-10 Artjoms Sinkarovsc-typeck.c (scalar_to_vector): New function.
2011-08-02 Jakub Jelinekbackport: re PR fortran/46752 (OpenMP - Seg fault for...
2011-07-19 Richard Guenthertree.h (fold_build_pointer_plus_loc): New helper function.
2011-07-07 Jakub Jelinekre PR c/49644 (post-increment of promoted operand is...
2011-05-27 Nathan Froydmove TS_STATEMENT_LIST to be a substructure of TS_TYPED
2011-05-23 Nathan Froyddon't use TYPE_ARG_TYPES when calling c-family:check_fu...
2011-05-10 Joseph Myersc-decl.c (c_override_global_bindings_to_false): Remove.
2011-05-04 Richard Guentherc-decl.c (check_bitfield_type_and_width): Do not pass...
2011-04-27 Jakub Jelinekre PR c/48742 (Internal error in gimplify_expr)
2011-04-26 Richard Bienerc-typeck.c (build_unary_op): Do not expand array-refs...
2011-04-22 Alexander Monakovre PR c/36750 (-Wmissing-field-initializers relaxation...
2011-04-12 Jakub Jelinekre PR c/48517 (ICE in build_unary_op, at c-typeck.c...
2011-04-12 Jakub Jelinekre PR c/48552 (ICE with void type expressions in asm...
2011-03-25 Kai TietzChangeLog gcc/
2011-01-27 Nicola PeroIn gcc/: 2011-01-26 Nicola Pero <nicola.pero@meta-innov...
2011-01-06 Jakub Jelinekre PR c/47150 (ICE in gimplify_expr at gimplify.c)
2011-01-05 Tom Tromeyc-parser.c (c_parser_omp_atomic): Pass location of...
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-12-01 Joseph Myerscommon.opt (main_input_filename, [...]): New Variable...
2010-11-30 Nicola PeroIn gcc/c-family/: 2010-11-30 Nicola Pero <nicola.pero...
2010-11-19 Joseph Myersre PR c/46547 (internal compiler error when converting...
2010-11-18 Nathan Froydre PR c/33193 (slopiness in __real/__imag)
2010-11-15 Nicola PeroIn gcc/: 2010-11-15 Nicola Pero <nicola.pero@meta-innov...
2010-11-13 Paolo Bonzinic-tree.h (enum c_typespec_kind): Add ctsk_none.
2010-11-03 Nathan Froydbuiltins.c (fold_builtin_signbit): Use build_zero_cst...
2010-10-30 Nicola PeroIn gcc/: 2010-10-30 Nicola Pero <nicola.pero@meta-innov...
2010-10-29 Artjoms Sinkarovstree.h (build_vector_from_val): Declare.
2010-10-22 Artjoms Sinkarovsc-typeck.c (build_array_ref): Handle subscripting of...
2010-10-14 Iain Sandoeadd @property to ObjC*
2010-10-14 Joseph Myersre PR c/45969 (ICE in build_binary_op, at c-typeck...
2010-10-04 Ian Lance Taylorc-typeck.c (lookup_field): If -fplan9-extensions, permi...
2010-09-27 Nicola PeroIn gcc/: 2010-09-27 Nicola Pero <nicola.pero@meta-innov...
2010-09-23 Nicola PeroIn gcc/:
2010-09-08 Richard Guenthertree.h (TYPE_ORIG_SIZE_TYPE): Remove.
2010-09-06 Mark Mitchellc-common.h (do_warn_double_promotion): Declare.
2010-09-05 Mark Mitchellc.opt (Wdouble-promotion): New.
2010-07-16 Nathan Froydc-decl.c (detect_field_duplicates): Use DECL_CHAIN...
2010-07-15 Anatoly Sokolovtree.h (enum tree_index): Add TI_INTEGER_THREE.
2010-07-15 Nathan Froydtree.h (DECL_CHAIN): Define.
2010-06-30 Manuel López-Ibáñeztree.h (block_may_fallthru): Declare here.
2010-06-11 Manuel López-Ibáñezc-typeck.c (handle_warn_cast_qual): Add loc parameter.
2010-06-08 Andrew Pinskire PR c/37724 ("initialization from incompatible pointe...
2010-06-05 Jakub Jelinekre PR c++/44361 (-Wunused-but-set-variable vs. explicit...
2010-06-05 Joseph Myersre PR c/44322 (Bogus warning when assigning pointer...
2010-06-04 Manuel López-Ibáñezre PR c/25880 (improve message of warning for discardin...
2010-05-26 Steven Bosscher* c-typeck.c: Do not include expr.h.
2010-05-23 Joseph Myersc-decl.c (diagnose_mismatched_decls): Give error for...
2010-05-15 Steven Bosschervecir.h: New file with VEC primitives for tree, gimple...
2010-05-11 Jakub Jelinekre PR c++/44062 ((void)var; doesn't prevent 'set but...
2010-05-09 Joseph Myersre PR c/10676 (Using unnamed fields in initializers)
2010-05-07 Shujing Zhaoc-typeck.c (build_binary_op): Warn ordered comparison...
2010-04-27 Shujing Zhaore PR c/32207 (missing warnings about address of 'x'.)
2010-04-22 Laurynas Biveinis2010-04-22 Laurynas Biveinis <laurynas.biveinis@gmail...
2010-04-12 Jakub Jelinekre PR bootstrap/43699 ("variable set but not used"...
2010-04-07 Jakub Jelinekre PR c/18624 (GCC does not detect local variable set...
2010-04-02 Steven BosscherMake-lang.in, [...]: Update copyright years.
2010-02-24 Manuel López-Ibáñezre PR c/43128 (c-c++-common/pr41779.c doesn't work)
2010-02-22 Manuel López-Ibáñezre PR c++/43126 ("at this point in file" warnings are...
2010-01-21 Janis Johnsontree.h (TYPE_TRANSPARENT_UNION): Replace with ...
2010-01-12 Joseph Myersre PR c/42708 (ICE in gimplify_expr, at gimplify.c...
2009-12-17 Shujing Zhaore PR c/40885 (build_indirect_ref i18n problems)
2009-11-25 H.J. LuRemove trailing white spaces.
2009-10-27 Jakub Jelinekre PR c/41842 (ICE on invalid variable length array...
2009-10-26 Ben Ellistontm.texi (TARGET_ADDR_SPACE_KEYWORDS): Document.
2009-10-24 Joseph Myersre PR c/40033 (ICE with invalid statement expression)
2009-10-08 Joseph Myersre PR c/41182 (Revision 145254 caused ICE: tree check...
2009-09-27 Andreas Schwabre PR c/41476 (__typeof__ expands to const type for...
2009-09-23 Uros Bizjakre PR c/39779 (ICE shifting byte to the right with...
2009-09-14 Richard Hendersonbuiltins.c (expand_builtin_synchronize): Use gimple_bui...
2009-08-20 Richard Guentherc-objc-common.h (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL...
2009-08-09 Richard Sandifordc-common.c (c_fully_fold_internal): Issue a warning...
2009-07-16 Aldy Hernandezre PR c/40435 (Revision 148442 caused many regressions...
2009-07-07 Manuel López-Ibáñeztree.c (set_expr_locus): Remove.
2009-07-07 Manuel López-Ibáñezc-lex.c: Replace %H by an explicit location.
2009-06-19 Ian Lance Taylortree-cfg.c (gimple_redirect_edge_and_branch): Change...
2009-06-17 Ian Lance Taylorc-pch.c (get_ident): Don't set size of templ array.
2009-06-16 Ian Lance Taylorc-common.c (skip_evaluation): Don't define.
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-09 Ian Lance Taylortarghooks.c (default_builtin_vectorized_function):...
2009-06-01 Ian Lance Taylorattribs.c (register_attribute): Use CONST_CAST.
2009-05-29 Ian Lance Taylorbuiltins.c (validate_gimple_arglist): Don't use va_arg...
2009-05-21 Sandra Loosemoretm.texi (Misc): Document TARGET_INVALID_PARAMETER_TYPE...
2009-05-19 Andrew Pinskic-typeck.c (build_binary_op): Allow % on integal vectors.
2009-05-15 Manuel López-Ibáñezre PR c/16302 (gcc fails to warn about some common...
next