This project is mirrored from git://gcc.gnu.org/git/gcc.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 25 Jan, 2008 2 commits
-
-
Joseph Myers authored
PR other/31955 * doc/install.texi2html: Generate gcc-vers.texi. From-SVN: r131843
-
GCC Administrator authored
From-SVN: r131813
-
- 24 Jan, 2008 4 commits
-
-
Kaveh R. Ghazi authored
backport: re PR tree-optimization/33826 (GCC generates wrong code for infinitely recursive functions) Backport: 2008-01-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * gcc.dg/pr33826.c: Require nonpic. 2007-11-07 Kenneth Zadeck <zadeck@naturalbridge.com> PR middle-end/33826 * ipa-pure-const (static_execute): Added code to keep recursive functions from being marked as pure or const. * ipa-utils (searchc): Fixed comment. 2007-11-08 Kenneth Zadeck <zadeck@naturalbridge.com> PR middle-end/33826 * gcc.dg/pr33826.c: New. * gcc.dg/tree-ssa/20030714-1.c: Removed two tests that depend on recursive functions being marked pure or const. From-SVN: r131805
-
John David Anglin authored
PR middle-end/34931 Backport: 2007-01-25 Steve Ellcey <sje@cup.hp.com> PR other/30182 * config/pa/pa.c (pa_init_builtins): Set asm names for finite routines. * config/ia64/ia64.c (ia64_init_builtins): Ditto. 2007-01-26 Steve Ellcey <sje@cup.hp.com> PR other/30182 * config/pa/pa.h (TARGET_HPUX_11): New. * config/pa/pa-hpux11.h (TARGET_HPUX_11): New. * config/pa/pa.c (pa_init_builtins): Use TARGET_HPUX_11. From-SVN: r131797
-
Richard Guenther authored
2008-01-24 Richard Guenther <rguenther@suse.de> PR middle-end/34953 * predict.c (apply_return_prediction): Check for empty blocks. (tree_estimate_probability): Likewise. * g++.dg/torture/pr34953.C: New testcase. From-SVN: r131781
-
GCC Administrator authored
From-SVN: r131771
-
- 23 Jan, 2008 5 commits
-
-
Jason Merrill authored
From-SVN: r131766
-
Jason Merrill authored
PR bootstrap/34944 From-SVN: r131765 -
Jason Merrill authored
From-SVN: r131764
-
Richard Guenther authored
2008-01-23 Richard Guenther <rguenther@suse.de> Backport from mainline 2006-10-21 Richard Guenther <rguenther@suse.de> * builtins.c (fold_builtin_classify): Fix typo. From-SVN: r131757 -
GCC Administrator authored
From-SVN: r131748
-
- 22 Jan, 2008 6 commits
-
-
Eric Botcazou authored
PR rtl-optimization/34628 * combine.c (try_combine): Stop and undo after the first combination if an autoincrement side-effect on the first insn has effectively been lost. From-SVN: r131745
-
John David Anglin authored
PR middle-end/33436 * expr.c (emit_group_load_1): Split constant double when destination length is half source length. From-SVN: r131739
-
Kaveh R. Ghazi authored
* gcc.dg/vect/vect-ifcvt-9.c: Use inline. From-SVN: r131736
-
Jason Merrill authored
PR c++/33959 * pt.c (tsubst_aggr_type): Make sure our context is complete. From-SVN: r131725 -
Richard Guenther authored
2008-01-22 Richard Guenther <rguenther@suse.de> PR middle-end/34739 Backport from mainline 2008-01-16 Richard Guenther <rguenther@suse.de> PR c/34768 * c-typeck.c (common_pointer_type): Do not merge inconsistent type qualifiers for function types. 2007-11-12 Richard Guenther <rguenther@suse.de> PR middle-end/34070 * fold-const.c (fold_binary): If testing for non-negative operands with tree_expr_nonnegative_warnv_p make sure to use op0 which has all (sign) conversions retained. 2006-10-24 Richard Guenther <rguenther@suse.de> PR middle-end/28796 * builtins.c (fold_builtin_classify): Use HONOR_INFINITIES and HONOR_NANS instead of MODE_HAS_INFINITIES and MODE_HAS_NANS for deciding optimizations in consistency with fold-const.c (fold_builtin_unordered_cmp): Likewise. From-SVN: r131723
-
GCC Administrator authored
From-SVN: r131707
-
- 21 Jan, 2008 2 commits
-
-
John David Anglin authored
re PR libfortran/34699 (FAIL: gfortran.fortran-torture/execute/intrinsic_set_exponent.f90 execution) PR libfortran/34699 Backport: 2007-09-21 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> PR libfortran/26253 * intrinsics/c99_functions.c (scalbn): Use ldexp if appopriate. From-SVN: r131698
-
GCC Administrator authored
From-SVN: r131682
-
- 20 Jan, 2008 1 commit
-
-
GCC Administrator authored
From-SVN: r131666
-
- 19 Jan, 2008 3 commits
-
-
John David Anglin authored
* g++.dg/eh/ia64-2.C: Place "dg-do run" statement before "dg-require-weak" statement. * g++.dg/eh/weak1.C: Likewise. From-SVN: r131658
-
Kaveh R. Ghazi authored
2007-03-21 Richard Sandiford <richard@codesourcery.com> * gcc.target/i386/pr21291.c: Require nonpic or ! ilp32. From-SVN: r131655
-
GCC Administrator authored
From-SVN: r131646
-
- 18 Jan, 2008 1 commit
-
-
GCC Administrator authored
From-SVN: r131617
-
- 17 Jan, 2008 4 commits
-
-
Eric Botcazou authored
Backport from mainline: 2008-01-11 Eric Botcazou <ebotcazou@adacore.com> PR middle-end/31309 * expr.c (copy_blkmode_from_reg): Use a mode suited to the size when copying to memory. From-SVN: r131599
-
Eric Botcazou authored
* gcc.c-torture/compile/20080114-1.c: Use empty asm statements. From-SVN: r131597
-
John David Anglin authored
re PR libfortran/34699 (FAIL: gfortran.fortran-torture/execute/intrinsic_set_exponent.f90 execution) PR libgfortran/34699 * pa-hpux.h (LINK_SPEC): Only search /lib/pa1.1 and /usr/lib/pa1.1 on static links. * pa-hpux10.h (LINK_SPEC): Likewise. * pa-hpux11.h (LINK_SPEC): Don't search /lib/pa1.1 and /usr/lib/pa1.1. From-SVN: r131587
-
GCC Administrator authored
From-SVN: r131583
-
- 16 Jan, 2008 2 commits
-
-
Kaveh R. Ghazi authored
* gcc.dg/tree-ssa/loop-19.c: Require nonpic. From-SVN: r131581
-
GCC Administrator authored
From-SVN: r131558
-
- 15 Jan, 2008 1 commit
-
-
GCC Administrator authored
From-SVN: r131539
-
- 14 Jan, 2008 2 commits
-
-
Eric Botcazou authored
2008-01-14 Eric Botcazou <ebotcazou@adacore.com> PR rtl-optimization/31944 * cse.c (remove_pseudo_from_table): New function. (merge_equiv_classes): Use above function to remove pseudo-registers. (invalidate): Likewise. From-SVN: r131523
-
GCC Administrator authored
From-SVN: r131516
-
- 13 Jan, 2008 2 commits
-
-
John David Anglin authored
PR middle-end/34762 * reload.c (find_reloads_toplev): Use rtx_equal_p to compare x and mem. From-SVN: r131508
-
GCC Administrator authored
From-SVN: r131495
-
- 12 Jan, 2008 2 commits
-
-
Kaveh R. Ghazi authored
* gcc.dg/tree-ssa/loadpre5.c: Use static. * gcc.dg/tree-ssa/loadpre8.c: Likewise. Backport: 2007-09-04 Jan Hubicka <jh@suse.cz> * gcc.dg/tree-ssa/loadpre8.c: Disable inlining. * gcc.dg/tree-ssa/loadpre5.c: Likewise. From-SVN: r131486 -
GCC Administrator authored
From-SVN: r131482
-
- 11 Jan, 2008 2 commits
-
-
Bob Wilson authored
From-SVN: r131479
-
GCC Administrator authored
From-SVN: r131454
-
- 10 Jan, 2008 1 commit
-
-
GCC Administrator authored
From-SVN: r131437
-