summaryrefslogtreecommitdiff
path: root/gcc/c-common.c
Commit message (Expand)AuthorAgeFilesLines
* * c-common.c (expand_tree_builtin): Ensure creal and cimagjsm282003-10-201-2/+4
* * c-common.c (registered_builtin_types): New static.zack2003-10-201-0/+12
* gcc/steven2003-10-121-10/+25
* PR c++/6392jason2003-10-091-16/+24
* 2003-09-24 Ziemowit Laski <zlaski@apple.com>zlaski2003-09-251-1/+19
* * c-common.c (c_common_type_for_mode): Check for VOIDmode.nathan2003-09-241-0/+3
* * c-common.c (c_common_signed_or_unsigned_type): Examine mode,rth2003-09-231-11/+16
* * c-format.c (gcc_diag_char_table): Add %J.rth2003-09-211-28/+17
* * tree.def (FFS_EXPR, CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR,sayle2003-09-181-2/+0
* * c-common.c (handle_warn_unused_result_attribute): New function.jakub2003-09-161-0/+41
* 2003-09-15 Andreas Jaeger <aj@suse.de>aj2003-09-151-0/+4
* * langhooks-def.h (lhd_register_builtin_type): New function.mmitchel2003-09-091-0/+15
* Correct the behavior of __func__ for C++ special member functions.austern2003-09-041-10/+12
* * pretty-print.h (pp_maybe_newline_and_indent): New macro.gdr2003-08-251-0/+9
* PR c++/8795mmitchel2003-08-251-2/+10
* PR java/11996mmitchel2003-08-201-10/+1
* PR c++/11946mmitchel2003-08-201-1/+10
* * builtins.c: Fix comment typos.kazu2003-08-191-1/+1
* * c-common.c: Fix comment formatting.kazu2003-08-191-4/+4
* *** empty log message ***pinskia2003-08-191-0/+36
* * c.opt: Introduce -fworking-directory.aoliva2003-08-051-0/+7
* * c-common.c (flag_noniso_default_format_attributes): Delete.sayle2003-08-041-21/+1
* * builtin-types.def (BT_SSIZE): New primitive type.sayle2003-08-031-20/+1
* * gcse.c (insert_store): Ignore fake edges.hubicka2003-07-301-4/+0
* 2003-07-29 Geoffrey Keating <geoffk@apple.com>geoffk2003-07-291-4/+0
* PR c++/11667mmitchel2003-07-291-4/+6
* * c-parse.in (lineno_stmt_decl_or_labels_ending_decl): Also warnhp2003-07-281-0/+4
* * builtins.def (BUILT_IN_PRINTF, BUILT_IN_FPRINTF): Changed fromsayle2003-07-241-296/+0
* * tree.h (boolean_type_node): Move from C/C++/Java frontends.jason2003-07-241-34/+34
* * alias.c: Fix comment formatting.kazu2003-07-221-2/+2
* * c-common.c (handle_packed_attribute): Don't pack a struct via anathan2003-07-221-13/+21
* * c-common.c (c_common_type_for_mode): Return integer types foraoliva2003-07-221-2/+2
* * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.cghazi2003-07-191-7/+6
* * c-common.c: Don't undefine GCC_DIAG_STYLE.gdr2003-07-181-33/+27
* 2003-07-17 Steven Bosscher <steven@gcc.gnu.org>steven2003-07-171-1/+0
* 2003-07-16 Andrew Pinski <pinskia@physics.uc.edu>pinskia2003-07-161-0/+67
* * c-common.c (c_common_type_for_mode): Handle V4DFmode.geoffk2003-07-151-0/+2
* Index: ChangeLoggeoffk2003-07-111-1/+0
* * java-tree.h (DECL_NUM_STMTS): Rename to...hubicka2003-07-091-0/+110
* * cpplib.h (CPP_AT_NAME, CPP_OBJC_STRING): New token types.zack2003-07-051-119/+0
* gcc:ghazi2003-07-041-1/+5
* * c-common.c (enum c_language_kind, flag_objc): Remove.neil2003-06-301-29/+11
* * c-common.c (handle_used_attribute): Use mark_referenced.hubicka2003-06-251-2/+4
* * basic-block.h: Fix comment formatting.kazu2003-06-231-1/+1
* * c-common.c: Change _Bool to bool reverting part of the lastaj2003-06-201-28/+28
* * c-aux-info.c: Convert to ISO C99.aj2003-06-191-549/+313
* 2003-06-13 Aldy Hernandez <aldyh@redhat.com>aldyh2003-06-131-3/+1
* * c-common.c (handle_cleanup_attribute): New.rth2003-06-041-1/+54
* Add a new flag, -W(no-)invalid-offsetof, to control whether oraustern2003-05-191-0/+4
* * c-common.c, c-common.h (dollars_in_ident): Remove.neil2003-05-171-7/+0