OSDN Git Service

90th Cygnus<->FSF quick merge
[pf3gnuchains/gcc-fork.git] / gcc / c-common.c
1996-12-07 kenner(skip_evaluation): Likewise.
1996-11-15 kenner(decl_attributes, case A_ALIAS): Add missing parens.
1996-10-09 kenner(split_specs_attrs): New function.
1996-09-23 kenner(decl_attribtes, case A_SECTION): Allow for static...
1996-07-03 kenner(record_function_format): Define as static.
1996-07-03 mrsformatting tweaks
1996-06-11 kenner(check_format_info): Change text of message about use...
1996-06-10 kenner(decl_attributes, case A_T_UNION): Don't look at fields...
1996-06-08 kenner(enum attrs): Add A_FORMAT_ARG.
1996-05-06 coxs(decl_attributes): Chain multiple attributes correctly.
1996-05-06 kenner(truthvalue_conversion, case ADDR_EXPR): Don't treat...
1996-05-06 merrill-fno-common change
1996-02-19 kennerInstall latest version of last patch.
1996-02-18 kenner(check_format_info): Warn about `L' if -pedantic.
1996-02-13 kenner(overflow_warning): Fix typo in warning message.
1996-02-11 kenner(check_format_info): Handle missing type in format...
1996-01-15 dje * c-lex.c (check_newline): Pass character after `...
1996-01-01 kenner(decl_attributes): Fix default alignment: BIGGEST_ALIGN...
1995-12-19 wilson(WCHAR_TYPE_SIZE): Add a default definition.
1995-11-29 wilson(combine_strings): Add support for WCHAR_TYPE as short.
1995-10-19 kenner(check_format_info): Make test for null pointer more...
1995-09-26 kenner(check_format_info): Don't warn about format type misma...
1995-08-29 kenner(decl_attribute, case A_PACKED): Check is_type first.
1995-07-18 kenner(decl_attributes, case A_ALIGNED): Handle is_type case...
1995-06-27 kenner(decl_attributes, case A_CONSTRUCTOR, A_DESTRUCTOR...
1995-06-15 kennerUpdate FSF address.
1995-06-14 kenner(format_char_info, case 'm'): Set type to void.
1995-06-05 kenner(decl_attributes): Fix typo in size passed to alloca.
1995-05-31 kenner(truthvalue_conversion, BIT_AND_EXPR): Make sure that...
1995-05-24 merrill*** empty log message ***
1995-05-11 kenner(convert_and_check): Don't diagnose overflow in constan...
1995-05-09 merrill(declare_hidden_char_array): Mark decl artificial.
1995-04-30 kenner(enum attrs): Add A_UNUSED.
1995-04-28 dje(decl_attributes): Always continue if attribute not...
1995-04-26 kenner(init_attributes): Don't require decl for A_PACKED.
1995-04-16 merrillattributes weak and alias
1995-04-10 kenner(enum attrs): New attribute, A_NOCOMMON.
1995-03-31 kenner(init_attributes): A_FORMAT is only for decls.
1995-03-30 kenner(enum attrs): New enum class.
1995-03-29 kenner(decl_attributes): Clean up test for __mode__.
1995-03-16 kenner(decl_attributes): Allow alignment for TYPE_DECLs.
1995-03-10 kenner(decl_attributes): Handle prefix and suffix attributes...
1995-02-21 kenner(decl_attributes): Add third argument prefix_attributes.
1995-01-31 merrill(type_for_*): Check integer_type_node first.
1995-01-17 merrillUse boolean_* instead of integer_* where appropriate.
1995-01-14 djeAdd 1995 to copyright.
1995-01-14 dje(decl_attributes): Fix typo in packed ignored warning.
1995-01-14 merrill__attribute__ ((constructor))
1994-11-30 kenner(decl_attribute): Allow special names (e.g, `word'...
1994-11-17 kenner(print_char_table): Allow `L' for `u'.
1994-11-11 kenner(decl_attributes): Add double-underscore version of...
1994-11-10 kenner(decl_attributes): Check for attributes with leading...
1994-11-10 kenner({print,scan}_char_table): Allow `L' modifier for integ...
1994-09-19 mycroftAdd format checking for `q' (quad) modifier.
1994-09-02 merrill(min_precision): Move from c-decl.c
1994-08-25 kenner(shorten_compare): Don't issue warning if both operands...
1994-08-19 kenner(decl_attribute): Handle "transparent_union" attribute.
1994-07-06 erich(decl_attributes): If TREE_TYPE for the DECL is updated,
1994-06-30 kenner(c_build_type_variant): Remove last change; instead...
1994-06-03 dje(decl_attributes): Fix section attribute breakage.
1994-06-02 kenner(c_build_type_variant): Don't change TYPE_MAIN_VARIANT...
1994-05-13 merrill(truthvalue_conversion): If expr is a BIT_AND_EXPR
1994-05-12 kenner(decl_attributes): Revert to identifiers for mode attri...
1994-05-06 kenner(decl_attributes): Move the attribute recognition and...
1994-03-28 rms(decl_attributes): `mode' attribute now takes string...
1994-03-25 kenner(truthvalue_conversion): Remove decl of unused CODE.
1994-03-17 wilson(shorten_compare): When simplify compare against
1994-03-14 kenner(TRUTH_*_EXPR): Convert to integer_type_node.
1994-03-13 kenner(constant_expression_warning, overflow_warning): Handle...
1994-02-27 kenner(declare_hidden_char_array): Build new type if warn_lar...
1994-02-27 kenner(binary_op_error): Initialize OPNAME.
1994-02-23 kenner(decl_attributes): Warn if attribute will be ignored.
1994-02-17 dje(decl_attributes): Decode section attribute.
1994-02-01 kenner(decl_attributes): Allow format attributes on old style
1993-12-24 kenner(decl_attribute): Verify that alignment and format...
1993-12-23 kenner(T_ST): Fix typo in last change.
1993-12-22 kenner(T_ST): New macro.
1993-11-24 rms(shorten_compare): Correct typo from last change.
1993-11-23 kenner(check_format_info): When we have INTEGER_TYPEs, save...
1993-11-03 rms(check_format_info): Make warning nicer for mismatch...
1993-10-31 rms(shorten_compare): Undo previous change.
1993-10-31 rms(shorten_compare): Do nothing if both args constant.
1993-10-30 rms(convert_and_check): Don't warn converting 0xff
1993-10-21 kenner(check_format_info): Consider "char", "signed char...
1993-10-10 kenner(check_format_info): Support X/Open formats like "...
1993-10-10 rms(check_format_info): Avoid ?: conditional for function...
1993-10-08 kenner(check_function_format): Correct error in last change.
1993-10-05 kennerInclude <ctype.h>; avoid home-grown ISDIGIT.
1993-09-07 kenner(c_build_type_variant): Allocate new type in same obsta...
1993-09-04 kenner(truthvalue_conversion): A complex value is nonzero...
1993-08-15 rms(declare_hidden_char_array): New function to
1993-08-08 rms(declare_function_name): Set DECL_EXTERNAL in the decls.
1993-08-06 rms(decl_attributes): Support attributes `volatile'
1993-07-12 eggert(unsigned_conversion_warning): Just use `warning',
1993-07-02 eggert(constant_expression_warning, overflow_warning,
1993-06-24 rms(decl_attributes): If first_arg_num is 0, no error...
1993-05-21 rms(constant_expression_warning)
1993-05-06 rms(truthvalue_conversion): Turn off Apr 29 change.
1993-05-03 wilson(truthvalue_conversion): Don't optimize subtract of...
1993-05-01 rms(truthvalue_conversion): Specific error message when the
next