summaryrefslogtreecommitdiff
path: root/gcc/c-typeck.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tm.texi (TARGET_ADDR_SPACE_KEYWORDS): Document.Ben Elliston2009-10-261-31/+240
* re PR c/40033 (ICE with invalid statement expression)Joseph Myers2009-10-241-3/+5
* re PR c/41182 (Revision 145254 caused ICE: tree check: expected integer_cst, ...Joseph Myers2009-10-081-22/+5
* re PR c/41476 (__typeof__ expands to const type for function types)Andreas Schwab2009-09-271-4/+4
* re PR c/39779 (ICE shifting byte to the right with constant > 7FFFFFFF)Uros Bizjak2009-09-231-0/+1
* builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.Richard Henderson2009-09-141-3/+7
* c-objc-common.h (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Do not define.Richard Guenther2009-08-201-0/+1
* c-common.c (c_fully_fold_internal): Issue a warning if a binary operation ove...Richard Sandiford2009-08-091-0/+11
* re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez2009-07-161-51/+62