summaryrefslogtreecommitdiff
path: root/gcc/c-typeck.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tree.c (set_expr_locus): Remove.Manuel López-Ibáñez2009-07-071-1/+1
* c-lex.c: Replace %H by an explicit location.Manuel López-Ibáñez2009-07-071-3/+2
* tree-cfg.c (gimple_redirect_edge_and_branch): Change ERROR_MARK to GIMPLE_ERR...Ian Lance Taylor2009-06-191-1/+16
* c-pch.c (get_ident): Don't set size of templ array.Ian Lance Taylor2009-06-171-7/+17
* c-common.c (skip_evaluation): Don't define.Ian Lance Taylor2009-06-161-7/+7
* df-problems.c (df_simulate_one_insn_forwards): Fix braces in switch.Ian Lance Taylor2009-06-161-207/+29
* java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez2009-06-121-229/+326
* targhooks.c (default_builtin_vectorized_function): Change fn parameter to uns...Ian Lance Taylor2009-06-091-70/+121
* attribs.c (register_attribute): Use CONST_CAST.Ian Lance Taylor2009-06-011-37/+88
* builtins.c (validate_gimple_arglist): Don't use va_arg with enum type.Ian Lance Taylor2009-05-291-0/+11
* tm.texi (Misc): Document TARGET_INVALID_PARAMETER_TYPE...Sandra Loosemore2009-05-201-0/+5
* c-typeck.c (build_binary_op): Allow % on integal vectors.Andrew Pinski2009-05-191-1/+5
* re PR c/16302 (gcc fails to warn about some common logic errors)Manuel López-Ibáñez2009-05-151-1/+1
* passes.c (finish_optimization_passes): Change i to int.Ian Lance Taylor2009-05-141-0/+10
* basic-block.h (enum profile_status): Break out of struct control_flow_graph.Ian Lance Taylor2009-05-111-1/+21
* re PR c/36892 (Support __attribute__((deprecated("text string"))))H.J. Lu2009-05-081-2/+2
* re PR c/24581 (Complex arithmetic on special cases is incorrect.)Joseph Myers2009-05-081-1/+86
* c-common.c (handle_mode_attribute): Use %qE for identifiers in diagnostics.Joseph Myers2009-05-041-3/+5