aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
1994-09-02(min_precision): Move from c-decl.cJason Merrill1-0/+31
1994-08-25(shorten_compare): Don't issue warning if both operands constants and the...Richard Kenner1-4/+16
1994-08-19(decl_attribute): Handle "transparent_union" attribute.Richard Kenner1-0/+13
1994-07-06(decl_attributes): If TREE_TYPE for the DECL is updated,Richard Earnshaw1-2/+2
1994-06-30(c_build_type_variant): Remove last change; instead, copy TYPE if notRichard Kenner1-6/+16
1994-06-03(decl_attributes): Fix section attribute breakage.Doug Evans1-2/+2
1994-06-02(c_build_type_variant): Don't change TYPE_MAIN_VARIANT of new type.Richard Kenner1-3/+5
1994-05-13(truthvalue_conversion): If expr is a BIT_AND_EXPRJason Merrill1-0/+4
1994-05-12(decl_attributes): Revert to identifiers for mode attributes.Richard Kenner1-2/+2
1994-05-06(decl_attributes): Move the attribute recognition and rejection here from c-p...Richard Kenner1-33/+61
1994-03-28(decl_attributes): `mode' attribute now takes string arg.Richard Stallman1-1/+1
1994-03-25(truthvalue_conversion): Remove decl of unused CODE.Richard Kenner1-2/+0
1994-03-17(shorten_compare): When simplify compare againstJim Wilson1-1/+1
1994-03-13(TRUTH_*_EXPR): Convert to integer_type_node.Richard Kenner1-0/+2
1994-03-13(constant_expression_warning, overflow_warning): Handle REAL_CST andRichard Kenner1-4/+16
1994-02-27(declare_hidden_char_array): Build new type if warn_larger_than.Richard Kenner1-3/+3
1994-02-27(binary_op_error): Initialize OPNAME.Richard Kenner1-1/+2
1994-02-23(decl_attributes): Warn if attribute will be ignored.Richard Kenner1-2/+27
1994-02-17(decl_attributes): Decode section attribute.Doug Evans1-0/+27
1994-02-01(decl_attributes): Allow format attributes on old styleRichard Kenner1-24/+28
1993-12-24(decl_attribute): Verify that alignment and format argument numbers are all i...Richard Kenner1-10/+49
1993-12-23(T_ST): Fix typo in last change.Richard Kenner1-1/+1
1993-12-22(T_ST): New macro.Richard Kenner1-2/+19
1993-11-24(shorten_compare): Correct typo from last change.Richard Stallman1-5/+5
1993-11-23(check_format_info): When we have INTEGER_TYPEs...Richard Kenner1-2/+2
1993-11-03(check_format_info): Make warning nicer for mismatch of int vs long, etc.Richard Stallman1-2/+13
1993-10-31(shorten_compare): Undo previous change.Richard Stallman1-9/+4
1993-10-31(shorten_compare): Do nothing if both args constant.Richard Stallman1-0/+7
1993-10-30(convert_and_check): Don't warn converting 0xffRichard Stallman1-1/+6
1993-10-20(check_format_info): Consider "char", "signed char", and "unsignedRichard Kenner1-1/+6
1993-10-10(check_format_info): Support X/Open formats like "%1$d".Richard Kenner1-1/+33
1993-10-10(check_format_info): Avoid ?: conditional for function to be called.Richard Stallman1-2/+3
1993-10-08(check_function_format): Correct error in last change.Richard Kenner1-1/+1
1993-10-05Include <ctype.h>; avoid home-grown ISDIGIT.Richard Kenner1-3/+569
1993-09-07(c_build_type_variant): Allocate new type in same obstack as old one.Richard Kenner1-5/+2
1993-09-04(truthvalue_conversion): A complex value is nonzero if either part isRichard Kenner1-3/+3
1993-08-15(declare_hidden_char_array): New function to factor out duplicate code in dec...Richard Stallman1-29/+19
1993-08-08(declare_function_name): Set DECL_EXTERNAL in the decls.Richard Stallman1-0/+2
1993-08-06(decl_attributes): Support attributes `volatile'Richard Stallman1-0/+11
1993-07-12(unsigned_conversion_warning): Just use `warning',Paul Eggert1-2/+2
1993-07-02(constant_expression_warning, overflow_warning,Paul Eggert1-28/+12
1993-06-24(decl_attributes): If first_arg_num is 0, no error for it.Richard Stallman1-7/+10
1993-05-21(constant_expression_warning)Richard Stallman1-3/+15
1993-05-06(truthvalue_conversion): Turn off Apr 29 change.Richard Stallman1-1/+3
1993-05-03(truthvalue_conversion): Don't optimize subtract of reals when target usesJim Wilson1-2/+9
1993-05-01(truthvalue_conversion): Specific error message when the "truthvalue" of a st...Richard Stallman1-0/+23
1993-04-06(decl_attributes...Jim Wilson1-0/+30
1993-03-21#include "obstack.h".Richard Stallman1-0/+1
1993-03-04(truthvalue_conversion): Fix handling of COMPLEX_EXPR.Richard Stallman1-3/+12
1993-03-04(truthvalue_conversion): Handle COMPLEX_EXPR.Richard Stallman1-2/+15