summaryrefslogtreecommitdiff
path: root/gcc/c-common.c
Commit message (Expand)AuthorAgeFilesLines
* (decl_attributes): Fix typo in size passed to alloca.kenner1995-06-051-1/+1
* (truthvalue_conversion, BIT_AND_EXPR): Make sure that the result haskenner1995-05-311-2/+5
* *** empty log message ***merrill1995-05-241-0/+1
* (convert_and_check): Don't diagnose overflow in constant expressionkenner1995-05-111-0/+4
* (declare_hidden_char_array): Mark decl artificial.merrill1995-05-091-0/+1
* (enum attrs): Add A_UNUSED.kenner1995-04-301-1/+10
* (decl_attributes): Always continue if attribute not found.dje1995-04-281-4/+4
* (init_attributes): Don't require decl for A_PACKED.kenner1995-04-261-2/+4
* attributes weak and aliasmerrill1995-04-161-1/+26
* (enum attrs): New attribute, A_NOCOMMON.kenner1995-04-101-2/+11
* (init_attributes): A_FORMAT is only for decls.kenner1995-03-311-1/+1
* (enum attrs): New enum class.kenner1995-03-301-282/+370
* (decl_attributes): Clean up test for __mode__.kenner1995-03-291-5/+5
* (decl_attributes): Allow alignment for TYPE_DECLs.kenner1995-03-161-1/+3
* (decl_attributes): Handle prefix and suffix attributes the same way.kenner1995-03-101-9/+1
* (decl_attributes): Add third argument prefix_attributes.kenner1995-02-211-45/+25
* (type_for_*): Check integer_type_node first.merrill1995-01-311-6/+6
* Use boolean_* instead of integer_* where appropriate.merrill1995-01-171-30/+31
* Add 1995 to copyright.dje1995-01-141-1/+1
* (decl_attributes): Fix typo in packed ignored warning.dje1995-01-141-20/+35
* __attribute__ ((constructor))merrill1995-01-141-0/+26
* (decl_attribute): Allow special names (e.g, `word') for modekenner1994-11-301-19/+28
* (print_char_table): Allow `L' for `u'.kenner1994-11-171-1/+1
* (decl_attributes): Add double-underscore version of printf and scanfkenner1994-11-111-2/+4
* (decl_attributes): Check for attributes with leading and trailingkenner1994-11-101-8/+17
* ({print,scan}_char_table): Allow `L' modifier for integer output formats.kenner1994-11-101-5/+7
* Add format checking for `q' (quad) modifier.mycroft1994-09-191-22/+29
* (min_precision): Move from c-decl.cmerrill1994-09-021-0/+31
* (shorten_compare): Don't issue warning if both operands constants andkenner1994-08-251-4/+16
* (decl_attribute): Handle "transparent_union" attribute.kenner1994-08-191-0/+13
* (decl_attributes): If TREE_TYPE for the DECL is updated,erich1994-07-061-2/+2
* (c_build_type_variant): Remove last change; instead, copy TYPE if notkenner1994-06-301-6/+16
* (decl_attributes): Fix section attribute breakage.dje1994-06-031-2/+2
* (c_build_type_variant): Don't change TYPE_MAIN_VARIANT of new type.kenner1994-06-021-3/+5
* (truthvalue_conversion): If expr is a BIT_AND_EXPRmerrill1994-05-131-0/+4
* (decl_attributes): Revert to identifiers for mode attributes.kenner1994-05-121-2/+2
* (decl_attributes): Move the attribute recognition and rejection here fromkenner1994-05-061-33/+61
* (decl_attributes): `mode' attribute now takes string arg.rms1994-03-281-1/+1
* (truthvalue_conversion): Remove decl of unused CODE.kenner1994-03-251-2/+0
* (shorten_compare): When simplify compare againstwilson1994-03-171-1/+1
* (TRUTH_*_EXPR): Convert to integer_type_node.kenner1994-03-141-0/+2
* (constant_expression_warning, overflow_warning): Handle REAL_CST andkenner1994-03-131-4/+16
* (declare_hidden_char_array): Build new type if warn_larger_than.kenner1994-02-271-3/+3
* (binary_op_error): Initialize OPNAME.kenner1994-02-271-1/+2
* (decl_attributes): Warn if attribute will be ignored.kenner1994-02-231-2/+27
* (decl_attributes): Decode section attribute.dje1994-02-171-0/+27
* (decl_attributes): Allow format attributes on old stylekenner1994-02-011-24/+28
* (decl_attribute): Verify that alignment and format argument numbers are allkenner1993-12-241-10/+49
* (T_ST): Fix typo in last change.kenner1993-12-231-1/+1
* (T_ST): New macro.kenner1993-12-221-2/+19