This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r148034 - in /branches/gcc-in-cxx: ./ ChangeLog...
- From: ian at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Mon, 01 Jun 2009 06:06:34 -0000
- Subject: r148034 - in /branches/gcc-in-cxx: ./ ChangeLog...
Author: ian
Date: Mon Jun 1 06:06:32 2009
New Revision: 148034
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148034
Log:
Merge from trunk revision 148032.
Modified:
branches/gcc-in-cxx/libstdc++-v3/testsuite/18_support/pthread_guard.cc (props changed)
branches/gcc-in-cxx/libstdc++-v3/testsuite/20_util/ratio/cons/cons_overflow_neg.cc (props changed)
branches/gcc-in-cxx/libstdc++-v3/testsuite/20_util/ratio/operations/ops_overflow_neg.cc (props changed)
branches/gcc-in-cxx/libstdc++-v3/testsuite/20_util/unique_ptr/assign/assign_neg.cc (props changed)
branches/gcc-in-cxx/libstdc++-v3/testsuite/21_strings/basic_string/pthread18185.cc (props changed)
branches/gcc-in-cxx/libstdc++-v3/testsuite/21_strings/basic_string/pthread4.cc (props changed)
branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/pthread1.cc (props changed)
branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/pthread5.cc (props changed)
branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/map/pthread6.cc (props changed)
branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_fstream/cons/1.cc (props changed)
branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_fstream/open/char/1.cc (props changed)
branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_ofstream/cons/char/1.cc (props changed)
branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_ofstream/pthread2.cc (props changed)
branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_ostringstream/pthread3.cc (props changed)
branches/gcc-in-cxx/libstdc++-v3/testsuite/30_threads/condition_variable/members/ (props changed)
branches/gcc-in-cxx/libstdc++-v3/testsuite/30_threads/this_thread/ (props changed)
branches/gcc-in-cxx/libstdc++-v3/testsuite/30_threads/thread/members/ (props changed)
branches/gcc-in-cxx/libstdc++-v3/testsuite/30_threads/thread/swap/ (props changed)
branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/rope/pthread7-rope.cc (props changed)
Changes in other areas also in this revision:
Added:
branches/gcc-in-cxx/fixincludes/tests/base/sys/int_const.h
- copied unchanged from r148032, trunk/fixincludes/tests/base/sys/int_const.h
branches/gcc-in-cxx/fixincludes/tests/base/sys/int_limits.h
- copied unchanged from r148032, trunk/fixincludes/tests/base/sys/int_limits.h
branches/gcc-in-cxx/gcc/config/freebsd-stdint.h
- copied unchanged from r148032, trunk/gcc/config/freebsd-stdint.h
branches/gcc-in-cxx/gcc/config/i386/mingw-tls.c
- copied unchanged from r148032, trunk/gcc/config/i386/mingw-tls.c
branches/gcc-in-cxx/gcc/testsuite/gcc.c-torture/compile/pr40291.c
- copied unchanged from r148032, trunk/gcc/testsuite/gcc.c-torture/compile/pr40291.c
branches/gcc-in-cxx/gcc/testsuite/gcc.c-torture/compile/sra-1.c
- copied unchanged from r148032, trunk/gcc/testsuite/gcc.c-torture/compile/sra-1.c
branches/gcc-in-cxx/gcc/testsuite/gcc.dg/Wcxx-compat-11.c
- copied unchanged from r148032, trunk/gcc/testsuite/gcc.dg/Wcxx-compat-11.c
branches/gcc-in-cxx/gcc/testsuite/gcc.dg/tree-ssa/sra-5.c
- copied unchanged from r148032, trunk/gcc/testsuite/gcc.dg/tree-ssa/sra-5.c
branches/gcc-in-cxx/gcc/testsuite/gcc.dg/tree-ssa/sra-6.c
- copied unchanged from r148032, trunk/gcc/testsuite/gcc.dg/tree-ssa/sra-6.c
branches/gcc-in-cxx/gcc/testsuite/gcc.target/powerpc/altivec-30.c
- copied unchanged from r148032, trunk/gcc/testsuite/gcc.target/powerpc/altivec-30.c
branches/gcc-in-cxx/gcc/testsuite/gcc.target/powerpc/altivec-31.c
- copied unchanged from r148032, trunk/gcc/testsuite/gcc.target/powerpc/altivec-31.c
branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/leadz_trailz_1.f90
- copied unchanged from r148032, trunk/gcc/testsuite/gfortran.dg/leadz_trailz_1.f90
branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/leadz_trailz_2.f90
- copied unchanged from r148032, trunk/gcc/testsuite/gfortran.dg/leadz_trailz_2.f90
branches/gcc-in-cxx/libgfortran/intrinsics/bit_intrinsics.c
- copied unchanged from r148032, trunk/libgfortran/intrinsics/bit_intrinsics.c
Modified:
branches/gcc-in-cxx/ (props changed)
branches/gcc-in-cxx/ChangeLog
branches/gcc-in-cxx/Makefile.def
branches/gcc-in-cxx/Makefile.in
branches/gcc-in-cxx/configure
branches/gcc-in-cxx/configure.ac
branches/gcc-in-cxx/fixincludes/ChangeLog
branches/gcc-in-cxx/fixincludes/fixincl.x
branches/gcc-in-cxx/fixincludes/inclhack.def
branches/gcc-in-cxx/gcc/ChangeLog
branches/gcc-in-cxx/gcc/ChangeLog-2008 (props changed)
branches/gcc-in-cxx/gcc/DATESTAMP
branches/gcc-in-cxx/gcc/Makefile.in
branches/gcc-in-cxx/gcc/builtins.c
branches/gcc-in-cxx/gcc/c-parser.c
branches/gcc-in-cxx/gcc/c-tree.h
branches/gcc-in-cxx/gcc/c-typeck.c
branches/gcc-in-cxx/gcc/cfgcleanup.c
branches/gcc-in-cxx/gcc/cfglayout.c
branches/gcc-in-cxx/gcc/cfgrtl.c
branches/gcc-in-cxx/gcc/config.gcc
branches/gcc-in-cxx/gcc/config.in
branches/gcc-in-cxx/gcc/config/arm/thumb2.md
branches/gcc-in-cxx/gcc/config/bfin/bfin.md
branches/gcc-in-cxx/gcc/config/i386/i386.c
branches/gcc-in-cxx/gcc/config/i386/i386.h
branches/gcc-in-cxx/gcc/config/i386/i386.md
branches/gcc-in-cxx/gcc/config/i386/mmx.md
branches/gcc-in-cxx/gcc/config/i386/predicates.md
branches/gcc-in-cxx/gcc/config/i386/sse.md
branches/gcc-in-cxx/gcc/config/i386/t-gthr-win32
branches/gcc-in-cxx/gcc/config/rs6000/rs6000-c.c
branches/gcc-in-cxx/gcc/config/sh/sh.c
branches/gcc-in-cxx/gcc/config/sh/sh.md
branches/gcc-in-cxx/gcc/configure
branches/gcc-in-cxx/gcc/configure.ac
branches/gcc-in-cxx/gcc/cp/ChangeLog
branches/gcc-in-cxx/gcc/cp/ChangeLog-2007 (props changed)
branches/gcc-in-cxx/gcc/cp/ChangeLog-2008 (props changed)
branches/gcc-in-cxx/gcc/dce.c
branches/gcc-in-cxx/gcc/diagnostic.h
branches/gcc-in-cxx/gcc/doc/invoke.texi
branches/gcc-in-cxx/gcc/dwarf2out.c
branches/gcc-in-cxx/gcc/dwarf2out.h
branches/gcc-in-cxx/gcc/emit-rtl.c
branches/gcc-in-cxx/gcc/final.c
branches/gcc-in-cxx/gcc/fortran/ChangeLog
branches/gcc-in-cxx/gcc/fortran/simplify.c
branches/gcc-in-cxx/gcc/fortran/trans-decl.c
branches/gcc-in-cxx/gcc/fortran/trans-intrinsic.c
branches/gcc-in-cxx/gcc/fortran/trans-types.c
branches/gcc-in-cxx/gcc/fortran/trans-types.h
branches/gcc-in-cxx/gcc/fortran/trans.h
branches/gcc-in-cxx/gcc/function.c
branches/gcc-in-cxx/gcc/gimple-pretty-print.c
branches/gcc-in-cxx/gcc/gthr-win32.h
branches/gcc-in-cxx/gcc/insn-notes.def
branches/gcc-in-cxx/gcc/jump.c
branches/gcc-in-cxx/gcc/omp-low.c
branches/gcc-in-cxx/gcc/params.def
branches/gcc-in-cxx/gcc/params.h
branches/gcc-in-cxx/gcc/reg-notes.def
branches/gcc-in-cxx/gcc/regstat.c
branches/gcc-in-cxx/gcc/rtl.def
branches/gcc-in-cxx/gcc/rtl.h
branches/gcc-in-cxx/gcc/sel-sched-ir.c
branches/gcc-in-cxx/gcc/sel-sched.c
branches/gcc-in-cxx/gcc/testsuite/ChangeLog
branches/gcc-in-cxx/gcc/testsuite/ChangeLog-2008 (props changed)
branches/gcc-in-cxx/gcc/testsuite/g++.dg/cpp0x/decltype-38655.C (props changed)
branches/gcc-in-cxx/gcc/testsuite/gcc.dg/memcpy-1.c
branches/gcc-in-cxx/gcc/testsuite/gcc.dg/plugin/ggcplug.c
branches/gcc-in-cxx/gcc/testsuite/gcc.dg/torture/pr36227.c (props changed)
branches/gcc-in-cxx/gcc/testsuite/gcc.dg/tree-ssa/sra-1.c
branches/gcc-in-cxx/gcc/testsuite/gcc.dg/tree-ssa/sra-2.c
branches/gcc-in-cxx/gcc/testsuite/gcc.dg/tree-ssa/sra-3.c
branches/gcc-in-cxx/gcc/testsuite/gcc.dg/tree-ssa/sra-4.c
branches/gcc-in-cxx/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-7.c
branches/gcc-in-cxx/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-8.c
branches/gcc-in-cxx/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-9.c
branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/bb-slp-10.c
branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/bb-slp-4.c
branches/gcc-in-cxx/gcc/testsuite/gcc.target/powerpc/altivec-types-1.c
branches/gcc-in-cxx/gcc/testsuite/gcc.target/x86_64/abi/callabi/ (props changed)
branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/pr25923.f90
branches/gcc-in-cxx/gcc/testsuite/gnat.dg/pack9.adb
branches/gcc-in-cxx/gcc/tree-dfa.c
branches/gcc-in-cxx/gcc/tree-pretty-print.c
branches/gcc-in-cxx/gcc/tree-sra.c
branches/gcc-in-cxx/gcc/tree-ssa-alias.c
branches/gcc-in-cxx/gcc/tree-ssa-loop-ivopts.c
branches/gcc-in-cxx/gcc/tree-ssa-operands.c
branches/gcc-in-cxx/gcc/tree-ssa-structalias.c
branches/gcc-in-cxx/gcc/tree-vect-loop-manip.c
branches/gcc-in-cxx/gcc/tree-vect-loop.c
branches/gcc-in-cxx/gcc/tree-vectorizer.c
branches/gcc-in-cxx/gcc/tree-vectorizer.h
branches/gcc-in-cxx/gcc/tree.c
branches/gcc-in-cxx/include/ChangeLog
branches/gcc-in-cxx/include/ansidecl.h
branches/gcc-in-cxx/include/dyn-string.h
branches/gcc-in-cxx/include/fibheap.h
branches/gcc-in-cxx/libdecnumber/ChangeLog
branches/gcc-in-cxx/libdecnumber/decContext.h
branches/gcc-in-cxx/libdecnumber/decDPD.h
branches/gcc-in-cxx/libdecnumber/decNumber.h
branches/gcc-in-cxx/libdecnumber/dpd/decimal128.h
branches/gcc-in-cxx/libdecnumber/dpd/decimal32.h
branches/gcc-in-cxx/libdecnumber/dpd/decimal64.h
branches/gcc-in-cxx/libgcc/ChangeLog
branches/gcc-in-cxx/libgcc/config.host
branches/gcc-in-cxx/libgfortran/ChangeLog
branches/gcc-in-cxx/libgfortran/Makefile.am
branches/gcc-in-cxx/libgfortran/Makefile.in
branches/gcc-in-cxx/libgfortran/config.h.in
branches/gcc-in-cxx/libgfortran/configure
branches/gcc-in-cxx/libgfortran/configure.ac
branches/gcc-in-cxx/libgfortran/gfortran.map
branches/gcc-in-cxx/libgfortran/intrinsics/date_and_time.c
branches/gcc-in-cxx/libiberty/ChangeLog
branches/gcc-in-cxx/libiberty/fibheap.c
branches/gcc-in-cxx/libiberty/pex-win32.c
branches/gcc-in-cxx/libiberty/snprintf.c
branches/gcc-in-cxx/libiberty/vsnprintf.c
branches/gcc-in-cxx/libjava/classpath/ (props changed)
Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/18_support/pthread_guard.cc
('svn:mergeinfo' modified)
Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/20_util/ratio/cons/cons_overflow_neg.cc
('svn:mergeinfo' modified)
Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/20_util/ratio/operations/ops_overflow_neg.cc
('svn:mergeinfo' modified)
Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/20_util/unique_ptr/assign/assign_neg.cc
('svn:mergeinfo' modified)
Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/21_strings/basic_string/pthread18185.cc
('svn:mergeinfo' modified)
Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/21_strings/basic_string/pthread4.cc
('svn:mergeinfo' modified)
Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/pthread1.cc
('svn:mergeinfo' modified)
Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/pthread5.cc
('svn:mergeinfo' modified)
Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/map/pthread6.cc
('svn:mergeinfo' modified)
Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_fstream/cons/1.cc
('svn:mergeinfo' modified)
Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_fstream/open/char/1.cc
('svn:mergeinfo' modified)
Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_ofstream/cons/char/1.cc
('svn:mergeinfo' modified)
Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_ofstream/pthread2.cc
('svn:mergeinfo' modified)
Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_ostringstream/pthread3.cc
('svn:mergeinfo' modified)
Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/30_threads/condition_variable/members/
('svn:mergeinfo' modified)
Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/30_threads/this_thread/
('svn:mergeinfo' modified)
Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/30_threads/thread/members/
('svn:mergeinfo' modified)
Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/30_threads/thread/swap/
('svn:mergeinfo' modified)
Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/rope/pthread7-rope.cc
('svn:mergeinfo' modified)
Propchange: branches/gcc-in-cxx/
('svn:mergeinfo' modified)
Propchange: branches/gcc-in-cxx/
('svnmerge-integrated' modified)
Propchange: branches/gcc-in-cxx/gcc/ChangeLog-2008
('svn:mergeinfo' modified)
Propchange: branches/gcc-in-cxx/gcc/cp/ChangeLog-2007
('svn:mergeinfo' modified)
Propchange: branches/gcc-in-cxx/gcc/cp/ChangeLog-2008
('svn:mergeinfo' modified)
Propchange: branches/gcc-in-cxx/gcc/testsuite/ChangeLog-2008
('svn:mergeinfo' modified)
Propchange: branches/gcc-in-cxx/gcc/testsuite/g++.dg/cpp0x/decltype-38655.C
('svn:mergeinfo' modified)
Propchange: branches/gcc-in-cxx/gcc/testsuite/gcc.dg/torture/pr36227.c
('svn:mergeinfo' modified)
Propchange: branches/gcc-in-cxx/gcc/testsuite/gcc.target/x86_64/abi/callabi/
('svn:mergeinfo' modified)
Propchange: branches/gcc-in-cxx/libjava/classpath/
('svn:mergeinfo' modified)