aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-typeck.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-22re PR c/30949 ("incompatible pointer type" warning does not point to declarat...Manuel López-Ibáñez1-4/+11
2008-10-16re PR c/33192 (__imag operator drops side effects in subexpr)Joseph Myers1-1/+1
2008-10-06c-decl.c (finish_decl): Pass input_location to build_unary_op.Aldy Hernandez1-72/+118
2008-09-30c-common.c (empty_if_body_warning): Remove.Paolo Bonzini1-2/+0
2008-09-23c-tree.h: Add argument to c_objc_common_truthvalue_conversion, parser_build_b...Aldy Hernandez1-43/+59
2008-09-03diagnostic.c (error_at): New.Aldy Hernandez1-5/+5
2008-09-01tree.c (protected_set_expr_location): New.Aldy Hernandez1-11/+27
2008-08-28re PR c/30949 ("incompatible pointer type" warning does not point to declarat...Manuel López-Ibáñez1-22/+25
2008-08-28c-typeck.c (convert_for_assignment): Adjust WARN_FOR_ASSIGNMENT use not updat...Paolo Carlini1-1/+1
2008-08-27re PR c/37186 (-Wno-error=pointer-sign does not work)Manuel López-Ibáñez1-14/+14
2008-08-21diagnostic.c (pedwarn_at): Rename as pedwarn.Manuel López-Ibáñez1-71/+99
2008-08-20diagnostic.c (inform): Add an explicit location_t parameter.Manuel López-Ibáñez1-1/+1
2008-08-09re PR c++/17880 (-Wsequence-point doesn't warn inside if, while, do condition...Manuel López-Ibáñez1-0/+9
2008-08-08re PR other/36901 (pedwarn() + -pedantic-errors + -w (inhibit_warnings) shoul...Manuel López-Ibáñez1-5/+4
2008-08-06re PR c++/8715 ('~' operator for unsigned char and conversion to bool)Manuel López-Ibáñez1-118/+4
2008-07-30re PR c/34389 (-Wconversion produces wrong warning)Manuel López-Ibáñez1-86/+2
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-1/+1
2008-07-23re PR c/35058 (-Werror= works only with some warnings)Manuel López-Ibáñez1-97/+106
2008-07-22c-typeck.c (build_external_ref): Don't call assemble_external.Rafael Avila de Espindola1-2/+0
2008-07-18c-common.c (c_stddef_cpp_builtins): Define __CHAR16_TYPE__ and __CHAR32_TYPE__.Kris Van Hees1-27/+28
2008-07-01c-typeck.c (convert_for_assignment): Use vector_targets_convertible_p.Daniel Jacobowitz1-4/+1
2008-06-22c-lex.c (narrowest_unsigned_type): Change itk to int.Ian Lance Taylor1-3/+3
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek1-0/+34
2008-05-09pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily1-16/+10
2008-05-02Rolled back the following changes made in revision 134865:Simon Baldwin1-12/+2
2008-05-01c-common.h (warn_array_subscript_range): New function.Simon Baldwin1-2/+12
2008-04-24c-common.h (check_builtin_function_arguments): Declare.Richard Guenther1-1/+7
2008-04-23tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini1-5/+2
2008-03-30re PR c/35748 (ICE with cast to invalid union)Volker Reichelt1-2/+3
2008-03-18tree-pretty-print.c: Include predict.h.Jan Hubicka1-0/+3
2008-02-25c-common.c (match_case_to_enum_1): Add appropriate OPT_W* parameter to warning.Manuel López-Ibáñez1-16/+19
2008-02-22re PR c/19999 (-Wfloat-equal does not warn for complex numbers)Ralf Wildenhues1-1/+1
2008-01-30re PR c/35017 (PR11377 pedwarns even about valid code)Jakub Jelinek1-2/+3
2008-01-16re PR c/34768 (Wrong code with conditional function invocation)Richard Guenther1-4/+10
2007-11-26re PR c/27898 (Compile failure with --combine and anonymous structures)Alexandre Oliva1-22/+26
2007-11-06re PR c++/33977 (internal compiler error: canonical types differ for identica...Douglas Gregor1-0/+65