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