OSDN Git Service

PR optimization/13424 (hppa), bootstrap/14462, c/14828
[pf3gnuchains/gcc-fork.git] / gcc / c-common.c
2004-04-01 kenner * builtins.c, c-aux-info.c, c-common.c, c-cppbuiltin...
2004-03-23 kenner * alias.c (get_alias_set): Add support for TYPE_REF_CA...
2004-03-20 kazu * c-common.c, cfgcleanup.c, cgraphunit.c, c-pretty...
2004-03-20 kazu * alias.c, attribs.c, bt-load.c, builtins.c, c-common.c,
2004-03-19 mmitchel * c-common.c (pointer_int_sum): Do not complain about...
2004-03-16 bonzinigcc/ChangeLog
2004-03-14 sayle * alias.c (get_alias_set): Replace calls via (*lang_ho...
2004-02-26 rth * c-common.c (handle_alias_attribute): Reject...
2004-02-23 kazugcc/
2004-02-17 kazu * c-common.c, cfghooks.c, rtlanal.c, varasm.c: Fix...
2004-02-17 mmitchel PR c++/11326
2004-02-11 zlaski2004-02-10 Ziemowit Laski <zlaski@apple.com>
2004-02-09 wilsonPR c++/11295
2004-02-08 zack * c-common.c (shadow_warning): Delete.
2004-02-03 paolo2004-02-03 Paolo Bonzini <bonzini@gnu.org>
2004-01-21 kazu * alias.c, basic-block.h, c-common.c, c-common.h,
2004-01-20 jasonfix comment
2004-01-17 hubicka * c-common.c (c_estimate_num_insns_1): Handle builtin_...
2004-01-13 hubicka * lang.c (java_estimate_num_insns_1): Fix bug in MODIF...
2004-01-13 pinskia2004-01-13 Andrew Pinski <pinskia@physics.uc.edu>
2004-01-09 mmitchel * expr.h (expand_expr): Make it a macro, not a function.
2003-12-31 mmitchel * c-common.c (c_expand_expr): Remove code to return...
2003-12-25 pinskia2003-12-25 Andrew Pinski <pinskia@physics.uc.edu>
2003-12-23 mmitchel * c-common.c (flag_abi_version): Default to 2.
2003-12-22 mmitchel * c-common.c (flag_external_templates): Remove.
2003-12-21 kazu * alias.c: Fix comment formatting.
2003-12-15 mmitchel * c-common.h (c_parse_error): Declare it.
2003-11-21 kazu * ChangeLog.7: Fix comment typos.
2003-11-06 austern * c-common.c (handle_visibility_attribute): Set DECL_V...
2003-10-20 jsm28 * c-common.c (expand_tree_builtin): Ensure creal and...
2003-10-20 zack * c-common.c (registered_builtin_types): New static.
2003-10-12 stevengcc/
2003-10-09 jason PR c++/6392
2003-09-25 zlaski2003-09-24 Ziemowit Laski <zlaski@apple.com>
2003-09-24 nathan * c-common.c (c_common_type_for_mode): Check for VOIDmode.
2003-09-23 rth * c-common.c (c_common_signed_or_unsigned_type...
2003-09-21 rth * c-format.c (gcc_diag_char_table): Add %J.
2003-09-18 sayle * tree.def (FFS_EXPR, CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR,
2003-09-16 jakub * c-common.c (handle_warn_unused_result_attribute...
2003-09-15 aj2003-09-15 Andreas Jaeger <aj@suse.de>
2003-09-09 mmitchel * langhooks-def.h (lhd_register_builtin_type): New...
2003-09-04 austernCorrect the behavior of __func__ for C++ special member...
2003-08-25 gdr * pretty-print.h (pp_maybe_newline_and_indent): New...
2003-08-25 mmitchel PR c++/8795
2003-08-20 mmitchel PR java/11996
2003-08-20 mmitchel PR c++/11946
2003-08-19 kazu * builtins.c: Fix comment typos.
2003-08-19 kazu * c-common.c: Fix comment formatting.
2003-08-19 pinskia*** empty log message ***
2003-08-05 aoliva* c.opt: Introduce -fworking-directory.
2003-08-04 sayle * c-common.c (flag_noniso_default_format_attributes...
2003-08-03 sayle * builtin-types.def (BT_SSIZE): New primitive type.
2003-07-30 hubicka * gcse.c (insert_store): Ignore fake edges.
2003-07-29 geoffk2003-07-29 Geoffrey Keating <geoffk@apple.com>
2003-07-29 mmitchel PR c++/11667
2003-07-28 hp * c-parse.in (lineno_stmt_decl_or_labels_ending_decl...
2003-07-24 sayle * builtins.def (BUILT_IN_PRINTF, BUILT_IN_FPRINTF...
2003-07-24 jason * tree.h (boolean_type_node): Move from C/C...
2003-07-22 kazu * alias.c: Fix comment formatting.
2003-07-22 nathan * c-common.c (handle_packed_attribute): Don't pack...
2003-07-22 aoliva* c-common.c (c_common_type_for_mode): Return integer...
2003-07-19 ghazi * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c...
2003-07-18 gdr * c-common.c: Don't undefine GCC_DIAG_STYLE.
2003-07-17 steven2003-07-17 Steven Bosscher <steven@gcc.gnu.org>
2003-07-16 pinskia2003-07-16 Andrew Pinski <pinskia@physics.uc.edu>
2003-07-15 geoffk * c-common.c (c_common_type_for_mode): Handle V4DFmode.
2003-07-11 geoffkIndex: ChangeLog
2003-07-09 hubicka * java-tree.h (DECL_NUM_STMTS): Rename to...
2003-07-05 zack * cpplib.h (CPP_AT_NAME, CPP_OBJC_STRING): New token...
2003-07-04 ghazigcc:
2003-06-30 neil * c-common.c (enum c_language_kind, flag_objc): Remove.
2003-06-25 hubicka * c-common.c (handle_used_attribute): Use mark_referenced.
2003-06-23 kazu * basic-block.h: Fix comment formatting.
2003-06-20 aj * c-common.c: Change _Bool to bool reverting part...
2003-06-19 aj * c-aux-info.c: Convert to ISO C99.
2003-06-13 aldyh2003-06-13 Aldy Hernandez <aldyh@redhat.com>
2003-06-04 rth * c-common.c (handle_cleanup_attribute): New.
2003-05-19 austernAdd a new flag, -W(no-)invalid-offsetof, to control...
2003-05-17 neil * c-common.c, c-common.h (dollars_in_ident): Remove.
2003-05-11 gdr PR C++/689
2003-05-03 zack PR c/10604
2003-05-03 nathan * c-decl.c (pending_invalid_xref_file): Remove.
2003-05-01 nathan * input.h (lineno): Rename to ...
2003-04-30 gdr * c-common.c (if_elt): Use location_t in lieu...
2003-04-14 sayle * tree.h (DECL_BUILT_IN_NONANSI): Remove.
2003-04-11 zack2003-04-10 Zack Weinberg <zack@codesourcery.com>
2003-04-10 steven2003-04-09 Steven Bosscher <steven@gcc.gnu.org>
2003-03-31 mmitchel PR c++/10278
2003-03-22 zack * c-common.c: Include intl.h.
2003-03-11 neil * Makefile.in: Update.
2003-03-09 danglin PR middle-end/9986
2003-03-04 neil * Makefile.in: Update.
2003-03-02 sayle PR c++/9367
2003-02-19 rth * c-common.c (handle_used_attribute): Accept...
2003-02-01 rth2003-02-01 Richard Henderson <rth@redhat.com>
2003-01-30 mmitchel * c-common.c (builtin_define_float_constants): Define
2003-01-24 hubicka * builtins.c (DEF_BUILTIN): Accept 10 arguments.
2003-01-18 kazu * alias.c: Fix comment typos.
2003-01-10 geoffkMerge from pch-branch.
2003-01-03 jason * c-common.c (finish_fname_decls): Put the...
next