OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / gcc /
2005-02-24 gccadminDaily bump.
2005-02-23 drow * doc/tm.texi (LINK_LIBGCC_SPECIAL): Remove.
2005-02-23 hp PR tree-optimization/20100
2005-02-23 wilsonFix out-of-bounds array access found by mudflap.
2005-02-23 tobi* gfortran.h (gfc_component, gfc_actual_arglist, gfc_us...
2005-02-23 tobi* gfortran.h (gfc_expr): Move 'operator', 'op1', 'op2...
2005-02-23 tobifortran/
2005-02-23 tobifortran/
2005-02-23 aolivagcc/cp/ChangeLog:
2005-02-23 sayle PR target/20018
2005-02-23 dje * t-aix43 (SHLIB_INSTALL): Create directory for shared...
2005-02-23 fitzsim2005-02-23 Thomas Fitzsimmons <fitzsim@redhat.com>
2005-02-23 kazugcc/
2005-02-23 kazu * gcc.dg/pr20017.c: Fix a comment typo.
2005-02-23 ebotcazou PR target/20159
2005-02-23 bdavis2005-02-23 Bud Davis <bdavis@gfortran.org>
2005-02-23 bonzini2005-02-23 Paolo Bonzini <bonzini@gnu.org>
2005-02-23 ebotcazou PR ada/19902
2005-02-23 mmitchel PR c++/20073
2005-02-23 mmitchel PR c++/20073
2005-02-23 mmitchel PR c++/19991
2005-02-23 dnovillo PR tree-optimization/20100
2005-02-23 bdavis2004-02-22 Paul Thomas <paulthomas2@wannado.fr>
2005-02-23 wilsonFix FreeBSD __LDBL_MAX__ -pedantic -save-temps bug.
2005-02-23 kazugcc/
2005-02-23 dpatel PR 19952
2005-02-23 gccadminDaily bump.
2005-02-23 dje * config/rs6000/aix.h (WINT_TYPE): Define.
2005-02-22 shebs * config/rs6000/rs6000.c (rs6000_override_optio...
2005-02-22 mmitchel * parser.c (cp_parser_direct_declarator): Always compl...
2005-02-22 dj* c-common.c (c_common_type_for_mode): Pass the mode...
2005-02-22 tromey PR java/20056:
2005-02-22 kazu * tree-outof-ssa.c (SSANORM_USE_COALESCE_LIST): Remove.
2005-02-22 kazu * cfg.c (cached_make_edge): Call make_edge if edge...
2005-02-22 dnovillo * tree-into-ssa.c (rewrite_blocks): Move debug dumps...
2005-02-22 uros * g++.dg/charset/asm1.c: Check for IBM1047 code set...
2005-02-22 uros * gcc.dg/charset/builtin1.c: Use dg-require-iconv...
2005-02-22 bdavis2004-02-21 Bud Davis <bdavis@gfortran.org>
2005-02-22 aolivagcc/ChangeLog:
2005-02-22 dj* tree-ssa-loop-ivopts.c (computation_cost): Start...
2005-02-22 gccadminDaily bump.
2005-02-21 paolo2005-02-21 Douglas Gregor <dgregor@cs.indiana.edu>
2005-02-21 paolo2005-02-21 Douglas Gregor <dgregor@cs.indiana.edu>
2005-02-21 scox * config/iq2000/iq2000.h (DWARF_FRAME_RETURN_COLUMN...
2005-02-21 kazu * flow.c (delete_dead_jumptables): Speed up by scannin...
2005-02-21 kazu * tree-cfg.c (fold_cond_expr_cond): New.
2005-02-21 tobiFix law's ChangeLog date, and
2005-02-21 law * cfganal.c (find_unreachable_blocks): Manually...
2005-02-21 law * gcc.dg/tree-ssa/20041122-1.c: New test for...
2005-02-21 kazu * c-objc-common.h, c-pretty-print.c, cgraphunit.c...
2005-02-21 kazu * tree-outof-ssa.c (SSANORM_REMOVE_ALL_PHIS): Remove.
2005-02-21 tobi* gfortran.dg/do_iterator: Split loop, markup all lines for
2005-02-21 uweigand * dbxout.c (dbxout_function_end): Emit Lscope label...
2005-02-21 rguenth2005-02-21 Richard Guenther <rguenth@gcc.gnu.org>
2005-02-21 bonzini2005-02-21 Paolo Bonzini <bonzini@gnu.org>
2005-02-21 ebotcazou PR tree-optimization/18663
2005-02-21 kazu * gcse.c: Remove an obsolete comment.
2005-02-21 kazu * gcse.c: Remove an obsolete comment.
2005-02-21 gccadminDaily bump.
2005-02-20 kargl* symbol.c: Typos in comments.
2005-02-20 dorit PR tree-optimization/19951
2005-02-20 hp * doc/extend.texi (Function Attributes) <Attribute...
2005-02-20 kargl* expr.c (gfc_type_convert_binary): Typo in comment.
2005-02-20 danglin * pa.c (pa_assemble_integer, get_plabel): Small cleanups.
2005-02-20 zack PR 18785
2005-02-20 dorit PR tree-optimization/19951
2005-02-20 steven PR middle-end/19698
2005-02-20 gccadminDaily bump.
2005-02-19 reichelt PR c++/19299
2005-02-19 kargl * check.c (gfc_check_selected_int_kind): New function.
2005-02-19 kargl * check.c (gfc_check_int): improve checking of optiona...
2005-02-19 dpatel * charset.c (_cpp_convert_input): Check '\r'...
2005-02-19 kargl * check.c (gfc_check_achar): New function
2005-02-19 zack * mklibgcc.in: If libgcc_eh.a would be empty, put...
2005-02-19 hp * gcc.c-torture/execute/20020720-1.x: Don't XFAIL...
2005-02-19 rsandifo PR other/19525
2005-02-19 jakub PR tree-optimization/19828
2005-02-19 tromey PR java/20056:
2005-02-19 rth PR libstdc++/10606
2005-02-19 phython2005-02-18 James A. Morrison <phython@gcc.gnu.org>
2005-02-19 tromey PR java/20056:
2005-02-19 wilsonRemove obsolete IA-64 -mb-step option.
2005-02-19 jakub PR c/20043
2005-02-19 gccadminDaily bump.
2005-02-19 shebs * config/darwin.c (machopic_select_rtx_section...
2005-02-18 jakubs/2005-01-19/2005-02-19/
2005-02-18 jakub * decl.c (start_decl_1): Only check TYPE_NEEDS_CONSTRU...
2005-02-18 geoffk * config/rs6000/darwin-tramp.asm: Remove stray 'APPLE...
2005-02-18 wilsonPR tree-optimization/18977
2005-02-18 sayle * fold-const.c (constant_boolean_node): Always create...
2005-02-18 jsm28 * except.c (output_function_exception_table): Call
2005-02-18 jsm28 PR target/19886
2005-02-18 uweigandChangeLog:
2005-02-18 jason * gimplify.c (gimplify_modify_expr_rhs) [CALL_E...
2005-02-18 pinskia2005-01-20 Giovanni Bajo <giovannibajo@gcc.gnu.org>
2005-02-18 rearnsha * arm/lib1funcs.asm (FUNC_ALIAS): New macro.
2005-02-18 pinskia2004-02-18 Andrew Pinski <pinskia@physics.uc.edu>
2005-02-18 pinskia2005-02-18 Andrew Pinski <pinskia@physics.uc.edu>
2005-02-18 aolivagcc/ChangeLog:
2005-02-18 phython2005-02-18 James A. Morrison <phython@gcc.gnu.org>
next