This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r187670 - in /branches/gupc: ./ ChangeLog Makef...
- From: gfunck at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Fri, 18 May 2012 23:19:58 -0000
- Subject: r187670 - in /branches/gupc: ./ ChangeLog Makef...
Author: gfunck
Date: Fri May 18 23:19:55 2012
New Revision: 187670
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187670
Log:
Merge trunk version 187666 into gupc branch.
Incorporates fix for ICE in tree vectorization pass
when processing strided loads.
Modified:
branches/gupc/libstdc++-v3/ChangeLog
branches/gupc/libstdc++-v3/configure
branches/gupc/libstdc++-v3/testsuite/20_util/ratio/cons/cons_overflow_neg.cc
Changes in other areas also in this revision:
Added:
branches/gupc/gcc/testsuite/g++.dg/cpp/syshdr3.C
- copied unchanged from r187668, trunk/gcc/testsuite/g++.dg/cpp/syshdr3.C
branches/gupc/gcc/testsuite/g++.dg/cpp/syshdr3.h
- copied unchanged from r187668, trunk/gcc/testsuite/g++.dg/cpp/syshdr3.h
branches/gupc/gcc/testsuite/g++.dg/cpp0x/catch1.C
- copied unchanged from r187668, trunk/gcc/testsuite/g++.dg/cpp0x/catch1.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/error8.C
- copied unchanged from r187668, trunk/gcc/testsuite/g++.dg/cpp0x/error8.C
branches/gupc/gcc/testsuite/g++.dg/parse/error48.C
- copied unchanged from r187668, trunk/gcc/testsuite/g++.dg/parse/error48.C
branches/gupc/gcc/testsuite/g++.dg/parse/error49.C
- copied unchanged from r187668, trunk/gcc/testsuite/g++.dg/parse/error49.C
branches/gupc/gcc/testsuite/g++.dg/system-binary-constants-1.C
- copied unchanged from r187668, trunk/gcc/testsuite/g++.dg/system-binary-constants-1.C
branches/gupc/gcc/testsuite/g++.dg/system-binary-constants-1.h
- copied unchanged from r187668, trunk/gcc/testsuite/g++.dg/system-binary-constants-1.h
branches/gupc/gcc/testsuite/g++.dg/torture/pr53364.C
- copied unchanged from r187668, trunk/gcc/testsuite/g++.dg/torture/pr53364.C
branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr52979-1.x
- copied unchanged from r187668, trunk/gcc/testsuite/gcc.c-torture/execute/pr52979-1.x
branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr52979-2.x
- copied unchanged from r187668, trunk/gcc/testsuite/gcc.c-torture/execute/pr52979-2.x
branches/gupc/gcc/testsuite/gcc.dg/cpp/syshdr3.c
- copied unchanged from r187668, trunk/gcc/testsuite/gcc.dg/cpp/syshdr3.c
branches/gupc/gcc/testsuite/gcc.dg/cpp/syshdr3.h
- copied unchanged from r187668, trunk/gcc/testsuite/gcc.dg/cpp/syshdr3.h
branches/gupc/gcc/testsuite/gcc.dg/pr53352.c
- copied unchanged from r187668, trunk/gcc/testsuite/gcc.dg/pr53352.c
branches/gupc/gcc/testsuite/gcc.dg/system-binary-constants-1.c
- copied unchanged from r187668, trunk/gcc/testsuite/gcc.dg/system-binary-constants-1.c
branches/gupc/gcc/testsuite/gcc.dg/system-binary-constants-1.h
- copied unchanged from r187668, trunk/gcc/testsuite/gcc.dg/system-binary-constants-1.h
branches/gupc/gcc/testsuite/gcc.dg/tm/indirect-2.c
- copied unchanged from r187668, trunk/gcc/testsuite/gcc.dg/tm/indirect-2.c
branches/gupc/gcc/testsuite/gcc.dg/torture/pr53390.c
- copied unchanged from r187668, trunk/gcc/testsuite/gcc.dg/torture/pr53390.c
branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ldist-18.c
- copied unchanged from r187668, trunk/gcc/testsuite/gcc.dg/tree-ssa/ldist-18.c
branches/gupc/gcc/testsuite/gfortran.dg/pr53217.f90
- copied unchanged from r187668, trunk/gcc/testsuite/gfortran.dg/pr53217.f90
branches/gupc/gcc/testsuite/gnat.dg/specs/lto12.ads
- copied unchanged from r187668, trunk/gcc/testsuite/gnat.dg/specs/lto12.ads
branches/gupc/gcc/testsuite/gnat.dg/specs/lto12_pkg.ads
- copied unchanged from r187668, trunk/gcc/testsuite/gnat.dg/specs/lto12_pkg.ads
branches/gupc/libgo/runtime/go-traceback.c
- copied unchanged from r187668, trunk/libgo/runtime/go-traceback.c
Removed:
branches/gupc/gcc/config/rs6000/e500-double.h
Modified:
branches/gupc/ (props changed)
branches/gupc/ChangeLog
branches/gupc/Makefile.in
branches/gupc/Makefile.tpl
branches/gupc/boehm-gc/ChangeLog
branches/gupc/boehm-gc/configure
branches/gupc/gcc/ChangeLog
branches/gupc/gcc/ChangeLog.upc
branches/gupc/gcc/DATESTAMP
branches/gupc/gcc/Makefile.in
branches/gupc/gcc/ada/ChangeLog
branches/gupc/gcc/ada/gcc-interface/decl.c
branches/gupc/gcc/c-decl.c
branches/gupc/gcc/c-family/ChangeLog
branches/gupc/gcc/c-family/c-lex.c
branches/gupc/gcc/c-family/c-opts.c
branches/gupc/gcc/c-family/c.opt
branches/gupc/gcc/c-parser.c
branches/gupc/gcc/c-tree.h
branches/gupc/gcc/cgraph.c
branches/gupc/gcc/cgraph.h
branches/gupc/gcc/cgraphunit.c
branches/gupc/gcc/config.gcc
branches/gupc/gcc/config/arm/arm-protos.h
branches/gupc/gcc/config/arm/arm.c
branches/gupc/gcc/config/arm/arm.md
branches/gupc/gcc/config/m68k/m68k-devices.def
branches/gupc/gcc/config/m68k/m68k-tables.opt
branches/gupc/gcc/config/rs6000/8540.md
branches/gupc/gcc/config/rs6000/e500.h
branches/gupc/gcc/config/rs6000/eabispe.h
branches/gupc/gcc/config/rs6000/linuxspe.h
branches/gupc/gcc/config/rs6000/rs6000-cpus.def
branches/gupc/gcc/config/rs6000/rs6000-opts.h
branches/gupc/gcc/config/rs6000/rs6000.c
branches/gupc/gcc/config/rs6000/rs6000.h
branches/gupc/gcc/config/rs6000/rs6000.md
branches/gupc/gcc/config/rs6000/rtems.h
branches/gupc/gcc/config/rs6000/vxworks.h
branches/gupc/gcc/configure
branches/gupc/gcc/configure.ac
branches/gupc/gcc/cp/ChangeLog
branches/gupc/gcc/cp/cp-tree.h
branches/gupc/gcc/cp/decl.c
branches/gupc/gcc/cp/decl2.c
branches/gupc/gcc/cp/except.c
branches/gupc/gcc/cp/parser.c
branches/gupc/gcc/cp/pt.c
branches/gupc/gcc/cp/semantics.c
branches/gupc/gcc/cp/tree.c
branches/gupc/gcc/cp/typeck.c
branches/gupc/gcc/cp/typeck2.c
branches/gupc/gcc/cse.c
branches/gupc/gcc/doc/invoke.texi
branches/gupc/gcc/gimple-fold.c
branches/gupc/gcc/go/gofrontend/gogo-tree.cc
branches/gupc/gcc/ipa-reference.c
branches/gupc/gcc/ipa.c
branches/gupc/gcc/ira.c
branches/gupc/gcc/jump.c
branches/gupc/gcc/lto-cgraph.c
branches/gupc/gcc/lto-streamer-out.c
branches/gupc/gcc/lto-symtab.c
branches/gupc/gcc/lto/ChangeLog
branches/gupc/gcc/lto/lto-partition.c
branches/gupc/gcc/objc/ChangeLog
branches/gupc/gcc/objc/objc-act.c
branches/gupc/gcc/optc-gen.awk
branches/gupc/gcc/opts.c
branches/gupc/gcc/regstat.c
branches/gupc/gcc/testsuite/ChangeLog
branches/gupc/gcc/testsuite/c-c++-common/raw-string-3.c
branches/gupc/gcc/testsuite/c-c++-common/raw-string-4.c
branches/gupc/gcc/testsuite/g++.dg/ext/utf-cxx98.C
branches/gupc/gcc/testsuite/g++.dg/ext/utf-dflt.C
branches/gupc/gcc/testsuite/g++.dg/ext/utf-dflt2.C
branches/gupc/gcc/testsuite/g++.dg/ext/utf-gnuxx98.C
branches/gupc/gcc/testsuite/g++.dg/template/crash89.C
branches/gupc/gcc/testsuite/g++.old-deja/g++.robertl/eb109.C
branches/gupc/gcc/testsuite/gcc.dg/binary-constants-2.c
branches/gupc/gcc/testsuite/gcc.dg/binary-constants-3.c
branches/gupc/gcc/testsuite/gcc.dg/cpp/pr7263-3.c
branches/gupc/gcc/testsuite/gcc.dg/cpp/sysmac1.c
branches/gupc/gcc/testsuite/gcc.dg/cpp/sysmac2.c
branches/gupc/gcc/testsuite/gcc.dg/nofixed-point-2.c
branches/gupc/gcc/testsuite/gcc.dg/pr52549.c
branches/gupc/gcc/testsuite/gcc.target/i386/incoming-10.c
branches/gupc/gcc/testsuite/gcc.target/i386/incoming-11.c
branches/gupc/gcc/testsuite/gcc.target/i386/pr46295.c
branches/gupc/gcc/testsuite/gfortran.dg/bessel_7.f90
branches/gupc/gcc/trans-mem.c
branches/gupc/gcc/tree-dfa.c
branches/gupc/gcc/tree-flow.h
branches/gupc/gcc/tree-inline.c
branches/gupc/gcc/tree-into-ssa.c
branches/gupc/gcc/tree-loop-distribution.c
branches/gupc/gcc/tree-ssa-alias.c
branches/gupc/gcc/tree-ssa-reassoc.c
branches/gupc/gcc/tree-vect-data-refs.c
branches/gupc/gcc/tree-vect-loop-manip.c
branches/gupc/gcc/varpool.c
branches/gupc/libatomic/ChangeLog
branches/gupc/libatomic/configure
branches/gupc/libcpp/ChangeLog
branches/gupc/libcpp/expr.c
branches/gupc/libcpp/include/cpplib.h
branches/gupc/libffi/ChangeLog.libgcj
branches/gupc/libffi/configure
branches/gupc/libgcc/ChangeLog
branches/gupc/libgcc/Makefile.in
branches/gupc/libgfortran/ChangeLog
branches/gupc/libgfortran/configure
branches/gupc/libgfortran/io/unix.c
branches/gupc/libgo/Makefile.am
branches/gupc/libgo/Makefile.in
branches/gupc/libgo/go/log/syslog/syslog_c.c
branches/gupc/libgo/runtime/go-signal.c
branches/gupc/libgo/runtime/mprof.goc
branches/gupc/libgo/runtime/proc.c
branches/gupc/libgo/runtime/runtime.c
branches/gupc/libgo/runtime/runtime.h
branches/gupc/libgomp/ChangeLog
branches/gupc/libgomp/configure
branches/gupc/libitm/ChangeLog
branches/gupc/libitm/configure
branches/gupc/libjava/ChangeLog
branches/gupc/libjava/classpath/ChangeLog.gcj
branches/gupc/libjava/classpath/configure
branches/gupc/libjava/configure
branches/gupc/libmudflap/ChangeLog
branches/gupc/libmudflap/configure
branches/gupc/libobjc/ChangeLog
branches/gupc/libobjc/configure
branches/gupc/libquadmath/ChangeLog
branches/gupc/libquadmath/configure
branches/gupc/libssp/ChangeLog
branches/gupc/libssp/configure
branches/gupc/lto-plugin/ChangeLog
branches/gupc/lto-plugin/configure
branches/gupc/zlib/ChangeLog.gcj
branches/gupc/zlib/configure
Propchange: branches/gupc/
('svn:mergeinfo' modified)