aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-typeck.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-02-19c.opt (Waddress): New.Manuel López-Ibáñez1-6/+4
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-5/+5
2007-02-13common.opt: Add Wstrict-overflow and Wstrict-overflow=.Ian Lance Taylor1-3/+8
2007-02-13re PR c/29521 (Confusing warning for return with expression in function retur...Manuel López-Ibáñez1-1/+3
2007-02-12re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez1-4/+4
2007-01-13c-typeck.c (null_pointer_constant_p): Replace use of TREE_CONSTANT_OVERFLOW w...Roger Sayle1-9/+10
2007-01-08c.opt: Add -flax-vector-conversions.Mark Shinwell1-2/+2
2007-01-05re PR c/19978 (overflow in expression of constants should not cause multiple ...Manuel López-Ibáñez1-6/+9
2007-01-05c-typeck.c (store_init_value): Split over two lines to follow the GNU coding ...Manuel López-Ibáñez1-1/+2
2007-01-05c-common.c (decl_with_nonnull_addr_p): New function.Ian Lance Taylor1-8/+2
2007-01-02re PR c/19977 (overflow in non-static initializer should not be pedwarn)Manuel López-Ibáñez1-1/+1
2006-12-14re PR c++/19564 (-Wparentheses does not work with the C++ front-end)Ian Lance Taylor1-67/+1
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-2/+2
2006-11-23re PR c/9072 (-Wconversion should be split into two distinct flags)Manuel López-Ibáñez1-6/+6
2006-11-01re PR c/16622 ([C99] extern inline is handled wrong in C99 mode)Geoffrey Keating1-0/+11
2006-10-13../svn-commit.tmpPaolo Bonzini1-2/+4
2006-09-30re PR c/24010 (Duplicate C99 dot initializer warning missing)Joseph Myers1-0/+6
2006-09-23re PR c/28706 (Compile failure with --combine and explicitly aligned structures)Jakub Jelinek1-0/+20