summaryrefslogtreecommitdiff
path: root/gcc/c-typeck.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* re PR c/18624 (GCC does not detect local variable set but never used)Jakub Jelinek2010-04-071-0/+38
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* re PR c/43128 (c-c++-common/pr41779.c doesn't work)Manuel López-Ibáñez2010-02-241-26/+50
* re PR c++/43126 ("at this point in file" warnings are upside down)Manuel López-Ibáñez2010-02-221-2/+8
* tree.h (TYPE_TRANSPARENT_UNION): Replace with ...Janis Johnson2010-01-211-4/+5
* re PR c/42708 (ICE in gimplify_expr, at gimplify.c:6993)Joseph Myers2010-01-121-2/+6
* re PR c/40885 (build_indirect_ref i18n problems)Shujing Zhao2009-12-171-4/+22
* Remove trailing white spaces.H.J. Lu2009-11-251-32/+32
* re PR c/41842 (ICE on invalid variable length array declaration)Jakub Jelinek2009-10-271-1/+4