aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
1996-02-18Install latest version of last patch.Richard Kenner1-3/+5
1996-02-18(check_format_info): Warn about `L' if -pedantic.Richard Kenner1-2/+10
1996-02-13(overflow_warning): Fix typo in warning message.Richard Kenner1-1/+1
1996-02-11(check_format_info): Handle missing type in format when terminated byRichard Kenner1-1/+1
1996-01-15c-lex.c (check_newline): Pass character after `#pragma' to HANDLE_PRAGMA.Doug Evans1-2/+6
1996-01-01(decl_attributes): Fix default alignment: BIGGEST_ALIGNMENT is aRichard Kenner1-2/+3
1995-12-18(WCHAR_TYPE_SIZE): Add a default definition.Jim Wilson1-0/+8
1995-11-29(combine_strings): Add support for WCHAR_TYPE as short.Jim Wilson1-1/+6
1995-10-19(check_format_info): Make test for null pointer more general.Richard Kenner1-1/+1
1995-09-26(check_format_info): Don't warn about format type mismatch if theRichard Kenner1-5/+9
1995-08-29(decl_attribute, case A_PACKED): Check is_type first.Richard Kenner1-6/+7
1995-07-18(decl_attributes, case A_ALIGNED): Handle is_type case properly.Richard Kenner1-1/+1
1995-06-27(decl_attributes, case A_CONSTRUCTOR, A_DESTRUCTOR): Set TREE_USED.Richard Kenner1-2/+8
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-06-14(format_char_info, case 'm'): Set type to void.Richard Kenner1-1/+4
1995-06-05(decl_attributes): Fix typo in size passed to alloca.Richard Kenner1-1/+1
1995-05-31(truthvalue_conversion, BIT_AND_EXPR): Make sure that the result hasRichard Kenner1-2/+5
1995-05-24*** empty log message ***Jason Merrill1-0/+1
1995-05-11(convert_and_check): Don't diagnose overflow in constant expressionRichard Kenner1-0/+4
1995-05-09(declare_hidden_char_array): Mark decl artificial.Jason Merrill1-0/+1
1995-04-30(enum attrs): Add A_UNUSED.Richard Kenner1-1/+10
1995-04-28(decl_attributes): Always continue if attribute not found.Doug Evans1-4/+4
1995-04-26(init_attributes): Don't require decl for A_PACKED.Richard Kenner1-2/+4
1995-04-16attributes weak and aliasJason Merrill1-1/+26
1995-04-10(enum attrs): New attribute, A_NOCOMMON.Richard Kenner1-2/+11
1995-03-31(init_attributes): A_FORMAT is only for decls.Richard Kenner1-1/+1
1995-03-30(enum attrs): New enum class.Richard Kenner1-282/+370
1995-03-29(decl_attributes): Clean up test for __mode__.Richard Kenner1-5/+5
1995-03-16(decl_attributes): Allow alignment for TYPE_DECLs.Richard Kenner1-1/+3
1995-03-09(decl_attributes): Handle prefix and suffix attributes the same way.Richard Kenner1-9/+1
1995-02-21(decl_attributes): Add third argument prefix_attributes.Richard Kenner1-45/+25
1995-01-31(type_for_*): Check integer_type_node first.Jason Merrill1-6/+6
1995-01-17Use boolean_* instead of integer_* where appropriate.Jason Merrill1-30/+31
1995-01-14Add 1995 to copyright.Doug Evans1-1/+1
1995-01-14(decl_attributes): Fix typo in packed ignored warning.Doug Evans1-20/+35
1995-01-14__attribute__ ((constructor))Jason Merrill1-0/+26
1994-11-30(decl_attribute): Allow special names (e.g, `word') for modeRichard Kenner1-19/+28
1994-11-17(print_char_table): Allow `L' for `u'.Richard Kenner1-1/+1
1994-11-11(decl_attributes): Add double-underscore version of printf and scanfRichard Kenner1-2/+4
1994-11-10(decl_attributes): Check for attributes with leading and trailingRichard Kenner1-8/+17
1994-11-10({print,scan}_char_table): Allow `L' modifier for integer output formats.Richard Kenner1-5/+7
1994-09-19Add format checking for `q' (quad) modifier.Charles Hannum1-22/+29
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