aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-typeck.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-17builtins.c (gimplify_va_arg_expr): Use inform for help message.Manuel López-Ibáñez1-5/+5
2007-10-11re PR c/33726 (Type checking error with address-of and volatile and arrays)Richard Guenther1-2/+0
2007-09-25re PR c/32295 (An invalid c code causes an ICE in create_tmp_var, at gimplify...Joseph Myers1-4/+23
2007-09-03system.h (CONST_CAST2, [...]): New macros for type-specific casts.Kaveh R. Ghazi1-1/+1
2007-08-25c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi1-22/+22
2007-08-20c-common.h (enum rid): Add new enumeration values of RID_SAT, RID_FRACT, and ...Chao-ying Fu1-20/+137
2007-08-20c-typeck.c (convert_for_assignment): Use the type of the member for the initi...Richard Guenther1-0/+1
2007-08-16c-common.c (const_strip_array_types): New.Kaveh R. Ghazi1-2/+2
2007-08-14re PR c/30428 (vector float | vector float is accepted)Andrew Pinski1-1/+5
2007-08-13re PR c/30427 (~ vector float is accepted)Andrew Pinski1-1/+4
2007-08-11c-typeck.c (build_c_cast): Add OPT_Wcast_qual to warnings.Kaveh R. Ghazi1-2/+2
2007-08-10system.h (CONST_CAST): New.Kaveh R. Ghazi1-1/+1
2007-08-09re PR c/32796 (internal compiler error: tree check: expected integer_type or ...Andrew Pinski1-4/+6
2007-08-09c-typeck.c (readonly_error): Improve error for assignment.Daniel Berlin1-4/+5
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-2/+2
2007-07-25c-lex.c (c_lex_with_flags, lex_string): Constify.Kaveh R. Ghazi1-2/+3
2007-07-18re PR middle-end/32668 (The type-generic builtins apply default promotions)Kaveh R. Ghazi1-2/+9
2007-06-30re PR c/4076 (-Wunused doesn't warn about static function only called by itse...Manuel López-Ibáñez1-3/+7
2007-06-23re PR tree-optimization/16876 (ICE on testcase with -O3 in fold-const)Richard Guenther1-31/+0
2007-06-15[multiple changes]Andrew Pinski1-5/+7
2007-06-11really remove signed(_or_unsigned)?_type langhooksRafael Espindola1-2/+2
2007-05-31in gcc/ 2007-05-31 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-3/+3
2007-05-28[multiple changes]Andrew Pinski1-1/+4
2007-05-26c-typeck.c, [...]: Fix typos and follow spelling conventions in various warni...Kazu Hirata1-2/+2
2007-05-14c-typeck.c (build_binary_op): Return early for error.Janis Johnson1-1/+5
2007-05-14c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of...Rafael Avila de Espindola1-2/+2
2007-05-11Makefile.in (OBJS-common): Add tree-ssa-alias-warnings.o.Silvius Rus1-1/+15
2007-04-25c-typeck.c (build_compound_expr): Annotate warning() call with OPT_Wunused_va...Dirk Mueller1-1/+2
2007-03-20re PR c/30762 (IMA messes up with inlining)Jakub Jelinek1-2/+8
2007-03-14c-common.h (empty_body_warning): Rename to empty_if_body_warning.Dirk Mueller1-1/+1
2007-03-14re PR c/21438 (Warning about division by zero depends on lexical form)Manuel López-Ibáñez1-6/+2
2007-03-09re PR c/17946 (wanted: warning for "a && MASK" when "a & MASK" was probably i...Dirk Mueller1-0/+3
2007-02-28builtins.c (fold_builtin_call_list, [...]): Delete, and replace with...Sandra Loosemore1-28/+34