aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-typeck.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-27re PR c/32207 (missing warnings about address of 'x'.)Shujing Zhao1-22/+40
2010-04-222010-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>Laurynas Biveinis1-64/+97
2010-04-12re PR bootstrap/43699 ("variable set but not used" error during bootstrap)Jakub Jelinek1-1/+3
2010-04-07re PR c/18624 (GCC does not detect local variable set but never used)Jakub Jelinek1-0/+38
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-02-24re PR c/43128 (c-c++-common/pr41779.c doesn't work)Manuel López-Ibáñez1-26/+50
2010-02-22re PR c++/43126 ("at this point in file" warnings are upside down)Manuel López-Ibáñez1-2/+8
2010-01-21tree.h (TYPE_TRANSPARENT_UNION): Replace with ...Janis Johnson1-4/+5
2010-01-12re PR c/42708 (ICE in gimplify_expr, at gimplify.c:6993)Joseph Myers1-2/+6
2009-12-17re PR c/40885 (build_indirect_ref i18n problems)Shujing Zhao1-4/+22
2009-11-25Remove trailing white spaces.H.J. Lu1-32/+32
2009-10-27re PR c/41842 (ICE on invalid variable length array declaration)Jakub Jelinek1-1/+4
2009-10-26tm.texi (TARGET_ADDR_SPACE_KEYWORDS): Document.Ben Elliston1-31/+240
2009-10-24re PR c/40033 (ICE with invalid statement expression)Joseph Myers1-3/+5
2009-10-08re PR c/41182 (Revision 145254 caused ICE: tree check: expected integer_cst, ...Joseph Myers1-22/+5
2009-09-27re PR c/41476 (__typeof__ expands to const type for function types)Andreas Schwab1-4/+4
2009-09-23re PR c/39779 (ICE shifting byte to the right with constant > 7FFFFFFF)Uros Bizjak1-0/+1
2009-09-14builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.Richard Henderson1-3/+7
2009-08-20c-objc-common.h (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Do not define.Richard Guenther1-0/+1
2009-08-09c-common.c (c_fully_fold_internal): Issue a warning if a binary operation ove...Richard Sandiford1-0/+11
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-51/+62
2009-07-07tree.c (set_expr_locus): Remove.Manuel López-Ibáñez1-1/+1
2009-07-07c-lex.c: Replace %H by an explicit location.Manuel López-Ibáñez1-3/+2
2009-06-19tree-cfg.c (gimple_redirect_edge_and_branch): Change ERROR_MARK to GIMPLE_ERR...Ian Lance Taylor1-1/+16
2009-06-17c-pch.c (get_ident): Don't set size of templ array.Ian Lance Taylor1-7/+17
2009-06-16c-common.c (skip_evaluation): Don't define.Ian Lance Taylor1-7/+7
2009-06-16df-problems.c (df_simulate_one_insn_forwards): Fix braces in switch.Ian Lance Taylor1-207/+29
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-229/+326
2009-06-09targhooks.c (default_builtin_vectorized_function): Change fn parameter to uns...Ian Lance Taylor1-70/+121
2009-06-01attribs.c (register_attribute): Use CONST_CAST.Ian Lance Taylor1-37/+88
2009-05-29builtins.c (validate_gimple_arglist): Don't use va_arg with enum type.Ian Lance Taylor1-0/+11
2009-05-20tm.texi (Misc): Document TARGET_INVALID_PARAMETER_TYPE...Sandra Loosemore1-0/+5
2009-05-19c-typeck.c (build_binary_op): Allow % on integal vectors.Andrew Pinski1-1/+5
2009-05-15re PR c/16302 (gcc fails to warn about some common logic errors)Manuel López-Ibáñez1-1/+1
2009-05-14passes.c (finish_optimization_passes): Change i to int.Ian Lance Taylor1-0/+10
2009-05-11basic-block.h (enum profile_status): Break out of struct control_flow_graph.Ian Lance Taylor1-1/+21
2009-05-08re PR c/36892 (Support __attribute__((deprecated("text string"))))H.J. Lu1-2/+2
2009-05-08re PR c/24581 (Complex arithmetic on special cases is incorrect.)Joseph Myers1-1/+86
2009-05-04c-common.c (handle_mode_attribute): Use %qE for identifiers in diagnostics.Joseph Myers1-3/+5
2009-05-03re PR c/39983 (ICE: type mismatch in address expression)Richard Guenther1-15/+0
2009-04-28revert: re PR c++/35652 (offset warning should be given in the front-end)Ben Elliston1-3/+3
2009-04-27collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor1-15/+27
2009-04-26re PR c/39556 (statics in C99 inline functions later declared extern)Joseph Myers1-2/+2
2009-04-25re PR c/39582 (bad errors for some uses of [*] arrays)Joseph Myers1-2/+12
2009-04-24c-typeck.c (set_init_index): Allow array designators that are not integer con...Joseph Myers1-0/+18
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor1-7/+26
2009-04-22re PR c/31499 (rejects vector int a[] = {1,1,1,1,1};)Andrew Pinski1-7/+12
2009-04-21c-common.c (c_common_truthvalue_conversion): Use LOCATION to build NE_EXPR op...Eric Botcazou1-0/+3
2009-04-21re PR c/16202 (The -Wsequence-point warning misses many important instances)Manuel López-Ibáñez1-2/+1
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-81/+161