summaryrefslogtreecommitdiff
path: root/gcc/c-common.c
Commit message (Expand)AuthorAgeFilesLines
* (c_build_type_variant): Don't futz with main type variant of array since C...Richard Kenner1997-06-091-22/+3
* (check_format_info): Correct handling of the 'a' flag which addsRichard Kenner1997-06-091-4/+7
* xJason Merrill1997-02-161-4/+1
* (skip_evaluation): Likewise.Richard Kenner1996-12-071-6/+14
* (decl_attributes, case A_ALIAS): Add missing parens.Richard Kenner1996-11-151-1/+1
* (split_specs_attrs): New function.Richard Kenner1996-10-091-0/+70
* (decl_attribtes, case A_SECTION): Allow for static local variable.Richard Kenner1996-09-221-1/+2
* (record_function_format): Define as static.Richard Kenner1996-07-031-1/+1
* formatting tweaksMike Stump1996-07-031-4/+4
* (check_format_info): Change text of message about use of `0' withRichard Kenner1996-06-111-1/+1
* (decl_attributes, case A_T_UNION): Don't look at fields of union ifRichard Kenner1996-06-101-1/+2
* (enum attrs): Add A_FORMAT_ARG.Richard Kenner1996-06-081-6/+167
* (decl_attributes): Chain multiple attributes correctly.Stan Cox1996-05-061-0/+2
* (truthvalue_conversion, case ADDR_EXPR): Don't treat address ofRichard Kenner1996-05-061-0/+6
* -fno-common changeJason Merrill1996-05-061-1/+9
* Install latest version of last patch.Richard Kenner1996-02-181-3/+5
* (check_format_info): Warn about `L' if -pedantic.Richard Kenner1996-02-181-2/+10
* (overflow_warning): Fix typo in warning message.Richard Kenner1996-02-131-1/+1
* (check_format_info): Handle missing type in format when terminated byRichard Kenner1996-02-111-1/+1
* c-lex.c (check_newline): Pass character after `#pragma' to HANDLE_PRAGMA.Doug Evans1996-01-151-2/+6
* (decl_attributes): Fix default alignment: BIGGEST_ALIGNMENT is aRichard Kenner1996-01-011-2/+3
* (WCHAR_TYPE_SIZE): Add a default definition.Jim Wilson1995-12-181-0/+8
* (combine_strings): Add support for WCHAR_TYPE as short.Jim Wilson1995-11-291-1/+6
* (check_format_info): Make test for null pointer more general.Richard Kenner1995-10-191-1/+1
* (check_format_info): Don't warn about format type mismatch if theRichard Kenner1995-09-261-5/+9
* (decl_attribute, case A_PACKED): Check is_type first.Richard Kenner1995-08-291-6/+7
* (decl_attributes, case A_ALIGNED): Handle is_type case properly.Richard Kenner1995-07-181-1/+1
* (decl_attributes, case A_CONSTRUCTOR, A_DESTRUCTOR): Set TREE_USED.Richard Kenner1995-06-271-2/+8
* Update FSF address.Richard Kenner1995-06-151-1/+2
* (format_char_info, case 'm'): Set type to void.Richard Kenner1995-06-141-1/+4
* (decl_attributes): Fix typo in size passed to alloca.Richard Kenner1995-06-051-1/+1
* (truthvalue_conversion, BIT_AND_EXPR): Make sure that the result hasRichard Kenner1995-05-311-2/+5
* *** empty log message ***Jason Merrill1995-05-241-0/+1
* (convert_and_check): Don't diagnose overflow in constant expressionRichard Kenner1995-05-111-0/+4
* (declare_hidden_char_array): Mark decl artificial.Jason Merrill1995-05-091-0/+1
* (enum attrs): Add A_UNUSED.Richard Kenner1995-04-301-1/+10
* (decl_attributes): Always continue if attribute not found.Doug Evans1995-04-281-4/+4
* (init_attributes): Don't require decl for A_PACKED.Richard Kenner1995-04-261-2/+4
* attributes weak and aliasJason Merrill1995-04-161-1/+26
* (enum attrs): New attribute, A_NOCOMMON.Richard Kenner1995-04-101-2/+11
* (init_attributes): A_FORMAT is only for decls.Richard Kenner1995-03-311-1/+1
* (enum attrs): New enum class.Richard Kenner1995-03-301-282/+370
* (decl_attributes): Clean up test for __mode__.Richard Kenner1995-03-291-5/+5
* (decl_attributes): Allow alignment for TYPE_DECLs.Richard Kenner1995-03-161-1/+3
* (decl_attributes): Handle prefix and suffix attributes the same way.Richard Kenner1995-03-091-9/+1
* (decl_attributes): Add third argument prefix_attributes.Richard Kenner1995-02-211-45/+25
* (type_for_*): Check integer_type_node first.Jason Merrill1995-01-311-6/+6
* Use boolean_* instead of integer_* where appropriate.Jason Merrill1995-01-171-30/+31
* Add 1995 to copyright.Doug Evans1995-01-141-1/+1
* (decl_attributes): Fix typo in packed ignored warning.Doug Evans1995-01-141-20/+35