aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-typeck.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-08-25re PR tree-optimization/16876 (ICE on testcase with -O3 in fold-const)J"orn Rennecke1-4/+10
2006-08-17[multiple changes]Paolo Bonzini1-1/+1
2006-08-17re PR c/27697 (incorrect warning about constness of pointer to an array in a ...Joseph Myers1-1/+7
2006-08-16re PR c/27489 (ICE on broken switch condition)Volker Reichelt1-9/+8
2006-08-14[multiple changes]Andrew Pinski1-0/+3
2006-08-13re PR c/27184 (Wrong code with pointers to arrays and types and strict aliasing)Alexandre Oliva1-4/+6
2006-08-05re PR c/27721 (ICE using += with a function)Volker Reichelt1-3/+3
2006-08-01re PR debug/23336 (enum constants not visible to gdb because of -feliminate-u...Daniel Jacobowitz1-0/+1
2006-06-23tree.h (DECIMAL_FLOAT_TYPE_P): New.Janis Johnson1-0/+23
2006-06-10c-typeck.c (c_begin_vm_scope): Fix file_scope processing.Mike Stump1-0/+5
2006-06-05re PR middle-end/27382 (ICE in c_common_truthvalue_conversion with label addr...Roger Sayle1-2/+6
2006-05-30re PR c/27718 (ICE with sizeof of incomplete type)Volker Reichelt1-1/+2
2006-05-18Whitespace fixupsMike Stump1-116/+115
2006-05-18Fix up vla, vm and [*] sematics.Mike Stump1-0/+20
2006-05-01c-typeck.c (parser_build_binary_op): Don't call the function unsigned_convers...Roger Sayle1-4/+2
2006-04-28re PR c/25309 (ICE on initialization of a huge array)Roger Sayle1-7/+6
2006-04-21re PR c/25875 (ICE: segmentation fault)Volker Reichelt1-0/+1
2006-04-21* c-typeck.c (pop_init_level): Simplify.Volker Reichelt1-9/+2
2006-03-04builtins.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-01-28re PR c/19606 (wrong code for arith.expr: (((unsigned int)(signed int) a ) / ...Kazu Hirata1-4/+27
2006-01-25re PR middle-end/25886 (up to 256 tree codes for Objective-C++)Diego Novillo1-1/+1
2006-01-20re PR c++/5520 (Add a warning to detect empty body of if statements (like in ...Dirk Mueller1-30/+1
2006-01-18[multiple changes]Diego Novillo1-6/+268
2006-01-17re PR c/25682 (ICE when using old sytle offsetof (with non zero start) as arr...Jakub Jelinek1-2/+7
2006-01-05c-typeck.c: Update copyright date.Carlos O'Donell1-1/+2
2006-01-05c-typeck.c (build_c_cast): Always warn when casting from a pointer to an inte...Carlos O'Donell1-2/+6
2005-12-17tree-inline.c (copy_body_r): Use explicit cast when converting from void *.Gabriel Dos Reis1-2/+2