This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r175275 - in /branches/cxx-mem-model: ./ contri...
- From: amacleod at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Tue, 21 Jun 2011 20:26:19 -0000
- Subject: r175275 - in /branches/cxx-mem-model: ./ contri...
Author: amacleod
Date: Tue Jun 21 20:26:16 2011
New Revision: 175275
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175275
Log:
Merged revisions r170745-175272 4.7 + sync_ builtin renames
Modified:
branches/cxx-mem-model/libstdc++-v3/ChangeLog
branches/cxx-mem-model/libstdc++-v3/testsuite/Makefile.am
branches/cxx-mem-model/libstdc++-v3/testsuite/Makefile.in
Changes in other areas also in this revision:
Added:
branches/cxx-mem-model/gcc/config/avr/avr-mcus.def
- copied unchanged from r175272, trunk/gcc/config/avr/avr-mcus.def
branches/cxx-mem-model/gcc/config/avr/avr-tables.opt
- copied unchanged from r175272, trunk/gcc/config/avr/avr-tables.opt
branches/cxx-mem-model/gcc/config/avr/genopt.sh
- copied unchanged from r175272, trunk/gcc/config/avr/genopt.sh
branches/cxx-mem-model/gcc/config/i386/sol2-bi.h
- copied unchanged from r175272, trunk/gcc/config/i386/sol2-bi.h
branches/cxx-mem-model/gcc/config/i386/t-sol2-64
- copied unchanged from r175272, trunk/gcc/config/i386/t-sol2-64
branches/cxx-mem-model/gcc/config/sol2-bi.h
- copied unchanged from r175272, trunk/gcc/config/sol2-bi.h
branches/cxx-mem-model/gcc/config/usegld.h
- copied unchanged from r175272, trunk/gcc/config/usegld.h
branches/cxx-mem-model/gcc/testsuite/g++.dg/cpp0x/initlist53.C
- copied unchanged from r175272, trunk/gcc/testsuite/g++.dg/cpp0x/initlist53.C
branches/cxx-mem-model/gcc/testsuite/g++.dg/template/param3.C
- copied unchanged from r175272, trunk/gcc/testsuite/g++.dg/template/param3.C
branches/cxx-mem-model/gcc/testsuite/gcc.dg/fail_always_inline.c
- copied unchanged from r175272, trunk/gcc/testsuite/gcc.dg/fail_always_inline.c
branches/cxx-mem-model/gcc/testsuite/gcc.dg/fail_always_inline2.c
- copied unchanged from r175272, trunk/gcc/testsuite/gcc.dg/fail_always_inline2.c
branches/cxx-mem-model/gcc/testsuite/gcc.dg/vect/pr49478.c
- copied unchanged from r175272, trunk/gcc/testsuite/gcc.dg/vect/pr49478.c
branches/cxx-mem-model/gcc/testsuite/gcc.dg/vect/vect-120.c
- copied unchanged from r175272, trunk/gcc/testsuite/gcc.dg/vect/vect-120.c
branches/cxx-mem-model/gcc/testsuite/gcc.dg/x86-sync-1.c
branches/cxx-mem-model/gcc/testsuite/gfortran.dg/class_44.f03
- copied unchanged from r175272, trunk/gcc/testsuite/gfortran.dg/class_44.f03
branches/cxx-mem-model/gcc/testsuite/gfortran.dg/coarray/lock_1.f90
- copied unchanged from r175272, trunk/gcc/testsuite/gfortran.dg/coarray/lock_1.f90
branches/cxx-mem-model/gcc/testsuite/gfortran.dg/coarray_lock_3.f90
- copied unchanged from r175272, trunk/gcc/testsuite/gfortran.dg/coarray_lock_3.f90
Removed:
branches/cxx-mem-model/gcc/config/i386/sol2-10.h
branches/cxx-mem-model/gcc/config/i386/sol2-gas.h
branches/cxx-mem-model/gcc/config/i386/t-sol2-10
branches/cxx-mem-model/gcc/config/sol2-gld.h
branches/cxx-mem-model/gcc/config/sparc/sol2-bi.h
branches/cxx-mem-model/gcc/config/sparc/sol2-gas-bi.h
branches/cxx-mem-model/gcc/config/sparc/sol2-gas.h
branches/cxx-mem-model/gcc/config/sparc/sol2-gld-bi.h
Modified:
branches/cxx-mem-model/ (props changed)
branches/cxx-mem-model/contrib/ChangeLog
branches/cxx-mem-model/contrib/gcc_update
branches/cxx-mem-model/gcc/ChangeLog
branches/cxx-mem-model/gcc/DATESTAMP
branches/cxx-mem-model/gcc/Makefile.in
branches/cxx-mem-model/gcc/builtins.c
branches/cxx-mem-model/gcc/builtins.def
branches/cxx-mem-model/gcc/c-family/ChangeLog
branches/cxx-mem-model/gcc/c-family/c-common.c
branches/cxx-mem-model/gcc/c-family/c-omp.c
branches/cxx-mem-model/gcc/cgraphunit.c
branches/cxx-mem-model/gcc/config.gcc
branches/cxx-mem-model/gcc/config/avr/avr-devices.c
branches/cxx-mem-model/gcc/config/avr/avr.c
branches/cxx-mem-model/gcc/config/avr/avr.md
branches/cxx-mem-model/gcc/config/avr/avr.opt
branches/cxx-mem-model/gcc/config/avr/constraints.md
branches/cxx-mem-model/gcc/config/avr/t-avr
branches/cxx-mem-model/gcc/config/bfin/bfin.c
branches/cxx-mem-model/gcc/config/bfin/bfin.md
branches/cxx-mem-model/gcc/config/i386/i386.c
branches/cxx-mem-model/gcc/config/i386/sol2.h
branches/cxx-mem-model/gcc/config/sol2-10.h
branches/cxx-mem-model/gcc/config/sol2.h
branches/cxx-mem-model/gcc/config/sol2.opt
branches/cxx-mem-model/gcc/config/sparc/sol2.h
branches/cxx-mem-model/gcc/cp/ChangeLog
branches/cxx-mem-model/gcc/cp/call.c
branches/cxx-mem-model/gcc/cp/except.c
branches/cxx-mem-model/gcc/cp/init.c
branches/cxx-mem-model/gcc/cp/pt.c
branches/cxx-mem-model/gcc/cp/semantics.c
branches/cxx-mem-model/gcc/cp/typeck2.c
branches/cxx-mem-model/gcc/doc/extend.texi
branches/cxx-mem-model/gcc/doc/md.texi
branches/cxx-mem-model/gcc/doc/rtl.texi
branches/cxx-mem-model/gcc/doc/tm.texi
branches/cxx-mem-model/gcc/doc/tm.texi.in
branches/cxx-mem-model/gcc/dwarf2out.c
branches/cxx-mem-model/gcc/fortran/ChangeLog
branches/cxx-mem-model/gcc/fortran/Make-lang.in
branches/cxx-mem-model/gcc/fortran/check.c
branches/cxx-mem-model/gcc/fortran/class.c
branches/cxx-mem-model/gcc/fortran/expr.c
branches/cxx-mem-model/gcc/fortran/gfortran.h
branches/cxx-mem-model/gcc/fortran/interface.c
branches/cxx-mem-model/gcc/fortran/intrinsic.c
branches/cxx-mem-model/gcc/fortran/intrinsic.texi
branches/cxx-mem-model/gcc/fortran/io.c
branches/cxx-mem-model/gcc/fortran/iso-fortran-env.def
branches/cxx-mem-model/gcc/fortran/module.c
branches/cxx-mem-model/gcc/fortran/parse.c
branches/cxx-mem-model/gcc/fortran/resolve.c
branches/cxx-mem-model/gcc/fortran/trans-decl.c
branches/cxx-mem-model/gcc/fortran/trans-openmp.c
branches/cxx-mem-model/gcc/fortran/trans-stmt.c
branches/cxx-mem-model/gcc/fortran/trans-stmt.h
branches/cxx-mem-model/gcc/fortran/trans.c
branches/cxx-mem-model/gcc/genopinit.c
branches/cxx-mem-model/gcc/gensupport.c
branches/cxx-mem-model/gcc/ipa-inline-transform.c
branches/cxx-mem-model/gcc/ipa-inline.c
branches/cxx-mem-model/gcc/java/ChangeLog
branches/cxx-mem-model/gcc/java/builtins.c
branches/cxx-mem-model/gcc/java/expr.c
branches/cxx-mem-model/gcc/libgcc2.c
branches/cxx-mem-model/gcc/libgcc2.h
branches/cxx-mem-model/gcc/omp-low.c
branches/cxx-mem-model/gcc/optabs.c
branches/cxx-mem-model/gcc/optabs.h
branches/cxx-mem-model/gcc/opts.c
branches/cxx-mem-model/gcc/po/ChangeLog
branches/cxx-mem-model/gcc/po/gcc.pot
branches/cxx-mem-model/gcc/rtl.def
branches/cxx-mem-model/gcc/simplify-rtx.c
branches/cxx-mem-model/gcc/sync-builtins.def
branches/cxx-mem-model/gcc/system.h
branches/cxx-mem-model/gcc/target.def
branches/cxx-mem-model/gcc/testsuite/ChangeLog
branches/cxx-mem-model/gcc/testsuite/g++.dg/ext/attr-aligned01.C
branches/cxx-mem-model/gcc/testsuite/g++.dg/ipa/devirt-7.C
branches/cxx-mem-model/gcc/testsuite/gcc.c-torture/execute/builtin-bitops-1.c
branches/cxx-mem-model/gcc/testsuite/gcc.dg/20051201-1.c
branches/cxx-mem-model/gcc/testsuite/gcc.dg/always_inline.c
branches/cxx-mem-model/gcc/testsuite/gcc.dg/always_inline2.c
branches/cxx-mem-model/gcc/testsuite/gcc.dg/always_inline3.c
branches/cxx-mem-model/gcc/testsuite/gcc.dg/builtin-protos-1.c
branches/cxx-mem-model/gcc/testsuite/gcc.dg/debug/pr41264-1.c
branches/cxx-mem-model/gcc/testsuite/gcc.dg/inline-22.c
branches/cxx-mem-model/gcc/testsuite/gcc.dg/inline_1.c
branches/cxx-mem-model/gcc/testsuite/gcc.dg/inline_2.c
branches/cxx-mem-model/gcc/testsuite/gcc.dg/inline_3.c
branches/cxx-mem-model/gcc/testsuite/gcc.dg/inline_4.c
branches/cxx-mem-model/gcc/testsuite/gcc.dg/lto/20090218-1_0.c
branches/cxx-mem-model/gcc/testsuite/gcc.dg/lto/20090218-1_1.c
branches/cxx-mem-model/gcc/testsuite/gcc.dg/torture/builtin-attr-1.c
branches/cxx-mem-model/gcc/testsuite/gcc.dg/torture/pta-structcopy-1.c
branches/cxx-mem-model/gcc/testsuite/gcc.dg/tree-ssa/pr40087.c
branches/cxx-mem-model/gcc/testsuite/gcc.dg/uninit-pred-5_a.c
branches/cxx-mem-model/gcc/testsuite/gcc.dg/uninit-pred-5_b.c
branches/cxx-mem-model/gcc/testsuite/gcc.dg/vect/vect-peel-3.c
branches/cxx-mem-model/gcc/testsuite/gcc.dg/vect/vect-peel-4.c
branches/cxx-mem-model/gcc/testsuite/gfortran.dg/coarray_lock_1.f90
branches/cxx-mem-model/gcc/tree-inline.c
branches/cxx-mem-model/gcc/tree-vect-loop.c
branches/cxx-mem-model/gcc/tree-vect-stmts.c
branches/cxx-mem-model/libcpp/po/ChangeLog
branches/cxx-mem-model/libcpp/po/cpplib.pot
branches/cxx-mem-model/libgcc/ChangeLog
branches/cxx-mem-model/libgcc/Makefile.in
branches/cxx-mem-model/libgcc/libgcc-std.ver.in
branches/cxx-mem-model/libgcc/shared-object.mk
branches/cxx-mem-model/libjava/ChangeLog
branches/cxx-mem-model/libjava/classpath/ (props changed)
branches/cxx-mem-model/libjava/gnu/gcj/convert/natIconv.cc
Propchange: branches/cxx-mem-model/
('svn:mergeinfo' modified)
Propchange: branches/cxx-mem-model/libjava/classpath/
('svn:mergeinfo' modified)