aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-29re PR c++/26905 (default-visibility class symbol improperly resolved as hidde...Jason Merrill1-20/+44
2006-06-20re PR c/27149 (English in warning not grammatical: "the address of x, will al...Martin Michlmayr1-1/+1
2006-06-05re PR middle-end/27382 (ICE in c_common_truthvalue_conversion with label addr...Roger Sayle1-1/+3
2006-06-04re PR c++/27601 (ICE (in fold_offsetof_1, at c-common.c:5998) on strange offs...Volker Reichelt1-0/+4
2006-05-30re PR c/27273 (tree check fail for legal code when convert returns a constant...Dirk Mueller1-1/+2
2006-05-22re PR c/27420 (ICE on invalid function definition)Volker Reichelt1-0/+3
2006-05-18Whitespace fixupsMike Stump1-43/+43
2006-05-01c-typeck.c (parser_build_binary_op): Don't call the function unsigned_convers...Roger Sayle1-1/+1
2006-05-01common.opt (Woverflow): New command line option.Roger Sayle1-6/+10
2006-04-23re PR c++/26534 ([4.1] bitfield wrong optimize)Mark Mitchell1-0/+25
2006-02-28re PR tree-optimization/14752 ([tree-ssa] "~a" should be changed to "a" if us...Roger Sayle1-31/+0
2006-02-24Index: gcc/ChangeLogGeoffrey Keating1-1/+7
2006-02-13invoke.texi (-Write-strings): Document that it is enabled by default.Gabriel Dos Reis1-5/+0
2006-02-09c-common.h (flag_const_strings): Don't declare.Gabriel Dos Reis1-10/+9
2006-01-29c.opt: Add -W(no-)overlength-strings.Zack Weinberg1-5/+18
2006-01-26re PR c/25861 (tree check fail at c-common.c:2430)Andrew Pinski1-7/+8
2006-01-20re PR c++/5520 (Add a warning to detect empty body of if statements (like in ...Dirk Mueller1-0/+30
2006-01-04directives.c (struct pragma_entry): Add is_deferred.Richard Henderson1-0/+4
2006-01-04re PR c/25559 (Internal compiler error when specifying vector_size(2) of int)Jakub Jelinek1-0/+12
2005-12-27PR c++/23171, c++/23172, c++/25417.Mark Mitchell1-0/+15
2005-12-22backport: builtins.def: Move all DEF_SYNC_BUILTIN to ...Jakub Jelinek1-159/+96
2005-12-16target-def.h (TARGET_DECIMAL_FLOAT_SUPPORTED_P): New.Jon Grimm1-0/+31
2005-12-14c-common.c (c_common_truthvalue_conversion): Generalise warning for addresses...Ben Elliston1-2/+2
2005-12-05Index: gcc/ChangeLogGeoffrey Keating1-4/+12
2005-12-04c-common.c (binary_op_error): Do not allow NOP_EXPR.Joseph Myers1-9/+5
2005-12-03c-common.c (c_sizeof_or_alignof_type): Use fold_convert instead of building a...Joseph Myers1-3/+3
2005-12-01re PR c++/13384 (error: non-lvalue in assignment - message a little misleadin...Gabriel Dos Reis1-5/+5
2005-11-28re PR c++/21166 (g++ gives error on reference to packed structure elements)Nathan Sidwell1-4/+10
2005-11-28c-common.c (strict_aliasing_warning): Handle all component-ref like accesses.Richard Guenther1-1/+1
2005-11-24re PR c++/14024 (g++ isn't reporting aliasing warnings)Richard Guenther1-0/+36
2005-11-24re PR c++/21667 (misleading warning about array subscription)Gabriel Dos Reis1-0/+16
2005-11-21c-common.c, [...]: Revert 2005-11-18 lookup_name patch.Richard Henderson1-1/+1
2005-11-22optabs.c (expand_abs_nojump): Use SCALAR_FLOAT_MODE_P instead of explicitly t...Ben Elliston1-1/+1
2005-11-18c-common.c (handle_cleanup_attribute): Use a lang hook for lookup_name.Mike Stump1-1/+1
2005-11-16c-decl.c (lookup_name_two): Add.Mike Stump1-1/+1
2005-11-09re PR other/4372 (#pragma weak pthread* inclusion causes applications to cras...Alexandre Oliva1-1/+41
2005-10-23re PR objc/24435 (constant_string_class_name is undocumented in c-common.c)Andrew Pinski1-1/+1
2005-10-21c-common.c (vector_types_convertible_p): Check vector element type.Devang Patel1-1/+1
2005-10-17re PR c++/22551 ([ICE] in tree_low_cst, at tree.c:3843)Nathan Sidwell1-5/+0
2005-10-14re PR c++/22551 ([ICE] in tree_low_cst, at tree.c:3843)Nathan Sidwell1-12/+19
2005-10-12re PR c/24255 (__transparent_union__ mishandled)Richard Henderson1-23/+27
2005-10-04c-common.c (vector_types_convertible_p): Check TYPE_PRECISION for real types.Devang Patel1-0/+2
2005-09-27re PR c++/13764 (c++ front-end creates extra blocks)Jason Merrill1-1/+1
2005-09-24c-common.c (handle_mode_attribute): When not modifying in place, create subty...Richard Henderson1-15/+19
2005-08-26re PR c/23506 (Bad array access in DEF_GCC_BUILTIN)Jakub Jelinek1-1/+2
2005-08-22re PR c/18715 (warning: "enumeration value not handled in switch" for '...' r...Andrew Pinski1-1/+26
2005-08-09c-common.c (builtin_function_2): Remove.Richard Guenther1-68/+40
2005-07-24c-common.c (check_missing_format_attribute): New.Kaveh R. Ghazi1-0/+26
2005-07-21... Add warning control to warning call.DJ Delorie1-5/+7
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-7/+13