aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
2000-12-17c-common.c (c_common_nodes_and_builtins): Create a cstring_endlink, use it.Kaveh R. Ghazi1-58/+36
2000-12-09c-common.c (check_function_format): Don't suggest adding format attributes to...Joseph Myers1-2/+19
2000-12-07c-common.c (warn_format_security): New variable.Joseph Myers1-2/+9
2000-12-07c-common.c (check_format_info): Warn for non-constant format strings with str...Joseph Myers1-2/+23
2000-12-07c-common.c (format_wanted_type): Add reading_from_flag.Joseph Myers1-15/+38
2000-12-07c-common.c (parse_in): Make a cpp_reader *.Neil Booth1-1/+1
2000-12-03builtins.c (expand_builtin_strcat, [...]): New functions.Kaveh R. Ghazi1-9/+35
2000-12-02c-common.c (combine_strings): When the ISO C standard specifies the maximum l...Geoffrey Keating1-2/+2
2000-12-02Make alpha build again.Bernd Schmidt1-0/+4
2000-12-01c-common.c (warn_format, [...]): Define.Joseph Myers1-18/+48
2000-12-01builtins.def (BUILT_IN_IMAXABS): Add.Joseph Myers1-2/+15
2000-12-01c-common.c: Include "defaults.h".Joseph Myers1-0/+38
2000-11-30* c-common.c (status_warning) [! ANSI_PROTOTYPES]: Load statusAlexandre Oliva1-9/+9
2000-11-27builtins.c (expand_builtin_strncmp, [...]): New functions.Kaveh R. Ghazi1-2/+28
2000-11-25c-common.c: Remove USE_CPPLIB conditional inclusions.Neil Booth1-88/+0
2000-11-24Fix bug in previous change.Bernd Schmidt1-0/+3
2000-11-24Overhaul sequence point warnings (again)Bernd Schmidt1-204/+354
2000-11-21c-common.c (c_unsafe_for_reeval): New function.Richard Henderson1-0/+15
2000-11-17stringpool.c: New file.Zack Weinberg1-4/+2
2000-11-15tree.c (build_type_no_quals): New function.Andrew Haley1-3/+1
2000-11-13c-common.c (boolean_increment): New function.Joseph Myers1-0/+41
2000-11-13builtins.c (expand_builtin): Handle BUILT_IN_INDEX and BUILT_IN_RINDEX.Kaveh R. Ghazi1-0/+10
2000-11-10Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.Mark Mitchell1-0/+18
2000-11-09builtins.c (c_strlen): Use TREE_STRING_LENGTH - 1 for max.Jakub Jelinek1-0/+6
2000-11-07* c-common.c (combine_strings): Only warn about long strings for C.Kaveh R. Ghazi1-1/+1
2000-11-07builtins.c (expand_builtin_strpbrk): New function.Kaveh R. Ghazi1-1/+5
2000-11-02c-common.c (get_flag_spec, [...]): Use strchr () instead of index ().Joseph Myers1-21/+22
2000-11-01builtins.c (expand_builtin_strstr): New function.Kaveh R. Ghazi1-0/+24
2000-10-20c-common.c (check_format_info_recurse): Extract string constant initializers ...Joseph Myers1-0/+27
2000-10-18c-common.h (flag_no_builtin): Declare.Mark Mitchell1-27/+25
2000-10-18c-common.c (check_format_types): Check for writing through a NULL pointer arg...Joseph Myers1-0/+9
2000-10-18c-common.c (CPLUSPLUS_STD_VER, [...]): Define.Joseph Myers1-36/+38
2000-10-18c-common.c (check_format_info_main): Minor cleanup...Joseph Myers1-36/+30
2000-10-18c-common.c (back_end_hook): New variable.Mark Mitchell1-0/+4
2000-10-17c-common.c (FMT_FLAG_DOLLAR_MULTIPLE): Define.Joseph Myers1-8/+23
2000-10-17Improved sequence point warningsBernd Schmidt1-0/+264
2000-10-17c-common.h (warn_missing_format_attribute): New variable.Joseph Myers1-1/+17
2000-10-16c-common.c (format_check_results): New structure.Joseph Myers1-67/+235
2000-10-13* c-common.c (c_expand_builtin): PARAMS-ize prototype.Alexandre Oliva1-1/+1
2000-10-12c-common.c (decl_attributes): Don't allow strftime formats with first_arg_num...Joseph Myers1-0/+8
2000-10-12c-common.c (scanf_flag_specs): Add flags ' and I.Joseph Myers1-16/+23
2000-10-12c-common.c (print_char_table): Use the unpromoted type for lengths "h" and "h...Joseph Myers1-3/+11
2000-10-09c-common.c (c_expand_builtin_printf): Set the TREE_TYPE of a new STRING_CST b...Kaveh R. Ghazi1-3/+1
2000-10-08tm.texi (INTMAX_TYPE, [...]): Define.Joseph Myers1-2/+8
2000-10-08c-common.c (FMT_FLAG_ARG_CONVERT, [...]): Define.Joseph Myers1-260/+519
2000-10-06builtins.c (is_valid_printf_arglist, [...]): Move functions from here ...Kaveh R. Ghazi1-4/+193
2000-09-25c-common.c (format_char_info): Add flags2; update comments.Joseph Myers1-64/+67
2000-09-24c-common.c (check_format_info): Warn for a wide character string used as a no...Joseph Myers1-0/+5
2000-09-24builtins.def (BUILT_IN_LLABS): Add.Joseph Myers1-0/+12
2000-09-21builtins.c (expand_builtin_fputs): Also expand when length!=1.Kaveh R. Ghazi1-1/+5