aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-typeck.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-27In gcc/: 2011-01-26 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-2/+6
2011-01-06re PR c/47150 (ICE in gimplify_expr at gimplify.c)Jakub Jelinek1-2/+2
2011-01-05c-parser.c (c_parser_omp_atomic): Pass location of assignment operator to c_f...Tom Tromey1-10/+12
2010-12-10c-typeck.c (readonly_error): Delete.Nathan Froyd1-39/+0
2010-12-09c-typeck.c (build_indirect_ref): Call invalid_indirection_error.Nathan Froyd1-20/+2
2010-12-06In gcc/: 2010-12-06 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+1
2010-12-01common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers1-1/+0
2010-11-30In gcc/c-family/: 2010-11-30 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-14/+10
2010-11-19re PR c/46547 (internal compiler error when converting a complex to a bool)Joseph Myers1-7/+0
2010-11-18re PR c/33193 (slopiness in __real/__imag)Nathan Froyd1-19/+3
2010-11-15In gcc/: 2010-11-15 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-5/+14
2010-11-13c-tree.h (enum c_typespec_kind): Add ctsk_none.Paolo Bonzini1-2/+3
2010-11-03builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd1-1/+1
2010-10-30In gcc/: 2010-10-30 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-4/+9
2010-10-29tree.h (build_vector_from_val): Declare.Artjoms Sinkarovs1-8/+38
2010-10-22c-typeck.c (build_array_ref): Handle subscripting of vectors.Artjoms Sinkarovs1-2/+30
2010-10-14add @property to ObjC*Iain Sandoe1-1/+15
2010-10-14re PR c/45969 (ICE in build_binary_op, at c-typeck.c:9833)Joseph Myers1-1/+7
2010-10-04c-typeck.c (lookup_field): If -fplan9-extensions, permit referring to a field...Ian Lance Taylor1-0/+140
2010-09-27In gcc/: 2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-6/+5
2010-09-23In gcc/:Nicola Pero1-2/+7
2010-09-08tree.h (TYPE_ORIG_SIZE_TYPE): Remove.Richard Guenther1-11/+0
2010-09-06c-common.h (do_warn_double_promotion): Declare.Mark Mitchell1-34/+0
2010-09-05c.opt (Wdouble-promotion): New.Mark Mitchell1-2/+52
2010-07-16c-decl.c (detect_field_duplicates): Use DECL_CHAIN insted of TREE_CHAIN.Nathan Froyd1-3/+3
2010-07-15tree.h (enum tree_index): Add TI_INTEGER_THREE.Anatoly Sokolov1-4/+4
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-21/+21
2010-06-30tree.h (block_may_fallthru): Declare here.Manuel López-Ibáñez1-1/+2
2010-06-11c-typeck.c (handle_warn_cast_qual): Add loc parameter.Manuel López-Ibáñez1-14/+15
2010-06-08re PR c/37724 ("initialization from incompatible pointer type" does not say w...Andrew Pinski1-11/+14
2010-06-05re PR c++/44361 (-Wunused-but-set-variable vs. explicit void cast)Jakub Jelinek1-0/+1
2010-06-05re PR c/44322 (Bogus warning when assigning pointer-to-array with both "const...Joseph Myers1-6/+16
2010-06-04re PR c/25880 (improve message of warning for discarding qualifiers)Manuel López-Ibáñez1-28/+65
2010-05-26* c-typeck.c: Do not include expr.h.Steven Bosscher1-1/+0
2010-05-23c-decl.c (diagnose_mismatched_decls): Give error for duplicate typedefs with ...Joseph Myers1-35/+95
2010-05-15vecir.h: New file with VEC primitives for tree, gimple, and rtl.Steven Bosscher1-4/+0
2010-05-11re PR c++/44062 ((void)var; doesn't prevent 'set but not used' warning)Jakub Jelinek1-2/+7
2010-05-09re PR c/10676 (Using unnamed fields in initializers)Joseph Myers1-21/+23
2010-05-07c-typeck.c (build_binary_op): Warn ordered comparison of pointer with null po...Shujing Zhao1-3/+12
2010-04-27re PR c/32207 (missing warnings about address of 'x'.)Shujing Zhao1-22/+40
2010-04-222010-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>Laurynas Biveinis1-64/+97
2010-04-12re PR bootstrap/43699 ("variable set but not used" error during bootstrap)Jakub Jelinek1-1/+3
2010-04-07re PR c/18624 (GCC does not detect local variable set but never used)Jakub Jelinek1-0/+38
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-02-24re PR c/43128 (c-c++-common/pr41779.c doesn't work)Manuel López-Ibáñez1-26/+50
2010-02-22re PR c++/43126 ("at this point in file" warnings are upside down)Manuel López-Ibáñez1-2/+8
2010-01-21tree.h (TYPE_TRANSPARENT_UNION): Replace with ...Janis Johnson1-4/+5
2010-01-12re PR c/42708 (ICE in gimplify_expr, at gimplify.c:6993)Joseph Myers1-2/+6
2009-12-17re PR c/40885 (build_indirect_ref i18n problems)Shujing Zhao1-4/+22
2009-11-25Remove trailing white spaces.H.J. Lu1-32/+32