summaryrefslogtreecommitdiff
path: root/gcc/c-typeck.c
Commit message (Expand)AuthorAgeFilesLines
* re PR c/54552 (Cast to pointer to VLA crash the compiler)Joseph Myers2012-09-151-1/+4
* re PR c/54103 (ICE at gimplify.c:7790 on current trunk)Joseph Myers2012-09-151-9/+32
* re PR c/53418 (ICE at gimplify.c:7773)Joseph Myers2012-05-211-0/+5
* re PR c++/50608 (cannot apply 'offsetof' to a non-constant address)Eric Botcazou2011-11-041-5/+1
* re PR c/50179 (wrong "set but not used" warning)Jakub Jelinek2011-08-261-1/+5
* re PR c/49644 (post-increment of promoted operand is incorrect.)Jakub Jelinek2011-07-071-0/+2
* re PR c/48742 (Internal error in gimplify_expr)Jakub Jelinek2011-04-271-1/+1
* re PR c/48517 (ICE in build_unary_op, at c-typeck.c:3786)Jakub Jelinek2011-04-121-1/+3
* In gcc/: 2011-01-26 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2011-01-271-2/+6
* re PR c/47150 (ICE in gimplify_expr at gimplify.c)Jakub Jelinek2011-01-061-2/+2
* c-parser.c (c_parser_omp_atomic): Pass location of assignment operator to c_f...Tom Tromey2011-01-051-10/+12
* c-typeck.c (readonly_error): Delete.Nathan Froyd2010-12-101-39/+0
* c-typeck.c (build_indirect_ref): Call invalid_indirection_error.Nathan Froyd2010-12-091-20/+2
* In gcc/: 2010-12-06 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2010-12-061-0/+1
* common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers2010-12-011-1/+0
* In gcc/c-family/: 2010-11-30 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2010-11-301-14/+10
* re PR c/46547 (internal compiler error when converting a complex to a bool)Joseph Myers2010-11-191-7/+0
* re PR c/33193 (slopiness in __real/__imag)Nathan Froyd2010-11-181-19/+3
* In gcc/: 2010-11-15 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2010-11-151-5/+14
* c-tree.h (enum c_typespec_kind): Add ctsk_none.Paolo Bonzini2010-11-131-2/+3
* builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd2010-11-031-1/+1
* In gcc/: 2010-10-30 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2010-10-301-4/+9
* tree.h (build_vector_from_val): Declare.Artjoms Sinkarovs2010-10-291-8/+38
* c-typeck.c (build_array_ref): Handle subscripting of vectors.Artjoms Sinkarovs2010-10-221-2/+30
* add @property to ObjC*Iain Sandoe2010-10-141-1/+15
* re PR c/45969 (ICE in build_binary_op, at c-typeck.c:9833)Joseph Myers2010-10-141-1/+7
* c-typeck.c (lookup_field): If -fplan9-extensions, permit referring to a field...Ian Lance Taylor2010-10-041-0/+140
* In gcc/: 2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2010-09-271-6/+5
* In gcc/:Nicola Pero2010-09-231-2/+7
* tree.h (TYPE_ORIG_SIZE_TYPE): Remove.Richard Guenther2010-09-081-11/+0
* c-common.h (do_warn_double_promotion): Declare.Mark Mitchell2010-09-061-34/+0
* c.opt (Wdouble-promotion): New.Mark Mitchell2010-09-051-2/+52
* c-decl.c (detect_field_duplicates): Use DECL_CHAIN insted of TREE_CHAIN.Nathan Froyd2010-07-161-3/+3
* tree.h (enum tree_index): Add TI_INTEGER_THREE.Anatoly Sokolov2010-07-151-4/+4
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-151-21/+21
* tree.h (block_may_fallthru): Declare here.Manuel López-Ibáñez2010-06-301-1/+2
* c-typeck.c (handle_warn_cast_qual): Add loc parameter.Manuel López-Ibáñez2010-06-111-14/+15
* re PR c/37724 ("initialization from incompatible pointer type" does not say w...Andrew Pinski2010-06-081-11/+14
* re PR c++/44361 (-Wunused-but-set-variable vs. explicit void cast)Jakub Jelinek2010-06-051-0/+1
* re PR c/44322 (Bogus warning when assigning pointer-to-array with both "const...Joseph Myers2010-06-051-6/+16
* re PR c/25880 (improve message of warning for discarding qualifiers)Manuel López-Ibáñez2010-06-041-28/+65
* * c-typeck.c: Do not include expr.h.Steven Bosscher2010-05-261-1/+0
* c-decl.c (diagnose_mismatched_decls): Give error for duplicate typedefs with ...Joseph Myers2010-05-231-35/+95
* vecir.h: New file with VEC primitives for tree, gimple, and rtl.Steven Bosscher2010-05-151-4/+0
* re PR c++/44062 ((void)var; doesn't prevent 'set but not used' warning)Jakub Jelinek2010-05-111-2/+7
* re PR c/10676 (Using unnamed fields in initializers)Joseph Myers2010-05-091-21/+23
* c-typeck.c (build_binary_op): Warn ordered comparison of pointer with null po...Shujing Zhao2010-05-071-3/+12
* re PR c/32207 (missing warnings about address of 'x'.)Shujing Zhao2010-04-271-22/+40
* 2010-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>Laurynas Biveinis2010-04-221-64/+97
* re PR bootstrap/43699 ("variable set but not used" error during bootstrap)Jakub Jelinek2010-04-121-1/+3