aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
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
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