aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
2001-04-24Lazy __FUNCTION__ generation.Nathan Sidwell1-23/+173
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-0/+5
2001-02-27c-common.c (walk_stmt_tree): Visit the chain of the current tree even if walk...Diego Novillo1-13/+13
2001-02-16fix comment typoJason Merrill1-1/+1
2001-02-12c-common.c (constant_fits_type_p): New function.Jakub Jelinek1-1/+16
2001-02-10Doc and warning fixes.Anthony Green1-1/+1
2001-01-28configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi1-1/+0
2001-01-13c-common.c: Move format checking code to ...Joseph Myers1-2453/+4
2001-01-09c-common.c (enum format_type): Add format_type_error.Joseph Myers1-13/+34
2001-01-07builtins.def (BUILT_IN_FPRINTF): New entry.Kaveh R. Ghazi1-1/+103
2001-01-07c-common.c (c_common_nodes_and_builtins): Add _Exit builtin.Joseph Myers1-1/+3
2001-01-05builtins.def (BUILT_IN_CONJ, [...]): Define.Joseph Myers1-0/+73
2001-01-05VECTOR_TYPE fixes for aliasing, and dwarf2 output.Daniel Berlin1-1/+5
2001-01-04c-common.c (SIZE_TYPE, WCHAR_TYPE): Define.Joseph Myers1-0/+158
2001-01-03c-common.c (c_common_lang_init): New function.Joseph Myers1-0/+23
2001-01-02update copyrightsKaveh Ghazi1-1/+1
2001-01-02c-common.c (c_common_nodes_and_builtins): Set prototype parameters for __buil...Kaveh R. Ghazi1-12/+34
2000-12-28c-common.c (enum format_type): Add strfmon_format_type.Joseph Myers1-49/+137
2000-12-23builtins.def (BUILT_IN_LABS, [...]): Don't define.Joseph Myers1-6/+3
2000-12-23c-common.c (builtin_function_2): New function.Joseph Myers1-213/+208
2000-12-20c-typeck.c (build_asm_stmt): New, broken out from ...Richard Henderson1-2/+2
2000-12-18c-common.c (STD_C9L, ADJ_STD): Define.Joseph Myers1-20/+26
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