aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-typeck.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-19re PR c/37481 (-pedantic accepts flexible array member = "string" initializat...Joseph Myers1-0/+4
2009-04-19re PR c/32061 ((Wlogical-op) wording of warning of constant logicials need im...Manuel López-Ibáñez1-2/+3
2009-04-19re PR c/27676 (gcc is overly strict in assignment to read-only data)Joseph Myers1-2/+33
2009-04-18re PR c/22367 (constraints on '&' not fully implemented)Joseph Myers1-0/+9
2009-04-18re PR c/35210 (gcc incorrectly allows calling function returning "const void")Joseph Myers1-3/+14
2009-04-16c-common.c (vector_targets_convertible_p, [...]): Use TYPE_VECTOR_OPAQUE inst...Paolo Bonzini1-1/+2
2009-04-15c.opt (Wenum-compare): Enable for C and Objc.Ian Lance Taylor1-4/+36
2009-04-09re PR c/39613 (gcc 20090331 produces an error at mce64.c in kernel 2.6.29)Joseph Myers1-0/+16
2009-04-08re PR middle-end/39614 (Internal error compiling CSiBE)Joseph Myers1-14/+53
2009-03-30re PR middle-end/323 (optimized code gives strange floating point results)Joseph Myers1-32/+242
2009-03-30re PR c/35235 (struct/union rvalue qualifiers must not propagate to members)Joseph Myers1-3/+15
2009-03-29re PR c/456 (constant expressions constraints (gcc.dg/c90-const-expr-1))Joseph Myers1-134/+510
2009-03-29re PR objc/27377 (false compiler warnings generated in Objective-C code)David Ayers1-2/+6
2009-03-27re PR c++/35652 (offset warning should be given in the front-end)Manuel López-Ibáñez1-3/+3
2009-02-19re PR c/38483 (generated aborts lose previous side-effects)Joseph Myers1-10/+15
2009-02-03re PR c/35433 (ICE with typeof and ternary operator)Joseph Myers1-0/+13
2009-01-24re PR c/38957 (return of local variable pointer)Jakub Jelinek1-1/+3
2009-01-01re PR c/36489 (Warning "initialized field overwritten" wrongly triggers with ...Jakub Jelinek1-41/+66
2008-11-15re PR c++/37561 (Revision 140405 caused g++.old-deja/g++.mike/warn1.C)Jakub Jelinek1-8/+5
2008-10-24c-typeck.c (enum impl_conv): Remove ic_argpass_nonproto.Joseph Myers1-10/+2
2008-10-24re PR c/7543 (no warning for always-false "if (!a & 0x4)" bitwise and on bool...Manuel López-Ibáñez1-3/+3