aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-typeck.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther1-3/+2
2011-07-07re PR c/49644 (post-increment of promoted operand is incorrect.)Jakub Jelinek1-0/+2
2011-05-27move TS_STATEMENT_LIST to be a substructure of TS_TYPEDNathan Froyd1-1/+1
2011-05-23don't use TYPE_ARG_TYPES when calling c-family:check_function_argumentsNathan Froyd1-2/+1
2011-05-10c-decl.c (c_override_global_bindings_to_false): Remove.Joseph Myers1-4/+0
2011-05-04c-decl.c (check_bitfield_type_and_width): Do not pass NULL to build_int_cst.Richard Guenther1-3/+3
2011-04-27re PR c/48742 (Internal error in gimplify_expr)Jakub Jelinek1-1/+1
2011-04-26c-typeck.c (build_unary_op): Do not expand array-refs via pointer arithmetic.Richard Biener1-11/+3
2011-04-22re PR c/36750 (-Wmissing-field-initializers relaxation request)Alexander Monakov1-3/+11
2011-04-12re PR c/48517 (ICE in build_unary_op, at c-typeck.c:3786)Jakub Jelinek1-1/+3
2011-04-12re PR c/48552 (ICE with void type expressions in asm inputs/outputs)Jakub Jelinek1-1/+13
2011-03-25ChangeLog gcc/Kai Tietz1-1/+1
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