summaryrefslogtreecommitdiff
path: root/gcc/c-common.c
Commit message (Expand)AuthorAgeFilesLines
* re PR c++/5520 (Add a warning to detect empty body of if statements (like in ...Dirk Mueller2006-01-201-0/+30
* directives.c (struct pragma_entry): Add is_deferred.Richard Henderson2006-01-041-0/+4
* re PR c/25559 (Internal compiler error when specifying vector_size(2) of int)Jakub Jelinek2006-01-041-0/+12
* PR c++/23171, c++/23172, c++/25417.Mark Mitchell2005-12-271-0/+15
* backport: builtins.def: Move all DEF_SYNC_BUILTIN to ...Jakub Jelinek2005-12-221-159/+96
* target-def.h (TARGET_DECIMAL_FLOAT_SUPPORTED_P): New.Jon Grimm2005-12-161-0/+31
* c-common.c (c_common_truthvalue_conversion): Generalise warning for addresses...Ben Elliston2005-12-141-2/+2
* Index: gcc/ChangeLogGeoffrey Keating2005-12-051-4/+12
* c-common.c (binary_op_error): Do not allow NOP_EXPR.Joseph Myers2005-12-041-9/+5
* c-common.c (c_sizeof_or_alignof_type): Use fold_convert instead of building a...Joseph Myers2005-12-031-3/+3
* re PR c++/13384 (error: non-lvalue in assignment - message a little misleadin...Gabriel Dos Reis2005-12-011-5/+5
* re PR c++/21166 (g++ gives error on reference to packed structure elements)Nathan Sidwell2005-11-281-4/+10
* c-common.c (strict_aliasing_warning): Handle all component-ref like accesses.Richard Guenther2005-11-281-1/+1
* re PR c++/14024 (g++ isn't reporting aliasing warnings)Richard Guenther2005-11-241-0/+36
* re PR c++/21667 (misleading warning about array subscription)Gabriel Dos Reis2005-11-241-0/+16
* c-common.c, [...]: Revert 2005-11-18 lookup_name patch.Richard Henderson2005-11-211-1/+1
* optabs.c (expand_abs_nojump): Use SCALAR_FLOAT_MODE_P instead of explicitly t...Ben Elliston2005-11-221-1/+1
* c-common.c (handle_cleanup_attribute): Use a lang hook for lookup_name.Mike Stump2005-11-181-1/+1
* c-decl.c (lookup_name_two): Add.Mike Stump2005-11-161-1/+1
* re PR other/4372 (#pragma weak pthread* inclusion causes applications to cras...Alexandre Oliva2005-11-091-1/+41
* re PR objc/24435 (constant_string_class_name is undocumented in c-common.c)Andrew Pinski2005-10-231-1/+1
* c-common.c (vector_types_convertible_p): Check vector element type.Devang Patel2005-10-211-1/+1
* re PR c++/22551 ([ICE] in tree_low_cst, at tree.c:3843)Nathan Sidwell2005-10-171-5/+0
* re PR c++/22551 ([ICE] in tree_low_cst, at tree.c:3843)Nathan Sidwell2005-10-141-12/+19
* re PR c/24255 (__transparent_union__ mishandled)Richard Henderson2005-10-121-23/+27
* c-common.c (vector_types_convertible_p): Check TYPE_PRECISION for real types.Devang Patel2005-10-041-0/+2
* re PR c++/13764 (c++ front-end creates extra blocks)Jason Merrill2005-09-271-1/+1
* c-common.c (handle_mode_attribute): When not modifying in place, create subty...Richard Henderson2005-09-241-15/+19
* re PR c/23506 (Bad array access in DEF_GCC_BUILTIN)Jakub Jelinek2005-08-261-1/+2
* re PR c/18715 (warning: "enumeration value not handled in switch" for '...' r...Andrew Pinski2005-08-221-1/+26
* c-common.c (builtin_function_2): Remove.Richard Guenther2005-08-091-68/+40
* c-common.c (check_missing_format_attribute): New.Kaveh R. Ghazi2005-07-241-0/+26
* ... Add warning control to warning call.DJ Delorie2005-07-211-5/+7
* Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo2005-07-201-7/+13
* re PR c++/22476 (-Wmissing-format-attribute should pick out function pointer ...Kaveh R. Ghazi2005-07-191-4/+4
* c-common.c (handle_flatten_attribute): New function.Richard Guenther2005-07-151-0/+25
* toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers2005-07-021-5/+5
* coretypes.h (tls_model): Add TLS_MODEL_NONE as 0.Steven Bosscher2005-06-301-21/+24
* c-common.c (flag_next_runtime): Move...Ziemowit Laski2005-06-291-8/+0
* builtin-attrs.def (DEF_ATTR_FOR_INT): Add for 5 and 6.Jakub Jelinek2005-06-271-0/+82
* re PR c/21911 (named parameter mistakenly identified as sentinel)Kaveh R. Ghazi2005-06-261-6/+13
* builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)).Kazu Hirata2005-06-261-7/+7
* Update FSF address.Kelley Cook2005-06-251-2/+2
* tree-optimize.c (init_tree_optimization_passes): Fix flags of all_passes and ...Jan Hubicka2005-06-241-0/+46
* c-common.h (same_scalar_type_ignoring_signedness): Protoize.Aldy Hernandez2005-06-151-0/+15
* exgettext: Handle gmsgid and cmsgid arguments specially, as gcc-internal-form...Jakub Jelinek2005-06-061-10/+10
* c-common.c, [...]: Fix comment typos.Kazu Hirata2005-05-261-1/+1
* common.opt (-Wattributes): New.DJ Delorie2005-05-251-32/+36
* c-common.c (unsigned_conversion_warning): Move warning control from if() to w...DJ Delorie2005-05-241-6/+9
* Yet more Objective-C++...Ziemowit Laski2005-05-171-7/+0