aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-07-19re PR c++/22476 (-Wmissing-format-attribute should pick out function pointer ...Kaveh R. Ghazi1-4/+4
2005-07-15c-common.c (handle_flatten_attribute): New function.Richard Guenther1-0/+25
2005-07-02toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers1-5/+5
2005-06-30coretypes.h (tls_model): Add TLS_MODEL_NONE as 0.Steven Bosscher1-21/+24
2005-06-29c-common.c (flag_next_runtime): Move...Ziemowit Laski1-8/+0
2005-06-27builtin-attrs.def (DEF_ATTR_FOR_INT): Add for 5 and 6.Jakub Jelinek1-0/+82
2005-06-26re PR c/21911 (named parameter mistakenly identified as sentinel)Kaveh R. Ghazi1-6/+13
2005-06-26builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)).Kazu Hirata1-7/+7
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-24tree-optimize.c (init_tree_optimization_passes): Fix flags of all_passes and ...Jan Hubicka1-0/+46