aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-12-09c-common.c (shorten_compare): Don't special-case min/maxval for C enumerations.Richard Henderson1-8/+0
2004-12-08c-common.c (verify_tree): Don't check code length if we know we are handling ...Kazu Hirata1-2/+0
2004-12-07c-common.c, [...]: Replace uses of first_rtl_op with TREE_CODE_LENGTH.Kazu Hirata1-2/+2
2004-11-29re PR c/18479 (__attribute__ ((visibility("default"))) in C causes internal c...Andrew Pinski1-0/+6
2004-11-25re PR c++/18001 (Badly formatted error message (quotation problem))Mark Mitchell1-0/+36
2004-11-15c-common.c (binary_op_error): Don't allow LROTATE_EXPR, RROTATE_EXPR or unkno...Joseph Myers1-4/+1
2004-11-14re PR target/17279 (internal compiler error with 128 bit integers)Andrew Pinski1-6/+8
2004-11-14c-common.c (walk_stmt_tree): Remove.Kazu Hirata1-70/+0
2004-11-09re PR c/18322 (__func__ diagnostic in bad location)Joseph Myers1-1/+1
2004-11-09builtins.c, [...]: Say "argument" instead of "arg" in diagnostics.Joseph Myers1-11/+11
2004-11-09builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers1-3/+3
2004-10-31* c-common.c: Fix a comment typo.Kazu Hirata1-1/+1
2004-10-31c-common.c (catenate_strings): New.Gabriel Dos Reis1-11/+50
2004-10-18c-common.c (handle_mode_attribute): Allow scalar->vector type changes yet.Richard Henderson1-1/+3
2004-10-16c-common.c (c_common_get_alias_set): Use GGC for type_hash_table.Dale Johannesen1-2/+3
2004-10-13re PR c/17384 (ICE with mode attribute on structures)Richard Henderson1-4/+12
2004-10-03c-aux-info.c, [...]: Follow code formatting conventions.Joseph Myers1-42/+42
2004-09-21c-common.c (fix_string_type): Build the unqualified array type unconditionall...Matt Austern1-9/+22
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-33/+26
2004-09-13c-common.c, [...]: Use %q, %< and %> for quoting in diagnostics.Joseph Myers1-55/+55
2004-09-10bb-reorder.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-09-10c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-07c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable.Nathan Sidwell1-11/+11
2004-09-05c-common.c, [...]: Fix comment formatting.Kazu Hirata1-2/+2
2004-09-05c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-05builtin-attrs.def (ATTR_NOTHROW_SENTINEL_1): New.Kaveh R. Ghazi1-17/+67
2004-09-05builtin-attrs.def (ATTR_SENTINEL, [...]): New.Kaveh Ghazi1-1/+60
2004-09-01re PR c/15224 (Attribute mode causes ICE when applied to enums)Richard Kenner1-0/+18
2004-08-31c-common.c (c_alignof_expr): Use DECL_ALIGN_UNIT and TYPE_ALIGN_UNIT.Richard Kenner1-3/+3
2004-08-30c-common.c (c_sizeof_or_alignof_type): Use gcc_assert.Nathan Sidwell1-5/+4
2004-08-27re PR c++/13684 (local static object variable constructed once but ctors and ...Jason Merrill1-0/+5
2004-08-26c-typeck.c (build_offsetof): Remove.Richard Henderson1-0/+65
2004-08-26tree.c (staticp): Return the static object.Richard Henderson1-5/+4
2004-08-25target-def.h (TARGET_SCALAR_MODE_SUPPORTED_P): New.Richard Henderson1-30/+46
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-7/+6
2004-08-23tree.h (build_distinct_type_copy): New.Nathan Sidwell1-7/+7
2004-08-19tree.h (TYPE_CACHED_VALUES_P): New.Nathan Sidwell1-2/+1
2004-08-18Hot/cold partitioning update patch.Caroline Tice1-0/+2
2004-08-16c-common.c (handle_used_attribute): Set DECL_PRESERVE_P.Devang Patel1-0/+1
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-21/+17
2004-08-15c-common.c (shorten_compare, [...]): Replace calls to build with calls to bui...Roger Sayle1-17/+21
2004-08-14* c-common.c (shorten_compare): Use force_fit_type directly.Nathan Sidwell1-4/+8
2004-08-09c-common.c (c_common_get_alias_set): Set the aliasing set of the type which i...Andrew Pinski1-1/+4