aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
2000-08-09c-common.c (combine_strings, [...]): Refer to ISO C or ISO C89 instead of ANS...Joseph Myers1-26/+35
2000-08-06c-common.h (enum c_tree_index): Add CTI_SIGNED_SIZE_TYPE and CTI_UNSIGNED_PTR...Joseph Myers1-17/+21
2000-08-05c-common.c (print_char_table): Add entries for the X/Open ' format flag (prin...Joseph Myers1-5/+11
2000-08-05c-common.c (time_char_table): Mark up formats added in C99 and make other cor...Joseph Myers1-9/+23
2000-08-04c-common.h (flag_isoc94): Declare.Joseph Myers1-47/+98
2000-08-04stddef.h: Don't declare wint_t unless __need_wint_t.Joseph Myers1-1/+2
2000-07-31c-common.c (init_function_format_info): Add C99 format functions in C99 mode.Joseph Myers1-0/+15
2000-07-17c-common.c (scan_char_table): Allow "z" length modifiers on diouxXn formats.Joseph Myers1-4/+8
2000-07-17c-common.c (shorten_compare): Quiet warnings about unsigned comparisons with ...Chip Salzenberg1-2/+2
2000-07-17c-common.c (check_format_info): Do not make a pedantic objection to the 'L' l...Joseph Myers1-1/+8
2000-07-12c-common.c (combine_strings): Emit a pedantic warning when a string length is...Kaveh R. Ghazi1-0/+5
2000-06-30Makefile.in (c-common.o): Don't depend on c-tree.h or c-lex.h.Mark Mitchell1-0/+4
2000-06-30c-common.c (decl_attributes): Differentiate between types and type decls for ...Catherine Moore1-2/+10
2000-06-30c-common.c: Include c-common.h, not c-lex.h or c-tree.h.Mark Mitchell1-2/+1
2000-06-25Vector support: type node creation & debugging supportBernd Schmidt1-0/+13
2000-06-18* c-common.c (add_c_tree_codes): Fix definition for traditional C.Kaveh R. Ghazi1-1/+1
2000-06-16c-common.c (c_tree_code_type): New array.Benjamin Chelf1-0/+49
2000-06-14tree.h (TYPE_USER_ALIGN, [...]): Define.Jakub Jelinek1-2/+8
2000-06-12* c-common.c (lang_get_alias_set): Fix typo.Mark Mitchell1-1/+1
2000-06-06c-common.h (c_language_kind): New type.Mark Mitchell1-0/+4
2000-06-02alias.c (lang_get_alias_set): Remove.Richard Henderson1-1/+1
2000-06-02c-common.c (c_get_alias_set): Check whether signed_type did not return its ar...Jakub Jelinek1-1/+6
2000-06-01alias.c (get_alias_set): Don't call language-specific routine more than is ne...Richard Kenner1-21/+10
2000-05-31Makefile.in (c-decl.o): Depend on rtl.h and expr.h.Richard Kenner1-154/+30
2000-05-27tree.h (TREE_CODE_LENGTH): New macro.Richard Kenner1-1/+1
2000-05-20alias.c (aliases_everything_p): Don't special-case QImode here.Richard Kenner1-12/+18
2000-05-05c-common.c (decl_attributes): For TYPE_DECLs attach the attribute to the decl.Catherine Moore1-1/+4
2000-04-28c-commom.c (c_apply_type_quals_to_decl): REFERENCE_TYPES are always TREE_READ...Mark Mitchell1-1/+3
2000-04-20c-common.c (decl_attributes): Set TREE_USED on the object pointed to.Zack Weinberg1-0/+2
2000-04-17builtins.c (expand_builtin_expect): New.Richard Henderson1-0/+10
2000-04-13alias.c (nonlocal_reference_p): Take a care for CALL_INSNS's fusage field.Jan Hubicka1-1/+12
2000-03-30c-common.c (c_common_nodes_and_builtins): The first parameter to __builtin_va...Geoff Keating1-10/+14
2000-03-29c-common.c (c_common_nodes_and_builtins): Don't special case cplus_mode when ...Kaveh R. Ghazi1-5/+5
2000-03-24builtins.c (expand_builtin_bzero): New function.Kaveh R. Ghazi1-3/+16
2000-03-23builtins.c (expand_builtin): Handle bcmp.Kaveh R. Ghazi1-3/+30
2000-03-23builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.Theodore Papadopoulo1-7/+5
2000-03-21c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P...Mark Mitchell1-1/+1
2000-03-21tree.h (COMPLETE_TYPE_P): New macro.Nathan Sidwell1-1/+1
2000-03-08c-common.h (make_fname_decl): Declare.Nathan Sidwell1-35/+6
2000-03-07tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner1-55/+38
2000-03-02c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink reference the...Richard Kenner1-1/+1
2000-02-24tree.h (TREE_SET_PERMANENT): New macro.Zack Weinberg1-12/+3
2000-02-19c-common.c (decl_attributes): Set DECL_SIZE_UNIT.Richard Kenner1-2/+3
2000-02-06Makefile.in (c-common.o): Depend on $(EXPR_H).Kaveh R. Ghazi1-0/+1
2000-01-31c-decl.c (c_decode_option): Accept optional numeric argument to -Wformat and ...Ulrich Drepper1-2/+2
2000-01-29Adjust variable names, comments, help strings to c99.Ulrich Drepper1-5/+5
2000-01-25c-common.c, [...]: Remove all references to obstack functions obsoleted by GC...Zack Weinberg1-4/+2
2000-01-24builtins.c (expand_tree_builtin): Move ...Richard Henderson1-0/+101
2000-01-24rtl.def: Add unordered fp comparisions.Richard Henderson1-0/+14
2000-01-18c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.Martin v. Löwis1-0/+9