summaryrefslogtreecommitdiff
path: root/gcc/c-common.c
Commit message (Expand)AuthorAgeFilesLines
* fix commentjason2001-05-211-1/+1
* * c-common.c (finish_label_expr): New function, lifted fromneil2001-05-111-0/+33
* * c-common.c (combine_strings): Widen strings in adj2001-05-101-5/+12
* * bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".ghazi2001-05-011-45/+45
* * c-common.c (c_promoting_integer_type_p): New function, from therth2001-04-301-2/+32
* gcc:nathan2001-04-241-23/+173
* IA-64 ABI Exception Handling.rth2001-03-281-0/+5
* 2001-02-27 Diego Novillo <dnovillo@redhat.com>dnovillo2001-02-281-13/+13
* fix comment typojason2001-02-161-1/+1
* * c-common.c (constant_fits_type_p): New function.jakub2001-02-121-1/+16
* Doc and warning fixes.green2001-02-101-1/+1
* * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.ghazi2001-01-281-1/+0
* * c-common.c: Move format checking code to ...jsm282001-01-131-2453/+4
* * c-common.c (enum format_type): Add format_type_error.jsm282001-01-091-13/+34
* * builtins.def (BUILT_IN_FPRINTF): New entry.ghazi2001-01-071-1/+103
* * c-common.c (c_common_nodes_and_builtins): Add _Exit builtin.jsm282001-01-071-1/+3
* * builtins.def (BUILT_IN_CONJ, BUILT_IN_CREAL, BUILT_IN_CIMAG):jsm282001-01-051-0/+73
* VECTOR_TYPE fixes for aliasing, and dwarf2 output.dberlin2001-01-051-1/+5
* * c-common.c (SIZE_TYPE, WCHAR_TYPE): Define.jsm282001-01-041-0/+158
* * c-common.c (c_common_lang_init): New function. Warn if formatjsm282001-01-031-0/+23
* update copyrightsghazi2001-01-021-1/+1
* * c-common.c (c_common_nodes_and_builtins): Set prototypeghazi2001-01-021-12/+34
* * c-common.c (enum format_type): Add strfmon_format_type.jsm282000-12-281-49/+137
* * builtins.def (BUILT_IN_LABS, BUILT_IN_LLABS, BUILT_IN_IMAXABS):jsm282000-12-231-6/+3
* * c-common.c (builtin_function_2): New function.jsm282000-12-231-213/+208
* * c-typeck.c (build_asm_stmt): New, broken out from ...rth2000-12-201-2/+2
* * c-common.c (STD_C9L, ADJ_STD): Define.jsm282000-12-181-20/+26
* * c-common.c (c_common_nodes_and_builtins): Create aghazi2000-12-171-58/+36
* * c-common.c (check_function_format): Don't suggest adding formatjsm282000-12-091-2/+19
* * c-common.c (warn_format_security): New variable.jsm282000-12-071-2/+9
* * c-common.c (check_format_info): Warn for non-constant formatjsm282000-12-071-2/+23
* * c-common.c (format_wanted_type): Add reading_from_flag.jsm282000-12-071-15/+38
* * c-common.c (parse_in): Make a cpp_reader *.neil2000-12-071-1/+1
* * builtins.c (expand_builtin_strcat, expand_builtin_strncat,ghazi2000-12-031-9/+35
* * c-common.c (combine_strings): When the ISO C standard specifiesgeoffk2000-12-021-2/+2
* Make alpha build again.bernds2000-12-021-0/+4
* * c-common.c (warn_format, warn_format_y2k,jsm282000-12-011-18/+48
* * builtins.def (BUILT_IN_IMAXABS): Add.jsm282000-12-011-2/+15
* * c-common.c: Include "defaults.h".jsm282000-12-011-0/+38
* * c-common.c (status_warning) [! ANSI_PROTOTYPES]: Load statusaoliva2000-11-301-9/+9
* * builtins.c (expand_builtin_strncmp, expand_builtin_strncpy): Newghazi2000-11-271-2/+28
* * c-common.c: Remove USE_CPPLIB conditional inclusions.neil2000-11-251-88/+0
* Fix bug in previous change.bernds2000-11-241-0/+3
* Overhaul sequence point warnings (again)bernds2000-11-241-204/+354
* * c-common.c (c_unsafe_for_reeval): New function.rth2000-11-211-0/+15
* * stringpool.c: New file.zack2000-11-171-4/+2
* 2000-11-13 Andrew Haley <aph@redhat.com>aph2000-11-151-3/+1
* * c-common.c (boolean_increment): New function.jsm282000-11-131-0/+41
* * builtins.c (expand_builtin): Handle BUILT_IN_INDEX andghazi2000-11-131-0/+10
* * Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.mmitchel2000-11-101-0/+18