r136218 - in /branches/cxx0x-lambdas-branch: ./...

jfreeman@gcc.gnu.org jfreeman@gcc.gnu.org
Fri May 30 18:29:00 GMT 2008


Author: jfreeman
Date: Fri May 30 18:29:26 2008
New Revision: 136218

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136218
Log:
forgot to checkin merge from trunk

Modified:
    branches/cxx0x-lambdas-branch/libstdc++-v3/ChangeLog
    branches/cxx0x-lambdas-branch/libstdc++-v3/include/bits/cpp_type_traits.h
    branches/cxx0x-lambdas-branch/libstdc++-v3/include/debug/bitset

Changes in other areas also in this revision:
Added:
    branches/cxx0x-lambdas-branch/gcc/config/darwin-f.c
      - copied unchanged from r136178, trunk/gcc/config/darwin-f.c
    branches/cxx0x-lambdas-branch/gcc/testsuite/g++.dg/cpp0x/vt-35243.C
      - copied unchanged from r136178, trunk/gcc/testsuite/g++.dg/cpp0x/vt-35243.C
    branches/cxx0x-lambdas-branch/gcc/testsuite/gcc.c-torture/execute/pr36343.c
      - copied unchanged from r136178, trunk/gcc/testsuite/gcc.c-torture/execute/pr36343.c
    branches/cxx0x-lambdas-branch/gcc/testsuite/gcc.dg/nested-func-6.c
      - copied unchanged from r136178, trunk/gcc/testsuite/gcc.dg/nested-func-6.c
    branches/cxx0x-lambdas-branch/gcc/testsuite/gcc.dg/torture/pr35771-1.c
      - copied unchanged from r136178, trunk/gcc/testsuite/gcc.dg/torture/pr35771-1.c
    branches/cxx0x-lambdas-branch/gcc/testsuite/gcc.dg/torture/pr35771-2.c
      - copied unchanged from r136178, trunk/gcc/testsuite/gcc.dg/torture/pr35771-2.c
    branches/cxx0x-lambdas-branch/gcc/testsuite/gcc.dg/torture/pr35771-3.c
      - copied unchanged from r136178, trunk/gcc/testsuite/gcc.dg/torture/pr35771-3.c
    branches/cxx0x-lambdas-branch/gcc/testsuite/gcc.dg/torture/pr35771.h
      - copied unchanged from r136178, trunk/gcc/testsuite/gcc.dg/torture/pr35771.h
    branches/cxx0x-lambdas-branch/gcc/testsuite/gfortran.dg/interface_23.f90
      - copied unchanged from r136178, trunk/gcc/testsuite/gfortran.dg/interface_23.f90
    branches/cxx0x-lambdas-branch/gcc/testsuite/gfortran.dg/proc_decl_12.f90
      - copied unchanged from r136178, trunk/gcc/testsuite/gfortran.dg/proc_decl_12.f90
    branches/cxx0x-lambdas-branch/gcc/testsuite/gfortran.dg/widechar_5.f90
      - copied unchanged from r136178, trunk/gcc/testsuite/gfortran.dg/widechar_5.f90
    branches/cxx0x-lambdas-branch/gcc/testsuite/gfortran.dg/widechar_6.f90
      - copied unchanged from r136178, trunk/gcc/testsuite/gfortran.dg/widechar_6.f90
    branches/cxx0x-lambdas-branch/gcc/testsuite/gfortran.dg/widechar_7.f90
      - copied unchanged from r136178, trunk/gcc/testsuite/gfortran.dg/widechar_7.f90
    branches/cxx0x-lambdas-branch/gcc/testsuite/gfortran.dg/widechar_intrinsics_10.f90
      - copied unchanged from r136178, trunk/gcc/testsuite/gfortran.dg/widechar_intrinsics_10.f90
    branches/cxx0x-lambdas-branch/gcc/testsuite/gfortran.dg/widechar_intrinsics_6.f90
      - copied unchanged from r136178, trunk/gcc/testsuite/gfortran.dg/widechar_intrinsics_6.f90
    branches/cxx0x-lambdas-branch/gcc/testsuite/gfortran.dg/widechar_intrinsics_7.f90
      - copied unchanged from r136178, trunk/gcc/testsuite/gfortran.dg/widechar_intrinsics_7.f90
    branches/cxx0x-lambdas-branch/gcc/testsuite/gfortran.dg/widechar_intrinsics_8.f90
      - copied unchanged from r136178, trunk/gcc/testsuite/gfortran.dg/widechar_intrinsics_8.f90
    branches/cxx0x-lambdas-branch/gcc/testsuite/gfortran.dg/widechar_intrinsics_9.f90
      - copied unchanged from r136178, trunk/gcc/testsuite/gfortran.dg/widechar_intrinsics_9.f90
    branches/cxx0x-lambdas-branch/gcc/testsuite/gnat.dg/abstract1.adb
      - copied unchanged from r136178, trunk/gcc/testsuite/gnat.dg/abstract1.adb
    branches/cxx0x-lambdas-branch/gcc/testsuite/gnat.dg/abstract1.ads
      - copied unchanged from r136178, trunk/gcc/testsuite/gnat.dg/abstract1.ads
Modified:
    branches/cxx0x-lambdas-branch/   (props changed)
    branches/cxx0x-lambdas-branch/gcc/ChangeLog
    branches/cxx0x-lambdas-branch/gcc/DATESTAMP
    branches/cxx0x-lambdas-branch/gcc/Makefile.in
    branches/cxx0x-lambdas-branch/gcc/ada/ChangeLog
    branches/cxx0x-lambdas-branch/gcc/ada/gnatchop.adb
    branches/cxx0x-lambdas-branch/gcc/ada/gnatcmd.adb
    branches/cxx0x-lambdas-branch/gcc/ada/gnatlink.adb
    branches/cxx0x-lambdas-branch/gcc/ada/make.adb
    branches/cxx0x-lambdas-branch/gcc/ada/mlib-utl.adb
    branches/cxx0x-lambdas-branch/gcc/ada/osint.adb
    branches/cxx0x-lambdas-branch/gcc/ada/osint.ads
    branches/cxx0x-lambdas-branch/gcc/ada/prj-makr.adb
    branches/cxx0x-lambdas-branch/gcc/ada/sem_ch3.adb
    branches/cxx0x-lambdas-branch/gcc/ada/sem_ch6.adb
    branches/cxx0x-lambdas-branch/gcc/ada/sem_eval.adb
    branches/cxx0x-lambdas-branch/gcc/ada/sem_prag.adb
    branches/cxx0x-lambdas-branch/gcc/ada/sem_res.adb
    branches/cxx0x-lambdas-branch/gcc/ada/sem_util.adb
    branches/cxx0x-lambdas-branch/gcc/ada/sinput-p.ads
    branches/cxx0x-lambdas-branch/gcc/config.gcc
    branches/cxx0x-lambdas-branch/gcc/config/i386/i386.c
    branches/cxx0x-lambdas-branch/gcc/config/t-darwin
    branches/cxx0x-lambdas-branch/gcc/configure
    branches/cxx0x-lambdas-branch/gcc/configure.ac
    branches/cxx0x-lambdas-branch/gcc/fortran/ChangeLog
    branches/cxx0x-lambdas-branch/gcc/fortran/Make-lang.in
    branches/cxx0x-lambdas-branch/gcc/fortran/interface.c
    branches/cxx0x-lambdas-branch/gcc/fortran/intrinsic.c
    branches/cxx0x-lambdas-branch/gcc/fortran/iresolve.c
    branches/cxx0x-lambdas-branch/gcc/fortran/parse.c
    branches/cxx0x-lambdas-branch/gcc/fortran/resolve.c
    branches/cxx0x-lambdas-branch/gcc/fortran/scanner.c
    branches/cxx0x-lambdas-branch/gcc/fortran/simplify.c
    branches/cxx0x-lambdas-branch/gcc/fortran/symbol.c
    branches/cxx0x-lambdas-branch/gcc/fortran/trans-array.c
    branches/cxx0x-lambdas-branch/gcc/fortran/trans-intrinsic.c
    branches/cxx0x-lambdas-branch/gcc/testsuite/ChangeLog
    branches/cxx0x-lambdas-branch/gcc/testsuite/gfortran.dg/external_procedures_1.f90
    branches/cxx0x-lambdas-branch/gcc/testsuite/gfortran.dg/gomp/reduction3.f90
    branches/cxx0x-lambdas-branch/gcc/testsuite/gfortran.dg/widechar_intrinsics_5.f90
    branches/cxx0x-lambdas-branch/gcc/tree-flow.h
    branches/cxx0x-lambdas-branch/gcc/tree-nested.c
    branches/cxx0x-lambdas-branch/gcc/tree-ssa-alias.c
    branches/cxx0x-lambdas-branch/gcc/tree-ssa-structalias.c
    branches/cxx0x-lambdas-branch/gcc/tree-ssa.c
    branches/cxx0x-lambdas-branch/gcc/value-prof.c
    branches/cxx0x-lambdas-branch/libgfortran/ChangeLog
    branches/cxx0x-lambdas-branch/libgfortran/generated/cshift1_16.c
    branches/cxx0x-lambdas-branch/libgfortran/generated/cshift1_4.c
    branches/cxx0x-lambdas-branch/libgfortran/generated/cshift1_8.c
    branches/cxx0x-lambdas-branch/libgfortran/generated/eoshift1_16.c
    branches/cxx0x-lambdas-branch/libgfortran/generated/eoshift1_4.c
    branches/cxx0x-lambdas-branch/libgfortran/generated/eoshift1_8.c
    branches/cxx0x-lambdas-branch/libgfortran/generated/eoshift3_16.c
    branches/cxx0x-lambdas-branch/libgfortran/generated/eoshift3_4.c
    branches/cxx0x-lambdas-branch/libgfortran/generated/eoshift3_8.c
    branches/cxx0x-lambdas-branch/libgfortran/gfortran.map
    branches/cxx0x-lambdas-branch/libgfortran/intrinsics/cshift0.c
    branches/cxx0x-lambdas-branch/libgfortran/intrinsics/eoshift0.c
    branches/cxx0x-lambdas-branch/libgfortran/intrinsics/eoshift2.c
    branches/cxx0x-lambdas-branch/libgfortran/intrinsics/string_intrinsics_inc.c
    branches/cxx0x-lambdas-branch/libgfortran/m4/cshift1.m4
    branches/cxx0x-lambdas-branch/libgfortran/m4/eoshift1.m4
    branches/cxx0x-lambdas-branch/libgfortran/m4/eoshift3.m4

Propchange: branches/cxx0x-lambdas-branch/
            ('svnmerge-integrated' modified)




More information about the Libstdc++-cvs mailing list