summaryrefslogtreecommitdiff
path: root/gcc/c-common.c
Commit message (Expand)AuthorAgeFilesLines
* c-common.def: Move FOR_STMT...Ian Lance Taylor2005-04-091-43/+9
* c-common.c (handle_malloc_atttribute): Only set DECL_IS_MALLOC if the functio...James A. Morrison2005-04-061-2/+2
* c-typeck.c (struct c_switch): Rename switch_stmt field to switch_expr.Ian Lance Taylor2005-04-051-20/+44
* re PR c/20519 (completed type not selected properly with typeof)Richard Henderson2005-03-291-0/+89
* c-common.c (c_common_truthvalue_conversion): Adjust comment.Joseph Myers2005-03-231-14/+16
* c-common.h (default_conversion): Remove.Joseph Myers2005-03-231-6/+8
* re PR middle-end/20539 (ICE in simplify_subreg, at simplify-rtx.c:3674)Roger Sayle2005-03-211-14/+18
* c-common.c (lvalue_or_else): Replace by lvalue_error; only give diagnostic wi...Joseph Myers2005-03-211-29/+21
* c-common.c (check_case_value): Adjust comment about stripping NOPs.Joseph Myers2005-03-201-5/+2
* c-common.c (handle_aligned_attribute, [...]): Do not strip NOPS from INTEGER_...Joseph Myers2005-03-201-19/+1
* c-common.c, [...]: Use %D for declarations in diagnostics and %E for identifi...Joseph Myers2005-03-181-43/+36
* builtin-attrs.def (ATTR_NOVOPS, [...]): New.Zdenek Dvorak2005-03-141-0/+18
* * c-common.c (c_do_switch_warnings): Comment fix.Ben Elliston2005-03-091-1/+1
* c-common.c, [...]: Fix comment formatting.Kazu Hirata2005-03-081-1/+1
* re PR c/14411 (Request for setjmp/longjmp attributes)Alexey Neyman2005-03-081-0/+21
* c-common.c (c_common_type_for_mode): Pass the mode's precision to make_[un]si...DJ Delorie2005-02-221-2/+6
* re PR middle-end/18785 (isdigit builtin function fails with EBCDIC character ...Zack Weinberg2005-02-201-0/+21
* tree-complex.c (expand_complex_libcall): New.Richard Henderson2005-02-111-1/+21
* builtins.c (DEF_BUILTIN): Add COND argument.Richard Henderson2005-02-091-3/+5
* c-common.c (fix_string_type): Just use c_build_qualified_type to build string...Joseph Myers2005-01-291-9/+23
* tree.h (SWITCH_COND, [...]): Add tree checks.Steven Bosscher2005-01-271-2/+2
* c-common.c (explicit_flag_signed_bitfields, [...]): Remove.Kazu Hirata2005-01-231-9/+0
* basic-block.h, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* re PR c++/19355 (ICE: tree check at c-common.c:2332)Roger Sayle2005-01-101-1/+6
* c-common.c (handle_mode_attribute): For ENUMERAL_TYPE, also copy TYPE_MODE.Jakub Jelinek2005-01-071-0/+1
* re PR middle-end/19100 (Wrong code for ?-operator with casted ?-operator pred...Roger Sayle2005-01-051-3/+11
* re PR c++/19044 (Alternate asm name for atan ignored when calling __builtin_a...Matt Austern2004-12-201-0/+20
* c-common.c (fname_as_string): Free namep if we are returning cstr.text.Kazu Hirata2004-12-131-1/+4
* re PR c/18282 (PR c/17384 patch causes regression from 3.4.2)Richard Henderson2004-12-091-2/+10
* c-common.c (shorten_compare): Don't special-case min/maxval for C enumerations.Richard Henderson2004-12-091-8/+0
* c-common.c (verify_tree): Don't check code length if we know we are handling ...Kazu Hirata2004-12-081-2/+0
* c-common.c, [...]: Replace uses of first_rtl_op with TREE_CODE_LENGTH.Kazu Hirata2004-12-071-2/+2
* re PR c/18479 (__attribute__ ((visibility("default"))) in C causes internal c...Andrew Pinski2004-11-291-0/+6
* re PR c++/18001 (Badly formatted error message (quotation problem))Mark Mitchell2004-11-251-0/+36
* c-common.c (binary_op_error): Don't allow LROTATE_EXPR, RROTATE_EXPR or unkno...Joseph Myers2004-11-151-4/+1
* re PR target/17279 (internal compiler error with 128 bit integers)Andrew Pinski2004-11-141-6/+8
* c-common.c (walk_stmt_tree): Remove.Kazu Hirata2004-11-141-70/+0
* re PR c/18322 (__func__ diagnostic in bad location)Joseph Myers2004-11-091-1/+1
* builtins.c, [...]: Say "argument" instead of "arg" in diagnostics.Joseph Myers2004-11-091-11/+11
* builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers2004-11-091-3/+3
* * c-common.c: Fix a comment typo.Kazu Hirata2004-10-311-1/+1
* c-common.c (catenate_strings): New.Gabriel Dos Reis2004-10-311-11/+50
* c-common.c (handle_mode_attribute): Allow scalar->vector type changes yet.Richard Henderson2004-10-181-1/+3
* c-common.c (c_common_get_alias_set): Use GGC for type_hash_table.Dale Johannesen2004-10-161-2/+3
* re PR c/17384 (ICE with mode attribute on structures)Richard Henderson2004-10-131-4/+12
* c-aux-info.c, [...]: Follow code formatting conventions.Joseph Myers2004-10-031-42/+42
* c-common.c (fix_string_type): Build the unqualified array type unconditionall...Matt Austern2004-09-211-9/+22
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-33/+26
* c-common.c, [...]: Use %q, %< and %> for quoting in diagnostics.Joseph Myers2004-09-131-55/+55
* bb-reorder.c, [...]: Fix comment typos.Kazu Hirata2004-09-101-2/+2