This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r188251 - in /branches/google/gcc-4_7: ./ Chang...


Author: dnovillo
Date: Tue Jun  5 22:51:13 2012
New Revision: 188251

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=188251
Log:

Merge from gcc-4_7-branch

This merge does not include rev 187877 because of the bug
discussed at http://gcc.gnu.org/ml/gcc-patches/2012-06/msg00321.html

Merged revisions 187370,187378-187379,187390,187409,187417,187422,187430,187433,187439,187448,187474,187476,187482,187486,187492,187496-187497,187545,187550,187554-187555,187561,187564,187566,187572,187575,187579,187589,187597,187600-187601,187603,187605,187609,187619,187624,187637,187646,187659,187665,187668,187673,187675,187677,187683,187687,187693,187697,187702,187713,187721,187726,187730,187733,187737-187740,187742,187754,187765,187770,187778,187782,187787,187794,187804,187808-187809,187821,187828,187832,187835,187841,187849,187852,187855,187864,187876,187882,187890,187893,187895,187898,187900,187905,187907,187909,187915,187920,187926,187929-187930,187932,187940,187950,187964,187997,188002,188004,188010,188020-188021,188030,188032,188034,188038,188056,188063,188071,188077-188079,188084-188087,188089,188093 via svnmerge from 
svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch

=======================================================================

Bugs fixed (http://gcc.gnu.org/bugzilla)

C++
  53301, 53209, 53503, 53491, 53220, 53356, 53500, 52905, 52007

Fortran
  53310

i386
  46098, 53358, 53416, 53435

PPC
  53385

Optimization
  52804, 53364, 52584, 53410, 53409, 53366, 53436, 53408,
  53465, 53460, 52528, 53438, 53516, 53519, 53501, 53008,
  48493

Debug
  52727

C
  53418

Bootstrap
  53183

Fortran
  53389

LTO
  52178


Added:
    branches/google/gcc-4_7/libstdc++-v3/testsuite/26_numerics/headers/cmath/53503.cc
      - copied unchanged from r188093, branches/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/headers/cmath/53503.cc
Modified:
    branches/google/gcc-4_7/libstdc++-v3/ChangeLog
    branches/google/gcc-4_7/libstdc++-v3/include/bits/random.tcc
    branches/google/gcc-4_7/libstdc++-v3/include/std/bitset

Changes in other areas also in this revision:
Added:
    branches/google/gcc-4_7/gcc/testsuite/c-c++-common/array-lit.c
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/c-c++-common/array-lit.c
    branches/google/gcc-4_7/gcc/testsuite/c-c++-common/torture/pr53505.c
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/c-c++-common/torture/pr53505.c
    branches/google/gcc-4_7/gcc/testsuite/g++.dg/cpp0x/initlist-ctor1.C
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/initlist-ctor1.C
    branches/google/gcc-4_7/gcc/testsuite/g++.dg/init/new33.C
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/init/new33.C
    branches/google/gcc-4_7/gcc/testsuite/g++.dg/opt/pr52727.C
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/opt/pr52727.C
    branches/google/gcc-4_7/gcc/testsuite/g++.dg/parse/crash60.C
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/parse/crash60.C
    branches/google/gcc-4_7/gcc/testsuite/g++.dg/torture/pr53364.C
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/torture/pr53364.C
    branches/google/gcc-4_7/gcc/testsuite/g++.dg/tree-prof/pr53460.C
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/tree-prof/pr53460.C
    branches/google/gcc-4_7/gcc/testsuite/g++.dg/warn/Wzero-as-null-pointer-constant-6.C
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/warn/Wzero-as-null-pointer-constant-6.C
    branches/google/gcc-4_7/gcc/testsuite/gcc.c-torture/compile/pr53409.c
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/compile/pr53409.c
    branches/google/gcc-4_7/gcc/testsuite/gcc.c-torture/compile/pr53410-1.c
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/compile/pr53410-1.c
    branches/google/gcc-4_7/gcc/testsuite/gcc.c-torture/compile/pr53410-2.c
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/compile/pr53410-2.c
    branches/google/gcc-4_7/gcc/testsuite/gcc.c-torture/compile/pr53418-1.c
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/compile/pr53418-1.c
    branches/google/gcc-4_7/gcc/testsuite/gcc.c-torture/compile/pr53418-2.c
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/compile/pr53418-2.c
    branches/google/gcc-4_7/gcc/testsuite/gcc.c-torture/compile/pr53519.c
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/compile/pr53519.c
    branches/google/gcc-4_7/gcc/testsuite/gcc.c-torture/execute/pr53465.c
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/execute/pr53465.c
    branches/google/gcc-4_7/gcc/testsuite/gcc.dg/pr53358.c
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr53358.c
    branches/google/gcc-4_7/gcc/testsuite/gcc.dg/split-6.c
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/split-6.c
    branches/google/gcc-4_7/gcc/testsuite/gcc.dg/tm/indirect-2.c
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/tm/indirect-2.c
    branches/google/gcc-4_7/gcc/testsuite/gcc.dg/tm/pr53008.c
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/tm/pr53008.c
    branches/google/gcc-4_7/gcc/testsuite/gcc.dg/torture/pr48493.c
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/torture/pr48493.c
    branches/google/gcc-4_7/gcc/testsuite/gcc.dg/torture/pr51071-2.c
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/torture/pr51071-2.c
    branches/google/gcc-4_7/gcc/testsuite/gcc.dg/torture/pr53366-1.c
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/torture/pr53366-1.c
    branches/google/gcc-4_7/gcc/testsuite/gcc.dg/torture/pr53366-2.c
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/torture/pr53366-2.c
    branches/google/gcc-4_7/gcc/testsuite/gcc.dg/torture/pr53408.c
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/torture/pr53408.c
    branches/google/gcc-4_7/gcc/testsuite/gcc.dg/torture/pr53501.c
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/torture/pr53501.c
    branches/google/gcc-4_7/gcc/testsuite/gcc.dg/torture/pr53516.c
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/torture/pr53516.c
    branches/google/gcc-4_7/gcc/testsuite/gcc.target/i386/pr53366-1.c
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/gcc.target/i386/pr53366-1.c
    branches/google/gcc-4_7/gcc/testsuite/gcc.target/i386/pr53366-2.c
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/gcc.target/i386/pr53366-2.c
    branches/google/gcc-4_7/gcc/testsuite/gcc.target/i386/pr53416.c
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/gcc.target/i386/pr53416.c
    branches/google/gcc-4_7/gcc/testsuite/gfortran.dg/realloc_on_assign_15.f90
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/gfortran.dg/realloc_on_assign_15.f90
    branches/google/gcc-4_7/gcc/testsuite/gnat.dg/lto11.adb
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/gnat.dg/lto11.adb
    branches/google/gcc-4_7/gcc/testsuite/gnat.dg/lto11.ads
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/gnat.dg/lto11.ads
    branches/google/gcc-4_7/gcc/testsuite/gnat.dg/lto13.adb
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/gnat.dg/lto13.adb
    branches/google/gcc-4_7/gcc/testsuite/gnat.dg/lto13_pkg.adb
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/gnat.dg/lto13_pkg.adb
    branches/google/gcc-4_7/gcc/testsuite/gnat.dg/lto13_pkg.ads
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/gnat.dg/lto13_pkg.ads
    branches/google/gcc-4_7/gcc/testsuite/gnat.dg/null_pointer_deref3.adb
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/gnat.dg/null_pointer_deref3.adb
    branches/google/gcc-4_7/gcc/testsuite/gnat.dg/specs/lto12.ads
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/gnat.dg/specs/lto12.ads
    branches/google/gcc-4_7/gcc/testsuite/gnat.dg/specs/lto12_pkg.ads
      - copied unchanged from r188093, branches/gcc-4_7-branch/gcc/testsuite/gnat.dg/specs/lto12_pkg.ads
    branches/google/gcc-4_7/libgo/go/regexp/export_test.go
      - copied unchanged from r188093, branches/gcc-4_7-branch/libgo/go/regexp/export_test.go
    branches/google/gcc-4_7/libgo/runtime/go-traceback.c
      - copied unchanged from r188093, branches/gcc-4_7-branch/libgo/runtime/go-traceback.c
    branches/google/gcc-4_7/libgo/runtime/print.c
      - copied unchanged from r188093, branches/gcc-4_7-branch/libgo/runtime/print.c
Modified:
    branches/google/gcc-4_7/   (props changed)
    branches/google/gcc-4_7/ChangeLog
    branches/google/gcc-4_7/Makefile.in
    branches/google/gcc-4_7/Makefile.tpl
    branches/google/gcc-4_7/gcc/ChangeLog
    branches/google/gcc-4_7/gcc/ChangeLog.google-4_7
    branches/google/gcc-4_7/gcc/DATESTAMP
    branches/google/gcc-4_7/gcc/Makefile.in
    branches/google/gcc-4_7/gcc/ada/ChangeLog
    branches/google/gcc-4_7/gcc/ada/exp_ch3.adb
    branches/google/gcc-4_7/gcc/ada/gcc-interface/decl.c
    branches/google/gcc-4_7/gcc/ada/gcc-interface/utils.c
    branches/google/gcc-4_7/gcc/ada/s-taprop-dummy.adb
    branches/google/gcc-4_7/gcc/ada/sem_prag.adb
    branches/google/gcc-4_7/gcc/c-typeck.c
    branches/google/gcc-4_7/gcc/combine-stack-adj.c
    branches/google/gcc-4_7/gcc/combine.c
    branches/google/gcc-4_7/gcc/config/alpha/alpha.c
    branches/google/gcc-4_7/gcc/config/arm/arm.c
    branches/google/gcc-4_7/gcc/config/avr/avr.h
    branches/google/gcc-4_7/gcc/config/avr/avr.opt
    branches/google/gcc-4_7/gcc/config/avr/elf.h
    branches/google/gcc-4_7/gcc/config/i386/driver-i386.c
    branches/google/gcc-4_7/gcc/config/i386/i386.c
    branches/google/gcc-4_7/gcc/config/i386/i386.md
    branches/google/gcc-4_7/gcc/config/i386/sse.md
    branches/google/gcc-4_7/gcc/config/pa/pa.c
    branches/google/gcc-4_7/gcc/config/rs6000/rs6000.c
    branches/google/gcc-4_7/gcc/config/sh/sh.c
    branches/google/gcc-4_7/gcc/config/sh/sh.md
    branches/google/gcc-4_7/gcc/cp/ChangeLog
    branches/google/gcc-4_7/gcc/cp/call.c
    branches/google/gcc-4_7/gcc/cp/decl.c
    branches/google/gcc-4_7/gcc/cp/pt.c
    branches/google/gcc-4_7/gcc/cp/semantics.c
    branches/google/gcc-4_7/gcc/cp/tree.c
    branches/google/gcc-4_7/gcc/cp/typeck.c
    branches/google/gcc-4_7/gcc/doc/extend.texi
    branches/google/gcc-4_7/gcc/doc/invoke.texi
    branches/google/gcc-4_7/gcc/dwarf2out.c
    branches/google/gcc-4_7/gcc/explow.c
    branches/google/gcc-4_7/gcc/expr.c
    branches/google/gcc-4_7/gcc/fold-const.c
    branches/google/gcc-4_7/gcc/fortran/ChangeLog
    branches/google/gcc-4_7/gcc/fortran/trans-array.c
    branches/google/gcc-4_7/gcc/function.c
    branches/google/gcc-4_7/gcc/gimple-fold.c
    branches/google/gcc-4_7/gcc/gimple.c
    branches/google/gcc-4_7/gcc/gimplify.c
    branches/google/gcc-4_7/gcc/go/gofrontend/expressions.cc
    branches/google/gcc-4_7/gcc/go/gofrontend/gogo-tree.cc
    branches/google/gcc-4_7/gcc/go/gofrontend/types.cc
    branches/google/gcc-4_7/gcc/go/gofrontend/unsafe.cc
    branches/google/gcc-4_7/gcc/ipa-inline-analysis.c
    branches/google/gcc-4_7/gcc/java/ChangeLog
    branches/google/gcc-4_7/gcc/java/typeck.c
    branches/google/gcc-4_7/gcc/jump.c
    branches/google/gcc-4_7/gcc/omp-low.c
    branches/google/gcc-4_7/gcc/reload1.c
    branches/google/gcc-4_7/gcc/testsuite/ChangeLog
    branches/google/gcc-4_7/gcc/testsuite/c-c++-common/restrict-2.c
    branches/google/gcc-4_7/gcc/testsuite/g++.dg/ext/complit12.C
    branches/google/gcc-4_7/gcc/testsuite/gcc.target/i386/avx256-unaligned-load-1.c
    branches/google/gcc-4_7/gcc/testsuite/gcc.target/i386/avx256-unaligned-load-2.c
    branches/google/gcc-4_7/gcc/testsuite/gcc.target/i386/avx256-unaligned-load-3.c
    branches/google/gcc-4_7/gcc/testsuite/gcc.target/i386/avx256-unaligned-load-4.c
    branches/google/gcc-4_7/gcc/testsuite/gcc.target/i386/avx256-unaligned-store-1.c
    branches/google/gcc-4_7/gcc/testsuite/gcc.target/i386/avx256-unaligned-store-2.c
    branches/google/gcc-4_7/gcc/testsuite/gcc.target/i386/avx256-unaligned-store-3.c
    branches/google/gcc-4_7/gcc/testsuite/gcc.target/i386/avx256-unaligned-store-4.c
    branches/google/gcc-4_7/gcc/testsuite/gcc.target/powerpc/ppc-round.c   (props changed)
    branches/google/gcc-4_7/gcc/testsuite/gfortran.dg/bessel_7.f90
    branches/google/gcc-4_7/gcc/trans-mem.c
    branches/google/gcc-4_7/gcc/tree-data-ref.c
    branches/google/gcc-4_7/gcc/tree-inline.c
    branches/google/gcc-4_7/gcc/tree-profile.c
    branches/google/gcc-4_7/gcc/tree-sra.c
    branches/google/gcc-4_7/gcc/tree-ssa-alias.c
    branches/google/gcc-4_7/gcc/tree-ssa-pre.c
    branches/google/gcc-4_7/gcc/tree-vect-data-refs.c
    branches/google/gcc-4_7/gcc/tree-vect-generic.c
    branches/google/gcc-4_7/gcc/tree-vect-loop.c
    branches/google/gcc-4_7/gcc/tree-vect-slp.c
    branches/google/gcc-4_7/gcc/tree-vrp.c
    branches/google/gcc-4_7/gcc/tree.c
    branches/google/gcc-4_7/libgcc/ChangeLog
    branches/google/gcc-4_7/libgcc/Makefile.in
    branches/google/gcc-4_7/libgcc/config/i386/morestack.S
    branches/google/gcc-4_7/libgcc/configure
    branches/google/gcc-4_7/libgcc/configure.ac
    branches/google/gcc-4_7/libgfortran/ChangeLog
    branches/google/gcc-4_7/libgfortran/configure
    branches/google/gcc-4_7/libgfortran/configure.ac
    branches/google/gcc-4_7/libgfortran/intrinsics/eoshift2.c
    branches/google/gcc-4_7/libgo/Makefile.am
    branches/google/gcc-4_7/libgo/Makefile.in
    branches/google/gcc-4_7/libgo/go/bytes/indexbyte.c
    branches/google/gcc-4_7/libgo/go/debug/dwarf/line.go
    branches/google/gcc-4_7/libgo/go/encoding/xml/marshal_test.go
    branches/google/gcc-4_7/libgo/go/html/template/escape_test.go
    branches/google/gcc-4_7/libgo/go/log/syslog/syslog_c.c
    branches/google/gcc-4_7/libgo/go/reflect/all_test.go
    branches/google/gcc-4_7/libgo/go/regexp/all_test.go
    branches/google/gcc-4_7/libgo/go/regexp/exec_test.go
    branches/google/gcc-4_7/libgo/go/regexp/find_test.go
    branches/google/gcc-4_7/libgo/go/sync/atomic/atomic.c
    branches/google/gcc-4_7/libgo/go/syscall/errno.c
    branches/google/gcc-4_7/libgo/go/syscall/signame.c
    branches/google/gcc-4_7/libgo/go/syscall/wait.c
    branches/google/gcc-4_7/libgo/merge.sh
    branches/google/gcc-4_7/libgo/runtime/chan.c
    branches/google/gcc-4_7/libgo/runtime/cpuprof.c
    branches/google/gcc-4_7/libgo/runtime/go-assert.c
    branches/google/gcc-4_7/libgo/runtime/go-breakpoint.c
    branches/google/gcc-4_7/libgo/runtime/go-caller.c
    branches/google/gcc-4_7/libgo/runtime/go-callers.c
    branches/google/gcc-4_7/libgo/runtime/go-getgoroot.c
    branches/google/gcc-4_7/libgo/runtime/go-now.c
    branches/google/gcc-4_7/libgo/runtime/go-panic.c
    branches/google/gcc-4_7/libgo/runtime/go-print.c
    branches/google/gcc-4_7/libgo/runtime/go-reflect-map.c
    branches/google/gcc-4_7/libgo/runtime/go-setenv.c
    branches/google/gcc-4_7/libgo/runtime/go-signal.c
    branches/google/gcc-4_7/libgo/runtime/go-trampoline.c
    branches/google/gcc-4_7/libgo/runtime/go-typestring.c
    branches/google/gcc-4_7/libgo/runtime/go-unsafe-new.c
    branches/google/gcc-4_7/libgo/runtime/go-unsafe-newarray.c
    branches/google/gcc-4_7/libgo/runtime/go-unsafe-pointer.c
    branches/google/gcc-4_7/libgo/runtime/goc2c.c
    branches/google/gcc-4_7/libgo/runtime/malloc.goc
    branches/google/gcc-4_7/libgo/runtime/malloc.h
    branches/google/gcc-4_7/libgo/runtime/mgc0.c
    branches/google/gcc-4_7/libgo/runtime/mheap.c
    branches/google/gcc-4_7/libgo/runtime/mprof.goc
    branches/google/gcc-4_7/libgo/runtime/msize.c
    branches/google/gcc-4_7/libgo/runtime/proc.c
    branches/google/gcc-4_7/libgo/runtime/runtime.c
    branches/google/gcc-4_7/libgo/runtime/runtime.h
    branches/google/gcc-4_7/libgo/runtime/thread-linux.c
    branches/google/gcc-4_7/libgo/testsuite/gotest
    branches/google/gcc-4_7/libjava/ChangeLog
    branches/google/gcc-4_7/libjava/classpath/   (props changed)
    branches/google/gcc-4_7/libjava/configure
    branches/google/gcc-4_7/libjava/configure.ac
    branches/google/gcc-4_7/libjava/gcj/Makefile.in
    branches/google/gcc-4_7/libjava/include/Makefile.in
    branches/google/gcc-4_7/libjava/testsuite/Makefile.in
    branches/google/gcc-4_7/libquadmath/ChangeLog
    branches/google/gcc-4_7/libquadmath/configure
    branches/google/gcc-4_7/libquadmath/configure.ac
    branches/google/gcc-4_7/libssp/ChangeLog
    branches/google/gcc-4_7/libssp/configure
    branches/google/gcc-4_7/libssp/configure.ac

Propchange: branches/google/gcc-4_7/
            ('svn:mergeinfo' modified)

Propchange: branches/google/gcc-4_7/
            ('svnmerge-integrated' modified)

Propchange: branches/google/gcc-4_7/gcc/testsuite/gcc.target/powerpc/ppc-round.c
            ('svn:mergeinfo' modified)

Propchange: branches/google/gcc-4_7/libjava/classpath/
            ('svn:mergeinfo' modified)



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]