aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-06-15c-common.h (same_scalar_type_ignoring_signedness): Protoize.Aldy Hernandez1-0/+15
2005-06-06exgettext: Handle gmsgid and cmsgid arguments specially, as gcc-internal-form...Jakub Jelinek1-10/+10
2005-05-26c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-05-25common.opt (-Wattributes): New.DJ Delorie1-32/+36
2005-05-24c-common.c (unsigned_conversion_warning): Move warning control from if() to w...DJ Delorie1-6/+9
2005-05-17Yet more Objective-C++...Ziemowit Laski1-7/+0
2005-05-16c-common.c (c_common_truthvalue_conversion): Use fold_build2 instead of build...Roger Sayle1-6/+6
2005-05-12c-common.h (statement_code_p): Don't declare.Ian Lance Taylor1-5/+0
2005-05-02c-common.c (resolve_overloaded_builtin): Forward to target hook for BUILT_IN_...Paolo Bonzini1-1/+15
2005-05-02re PR c++/19542 (attribute(sentinel) has problems with C++ __null)Michael Matz1-2/+20
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-61/+61
2005-04-21alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell1-1/+1
2005-04-17c-common.def (SIZEOF_EXPR, [...]): Remove.Ian Lance Taylor1-5/+5
2005-04-14re PR middle-end/14311 (builtins for atomic operations needed)Richard Henderson1-2/+169
2005-04-09c-common.def: Move FOR_STMT...Ian Lance Taylor1-43/+9
2005-04-06c-common.c (handle_malloc_atttribute): Only set DECL_IS_MALLOC if the functio...James A. Morrison1-2/+2
2005-04-05c-typeck.c (struct c_switch): Rename switch_stmt field to switch_expr.Ian Lance Taylor1-20/+44
2005-03-29re PR c/20519 (completed type not selected properly with typeof)Richard Henderson1-0/+89
2005-03-23c-common.c (c_common_truthvalue_conversion): Adjust comment.Joseph Myers1-14/+16
2005-03-23c-common.h (default_conversion): Remove.Joseph Myers1-6/+8
2005-03-21re PR middle-end/20539 (ICE in simplify_subreg, at simplify-rtx.c:3674)Roger Sayle1-14/+18
2005-03-21c-common.c (lvalue_or_else): Replace by lvalue_error; only give diagnostic wi...Joseph Myers1-29/+21
2005-03-20c-common.c (check_case_value): Adjust comment about stripping NOPs.Joseph Myers1-5/+2
2005-03-20c-common.c (handle_aligned_attribute, [...]): Do not strip NOPS from INTEGER_...Joseph Myers1-19/+1
2005-03-18c-common.c, [...]: Use %D for declarations in diagnostics and %E for identifi...Joseph Myers1-43/+36
2005-03-14builtin-attrs.def (ATTR_NOVOPS, [...]): New.Zdenek Dvorak1-0/+18
2005-03-09* c-common.c (c_do_switch_warnings): Comment fix.Ben Elliston1-1/+1
2005-03-08c-common.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2005-03-08re PR c/14411 (Request for setjmp/longjmp attributes)Alexey Neyman1-0/+21
2005-02-22c-common.c (c_common_type_for_mode): Pass the mode's precision to make_[un]si...DJ Delorie1-2/+6
2005-02-20re PR middle-end/18785 (isdigit builtin function fails with EBCDIC character ...Zack Weinberg1-0/+21
2005-02-11tree-complex.c (expand_complex_libcall): New.Richard Henderson1-1/+21
2005-02-09builtins.c (DEF_BUILTIN): Add COND argument.Richard Henderson1-3/+5
2005-01-29c-common.c (fix_string_type): Just use c_build_qualified_type to build string...Joseph Myers1-9/+23
2005-01-27tree.h (SWITCH_COND, [...]): Add tree checks.Steven Bosscher1-2/+2
2005-01-23c-common.c (explicit_flag_signed_bitfields, [...]): Remove.Kazu Hirata1-9/+0
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-10re PR c++/19355 (ICE: tree check at c-common.c:2332)Roger Sayle1-1/+6
2005-01-07c-common.c (handle_mode_attribute): For ENUMERAL_TYPE, also copy TYPE_MODE.Jakub Jelinek1-0/+1
2005-01-05re PR middle-end/19100 (Wrong code for ?-operator with casted ?-operator pred...Roger Sayle1-3/+11
2004-12-20re PR c++/19044 (Alternate asm name for atan ignored when calling __builtin_a...Matt Austern1-0/+20
2004-12-13c-common.c (fname_as_string): Free namep if we are returning cstr.text.Kazu Hirata1-1/+4
2004-12-09re PR c/18282 (PR c/17384 patch causes regression from 3.4.2)Richard Henderson1-2/+10