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]

r147608 - in /branches/gcc-in-cxx: ./ fixinclud...


Author: ian
Date: Sat May 16 07:17:58 2009
New Revision: 147608

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=147608
Log:
Merge trunk revision 147605 onto gcc-in-cxx branch.

Added:
    branches/gcc-in-cxx/libstdc++-v3/testsuite/21_strings/basic_string/40160.cc
      - copied unchanged from r147605, trunk/libstdc++-v3/testsuite/21_strings/basic_string/40160.cc
Modified:
    branches/gcc-in-cxx/libstdc++-v3/ChangeLog
    branches/gcc-in-cxx/libstdc++-v3/include/debug/formatter.h
    branches/gcc-in-cxx/libstdc++-v3/src/debug.cc
    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/26_numerics/random/discrete_distribution/cons/num_xbound_fun.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/cons/initlist_fun.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/cons/num_xbound_fun.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/cons/initlist_fun.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/cons/num_xbound_fun.cc
    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)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/lib/libstdc++.exp

Changes in other areas also in this revision:
Added:
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/warn/pr16302.C
      - copied unchanged from r147605, trunk/gcc/testsuite/g++.dg/warn/pr16302.C
    branches/gcc-in-cxx/gcc/testsuite/gcc.c-torture/compile/pr39999.c
      - copied unchanged from r147605, trunk/gcc/testsuite/gcc.c-torture/compile/pr39999.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.c-torture/compile/ptr-conv-1.c
      - copied unchanged from r147605, trunk/gcc/testsuite/gcc.c-torture/compile/ptr-conv-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/Wcxx-compat-10.c
      - copied unchanged from r147605, trunk/gcc/testsuite/gcc.dg/Wcxx-compat-10.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/pr16302.c
      - copied unchanged from r147605, trunk/gcc/testsuite/gcc.dg/pr16302.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/torture/builtin-math-5.c
      - copied unchanged from r147605, trunk/gcc/testsuite/gcc.dg/torture/builtin-math-5.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/torture/builtin-math-6.c
      - copied unchanged from r147605, trunk/gcc/testsuite/gcc.dg/torture/builtin-math-6.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/tree-ssa/flatten-3.c
      - copied unchanged from r147605, trunk/gcc/testsuite/gcc.dg/tree-ssa/flatten-3.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/tree-ssa/inline-3.c
      - copied unchanged from r147605, trunk/gcc/testsuite/gcc.dg/tree-ssa/inline-3.c
Modified:
    branches/gcc-in-cxx/   (props changed)
    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/ada/ChangeLog
    branches/gcc-in-cxx/gcc/ada/gcc-interface/ada-tree.h
    branches/gcc-in-cxx/gcc/ada/gcc-interface/decl.c
    branches/gcc-in-cxx/gcc/ada/gcc-interface/gigi.h
    branches/gcc-in-cxx/gcc/ada/gcc-interface/misc.c
    branches/gcc-in-cxx/gcc/ada/gcc-interface/trans.c
    branches/gcc-in-cxx/gcc/ada/gcc-interface/utils.c
    branches/gcc-in-cxx/gcc/ada/gcc-interface/utils2.c
    branches/gcc-in-cxx/gcc/attribs.c
    branches/gcc-in-cxx/gcc/builtins.c
    branches/gcc-in-cxx/gcc/c-common.c
    branches/gcc-in-cxx/gcc/c-common.h
    branches/gcc-in-cxx/gcc/c-decl.c
    branches/gcc-in-cxx/gcc/c-typeck.c
    branches/gcc-in-cxx/gcc/cgraph.h
    branches/gcc-in-cxx/gcc/cgraphunit.c
    branches/gcc-in-cxx/gcc/common.opt
    branches/gcc-in-cxx/gcc/config/arm/arm-protos.h
    branches/gcc-in-cxx/gcc/config/arm/arm.c
    branches/gcc-in-cxx/gcc/config/arm/arm.md
    branches/gcc-in-cxx/gcc/config/arm/constraints.md
    branches/gcc-in-cxx/gcc/config/arm/neon.md
    branches/gcc-in-cxx/gcc/config/bfin/bfin.h
    branches/gcc-in-cxx/gcc/config/crx/crx.c
    branches/gcc-in-cxx/gcc/config/frv/frv.c
    branches/gcc-in-cxx/gcc/config/frv/frv.h
    branches/gcc-in-cxx/gcc/config/i386/i386.c
    branches/gcc-in-cxx/gcc/config/i386/i386.h
    branches/gcc-in-cxx/gcc/config/iq2000/iq2000.c
    branches/gcc-in-cxx/gcc/config/m68hc11/m68hc11.h
    branches/gcc-in-cxx/gcc/config/m68k/m68k.c
    branches/gcc-in-cxx/gcc/config/mips/mips.c
    branches/gcc-in-cxx/gcc/config/mips/mips.md
    branches/gcc-in-cxx/gcc/config/mn10300/mn10300.c
    branches/gcc-in-cxx/gcc/config/pa/constraints.md
    branches/gcc-in-cxx/gcc/config/pa/pa.c
    branches/gcc-in-cxx/gcc/config/pdp11/pdp11-protos.h
    branches/gcc-in-cxx/gcc/config/pdp11/pdp11.c
    branches/gcc-in-cxx/gcc/config/pdp11/pdp11.h
    branches/gcc-in-cxx/gcc/config/rs6000/linux64.h
    branches/gcc-in-cxx/gcc/config/rs6000/rs6000.c
    branches/gcc-in-cxx/gcc/config/rs6000/sysv4.h
    branches/gcc-in-cxx/gcc/config/rs6000/xcoff.h
    branches/gcc-in-cxx/gcc/config/s390/s390.c
    branches/gcc-in-cxx/gcc/config/score/score.c
    branches/gcc-in-cxx/gcc/config/score/score3.c
    branches/gcc-in-cxx/gcc/config/score/score7.c
    branches/gcc-in-cxx/gcc/config/sparc/sparc.h
    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/cp/call.c
    branches/gcc-in-cxx/gcc/cp/cp-tree.h
    branches/gcc-in-cxx/gcc/cp/parser.c
    branches/gcc-in-cxx/gcc/dbxout.c
    branches/gcc-in-cxx/gcc/doc/install.texi
    branches/gcc-in-cxx/gcc/doc/invoke.texi
    branches/gcc-in-cxx/gcc/dwarf2out.c
    branches/gcc-in-cxx/gcc/except.c
    branches/gcc-in-cxx/gcc/except.h
    branches/gcc-in-cxx/gcc/fold-const.c
    branches/gcc-in-cxx/gcc/fortran/ChangeLog
    branches/gcc-in-cxx/gcc/fortran/Make-lang.in
    branches/gcc-in-cxx/gcc/fortran/dump-parse-tree.c
    branches/gcc-in-cxx/gcc/fortran/f95-lang.c
    branches/gcc-in-cxx/gcc/fortran/gfortran.h
    branches/gcc-in-cxx/gcc/fortran/misc.c
    branches/gcc-in-cxx/gcc/fortran/openmp.c
    branches/gcc-in-cxx/gcc/gcse.c
    branches/gcc-in-cxx/gcc/gimple.h
    branches/gcc-in-cxx/gcc/graphite.c
    branches/gcc-in-cxx/gcc/graphite.h
    branches/gcc-in-cxx/gcc/ipa-cp.c
    branches/gcc-in-cxx/gcc/ipa-inline.c
    branches/gcc-in-cxx/gcc/ipa-pure-const.c
    branches/gcc-in-cxx/gcc/ipa-reference.c
    branches/gcc-in-cxx/gcc/ira-conflicts.c
    branches/gcc-in-cxx/gcc/langhooks-def.h
    branches/gcc-in-cxx/gcc/langhooks.h
    branches/gcc-in-cxx/gcc/omega.h
    branches/gcc-in-cxx/gcc/optabs.c
    branches/gcc-in-cxx/gcc/optabs.h
    branches/gcc-in-cxx/gcc/params.def
    branches/gcc-in-cxx/gcc/real.c
    branches/gcc-in-cxx/gcc/real.h
    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/ipa/ipa-4.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/sibcall-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/sibcall-2.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/sibcall-3.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/sibcall-4.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/sibcall-6.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/torture/pr36227.c   (props changed)
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/tree-ssa/flatten-2.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/costmodel/i386/costmodel-vect-33.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/costmodel-vect-33.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/pr18400.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/pr31699.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-iv-10.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.target/i386/align-main-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.target/i386/align-main-2.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.target/x86_64/abi/callabi/   (props changed)
    branches/gcc-in-cxx/gcc/testsuite/lib/target-supports.exp
    branches/gcc-in-cxx/gcc/toplev.c
    branches/gcc-in-cxx/gcc/tree-chrec.c
    branches/gcc-in-cxx/gcc/tree-predcom.c
    branches/gcc-in-cxx/gcc/tree-ssa-forwprop.c
    branches/gcc-in-cxx/gcc/tree-ssa-phiprop.c
    branches/gcc-in-cxx/gcc/tree-ssa-pre.c
    branches/gcc-in-cxx/gcc/tree-ssa-sccvn.c
    branches/gcc-in-cxx/gcc/tree-ssa-structalias.c
    branches/gcc-in-cxx/gcc/tree-ssa.c
    branches/gcc-in-cxx/gcc/tree-vrp.c
    branches/gcc-in-cxx/gcc/tree.c
    branches/gcc-in-cxx/gcc/tree.h
    branches/gcc-in-cxx/libcpp/ChangeLog
    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)



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