Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Mar 2011 20:53:51 +0000 (UTC)
From:      Martin Matuska <mm@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/contrib/gcc BASE-VER ChangeLog DATESTAMP DEV-PHASE dwarf2out.c expr.c fold-const.c gimplify.c reload1.c simplify-rtx.c target-def.h target.h targhooks.c targhooks.h tree-if-conv.c tree-ssa-structalias.c tree-vect-analyze.c ...
Message-ID:  <201103292055.p2TKtTne016637@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

mm          2011-03-29 20:53:51 UTC

  FreeBSD src repository

  Modified files:
    contrib/gcc          BASE-VER ChangeLog DATESTAMP DEV-PHASE 
                         dwarf2out.c expr.c fold-const.c 
                         gimplify.c reload1.c simplify-rtx.c 
                         target-def.h target.h targhooks.c 
                         targhooks.h tree-if-conv.c 
                         tree-ssa-structalias.c 
                         tree-vect-analyze.c tree-vect-patterns.c 
                         tree.c tree.h 
    contrib/gcc/config/mips predicates.md 
    contrib/gcc/config/rs6000 rs6000.c 
    contrib/gcc/config/s390 s390.md 
    contrib/gcc/cp       ChangeLog call.c cp-tree.h 
                         cxx-pretty-print.c decl.c decl2.c error.c 
                         lex.c name-lookup.c pt.c semantics.c 
                         typeck.c 
    contrib/gcc/doc      contrib.texi 
    contrib/libstdc++    ChangeLog 
    contrib/libstdc++/include/std std_valarray.h 
    contrib/libstdc++/include/tr1 random 
    sys/sys              param.h 
  Log:
  SVN rev 220150 on 2011-03-29 20:53:51Z by mm
  
  Upgrade of base gcc and libstdc++ to the last GPLv2-licensed revision
  (rev. 127959 of gcc-4_2-branch).
  
  Resolved GCC bugs:
          c++: 17763, 29365, 30535, 30917, 31337, 31941, 32108, 32112, 32346,
               32898, 32992
          debug: 32610, 32914
          libstdc++: 33084, 33128
          middle-end: 32563
          rtl-optimization: 33148
          tree-optimization: 25413, 32723
          target: 32218
  
  Tested by:      pointyhat (miwi)
  Obtained from:  gcc (gcc-4_2-branch up to rev. 127959)
  PR:             gnu/153298, gnu/153959, gnu/154385
  MFC after:      1 month
  
  Revision  Changes       Path
  1.2       +1 -1         src/contrib/gcc/BASE-VER
  1.2       +1530 -5180   src/contrib/gcc/ChangeLog
  1.2       +1 -1         src/contrib/gcc/DATESTAMP
  1.2       +1 -0         src/contrib/gcc/DEV-PHASE
  1.2       +3 -1         src/contrib/gcc/config/mips/predicates.md
  1.3       +35 -0        src/contrib/gcc/config/rs6000/rs6000.c
  1.2       +6001 -4871   src/contrib/gcc/config/s390/s390.md
  1.2       +6110 -8470   src/contrib/gcc/cp/ChangeLog
  1.2       +6368 -2593   src/contrib/gcc/cp/call.c
  1.2       +4080 -1995   src/contrib/gcc/cp/cp-tree.h
  1.2       +516 -253     src/contrib/gcc/cp/cxx-pretty-print.c
  1.23      +1 -1         src/contrib/gcc/cp/decl.c
  1.2       +3001 -2924   src/contrib/gcc/cp/decl2.c
  1.2       +1815 -883    src/contrib/gcc/cp/error.c
  1.2       +675 -4548    src/contrib/gcc/cp/lex.c
  1.2       +1784 -1511   src/contrib/gcc/cp/name-lookup.c
  1.2       +13022 -2330  src/contrib/gcc/cp/pt.c
  1.2       +3626 -1071   src/contrib/gcc/cp/semantics.c
  1.2       +4813 -5430   src/contrib/gcc/cp/typeck.c
  1.2       +1016 -127    src/contrib/gcc/doc/contrib.texi
  1.3       +39 -1        src/contrib/gcc/dwarf2out.c
  1.2       +7929 -9154   src/contrib/gcc/expr.c
  1.2       +12635 -4139  src/contrib/gcc/fold-const.c
  1.2       +37 -9        src/contrib/gcc/gimplify.c
  1.2       +5859 -4584   src/contrib/gcc/reload1.c
  1.2       +3702 -1611   src/contrib/gcc/simplify-rtx.c
  1.2       +549 -35      src/contrib/gcc/target-def.h
  1.2       +711 -42      src/contrib/gcc/target.h
  1.2       +493 -83      src/contrib/gcc/targhooks.c
  1.2       +55 -10       src/contrib/gcc/targhooks.h
  1.2       +79 -49       src/contrib/gcc/tree-if-conv.c
  1.2       +1380 -1238   src/contrib/gcc/tree-ssa-structalias.c
  1.2       +57 -2        src/contrib/gcc/tree-vect-analyze.c
  1.2       +3 -2         src/contrib/gcc/tree-vect-patterns.c
  1.2       +6483 -3175   src/contrib/gcc/tree.c
  1.2       +3987 -1058   src/contrib/gcc/tree.h
  1.2       +346 -1103    src/contrib/libstdc++/ChangeLog
  1.2       +790 -494     src/contrib/libstdc++/include/std/std_valarray.h
  1.2       +5 -1         src/contrib/libstdc++/include/tr1/random
  1.477     +1 -1         src/sys/sys/param.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103292055.p2TKtTne016637>