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]

r153839 - in /branches/gc-improv: ./ ChangeLog ...


Author: lauras
Date: Tue Nov  3 07:59:09 2009
New Revision: 153839

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153839
Log:
Merge from trunk up to r153821

Added:
    branches/gc-improv/libstdc++-v3/testsuite/20_util/duration/cons/dr974.cc
      - copied unchanged from r153821, trunk/libstdc++-v3/testsuite/20_util/duration/cons/dr974.cc
    branches/gc-improv/libstdc++-v3/testsuite/20_util/is_convertible/
      - copied from r153821, trunk/libstdc++-v3/testsuite/20_util/is_convertible/
    branches/gc-improv/libstdc++-v3/testsuite/20_util/pair/40925.cc
      - copied unchanged from r153821, trunk/libstdc++-v3/testsuite/20_util/pair/40925.cc
Modified:
    branches/gc-improv/libstdc++-v3/ChangeLog
    branches/gc-improv/libstdc++-v3/doc/xml/manual/intro.xml
    branches/gc-improv/libstdc++-v3/include/bits/random.h
    branches/gc-improv/libstdc++-v3/include/bits/stl_iterator_base_funcs.h
    branches/gc-improv/libstdc++-v3/include/bits/stl_pair.h
    branches/gc-improv/libstdc++-v3/include/decimal/decimal
    branches/gc-improv/libstdc++-v3/include/decimal/decimal.h
    branches/gc-improv/libstdc++-v3/include/parallel/multiseq_selection.h
    branches/gc-improv/libstdc++-v3/include/std/chrono
    branches/gc-improv/libstdc++-v3/include/std/type_traits
    branches/gc-improv/libstdc++-v3/libsupc++/tinfo.cc
    branches/gc-improv/libstdc++-v3/libsupc++/tinfo2.cc
    branches/gc-improv/libstdc++-v3/libsupc++/typeinfo
    branches/gc-improv/libstdc++-v3/testsuite/20_util/duration/cons/1_neg.cc
    branches/gc-improv/libstdc++-v3/testsuite/20_util/duration/requirements/typedefs_neg1.cc
    branches/gc-improv/libstdc++-v3/testsuite/20_util/duration/requirements/typedefs_neg2.cc
    branches/gc-improv/libstdc++-v3/testsuite/20_util/duration/requirements/typedefs_neg3.cc
    branches/gc-improv/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs_neg.cc
    branches/gc-improv/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc

Changes in other areas also in this revision:
Added:
    branches/gc-improv/gcc/ada/a-tirsfi.adb
      - copied unchanged from r153821, trunk/gcc/ada/a-tirsfi.adb
    branches/gc-improv/gcc/ada/a-tirsfi.ads
      - copied unchanged from r153821, trunk/gcc/ada/a-tirsfi.ads
    branches/gc-improv/gcc/ada/a-wrstfi.adb
      - copied unchanged from r153821, trunk/gcc/ada/a-wrstfi.adb
    branches/gc-improv/gcc/ada/a-wrstfi.ads
      - copied unchanged from r153821, trunk/gcc/ada/a-wrstfi.ads
    branches/gc-improv/gcc/ada/a-zrstfi.adb
      - copied unchanged from r153821, trunk/gcc/ada/a-zrstfi.adb
    branches/gc-improv/gcc/ada/a-zrstfi.ads
      - copied unchanged from r153821, trunk/gcc/ada/a-zrstfi.ads
    branches/gc-improv/gcc/config/spu/cache.S
      - copied unchanged from r153821, trunk/gcc/config/spu/cache.S
    branches/gc-improv/gcc/config/spu/cachemgr.c
      - copied unchanged from r153821, trunk/gcc/config/spu/cachemgr.c
    branches/gc-improv/gcc/config/spu/spu_cache.h
      - copied unchanged from r153821, trunk/gcc/config/spu/spu_cache.h
    branches/gc-improv/gcc/testsuite/c-c++-common/restrict-1.c
      - copied unchanged from r153821, trunk/gcc/testsuite/c-c++-common/restrict-1.c
    branches/gc-improv/gcc/testsuite/c-c++-common/restrict-2.c
      - copied unchanged from r153821, trunk/gcc/testsuite/c-c++-common/restrict-2.c
    branches/gc-improv/gcc/testsuite/c-c++-common/restrict-4.c
      - copied unchanged from r153821, trunk/gcc/testsuite/c-c++-common/restrict-4.c
    branches/gc-improv/gcc/testsuite/g++.dg/cpp0x/initlist25.C
      - copied unchanged from r153821, trunk/gcc/testsuite/g++.dg/cpp0x/initlist25.C
    branches/gc-improv/gcc/testsuite/g++.dg/cpp0x/inline-ns1.C
      - copied unchanged from r153821, trunk/gcc/testsuite/g++.dg/cpp0x/inline-ns1.C
    branches/gc-improv/gcc/testsuite/g++.dg/cpp0x/inline-ns2.C
      - copied unchanged from r153821, trunk/gcc/testsuite/g++.dg/cpp0x/inline-ns2.C
    branches/gc-improv/gcc/testsuite/g++.dg/cpp0x/inline-ns3.C
      - copied unchanged from r153821, trunk/gcc/testsuite/g++.dg/cpp0x/inline-ns3.C
    branches/gc-improv/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-conv.C
      - copied unchanged from r153821, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-conv.C
    branches/gc-improv/gcc/testsuite/g++.dg/cpp0x/linkage2.C
      - copied unchanged from r153821, trunk/gcc/testsuite/g++.dg/cpp0x/linkage2.C
    branches/gc-improv/gcc/testsuite/g++.dg/eh/pr41819.C
      - copied unchanged from r153821, trunk/gcc/testsuite/g++.dg/eh/pr41819.C
    branches/gc-improv/gcc/testsuite/g++.dg/ext/sync-3.C
      - copied unchanged from r153821, trunk/gcc/testsuite/g++.dg/ext/sync-3.C
    branches/gc-improv/gcc/testsuite/g++.dg/ext/visibility/namespace3.C
      - copied unchanged from r153821, trunk/gcc/testsuite/g++.dg/ext/visibility/namespace3.C
    branches/gc-improv/gcc/testsuite/g++.dg/lto/20091026-1_0.C
      - copied unchanged from r153821, trunk/gcc/testsuite/g++.dg/lto/20091026-1_0.C
    branches/gc-improv/gcc/testsuite/g++.dg/lto/20091026-1_1.C
      - copied unchanged from r153821, trunk/gcc/testsuite/g++.dg/lto/20091026-1_1.C
    branches/gc-improv/gcc/testsuite/g++.dg/lto/20091026-1_a.h
      - copied unchanged from r153821, trunk/gcc/testsuite/g++.dg/lto/20091026-1_a.h
    branches/gc-improv/gcc/testsuite/g++.dg/rtti/typeid9.C
      - copied unchanged from r153821, trunk/gcc/testsuite/g++.dg/rtti/typeid9.C
    branches/gc-improv/gcc/testsuite/g++.dg/template/sizeof12.C
      - copied unchanged from r153821, trunk/gcc/testsuite/g++.dg/template/sizeof12.C
    branches/gc-improv/gcc/testsuite/g++.dg/torture/pr41775.C
      - copied unchanged from r153821, trunk/gcc/testsuite/g++.dg/torture/pr41775.C
    branches/gc-improv/gcc/testsuite/g++.dg/tree-ssa/restrict1.C
      - copied unchanged from r153821, trunk/gcc/testsuite/g++.dg/tree-ssa/restrict1.C
    branches/gc-improv/gcc/testsuite/gcc.c-torture/execute/pr41750.c
      - copied unchanged from r153821, trunk/gcc/testsuite/gcc.c-torture/execute/pr41750.c
    branches/gc-improv/gcc/testsuite/gcc.dg/debug/pr41893-1.c
      - copied unchanged from r153821, trunk/gcc/testsuite/gcc.dg/debug/pr41893-1.c
    branches/gc-improv/gcc/testsuite/gcc.dg/debug/pr41893-2.c
      - copied unchanged from r153821, trunk/gcc/testsuite/gcc.dg/debug/pr41893-2.c
    branches/gc-improv/gcc/testsuite/gcc.dg/lto/20091027-1_0.c
      - copied unchanged from r153821, trunk/gcc/testsuite/gcc.dg/lto/20091027-1_0.c
    branches/gc-improv/gcc/testsuite/gcc.dg/lto/20091027-1_1.c
      - copied unchanged from r153821, trunk/gcc/testsuite/gcc.dg/lto/20091027-1_1.c
    branches/gc-improv/gcc/testsuite/gcc.dg/pr41762.c
      - copied unchanged from r153821, trunk/gcc/testsuite/gcc.dg/pr41762.c
    branches/gc-improv/gcc/testsuite/gcc.dg/pr41837.c
      - copied unchanged from r153821, trunk/gcc/testsuite/gcc.dg/pr41837.c
    branches/gc-improv/gcc/testsuite/gcc.dg/pr41841.c
      - copied unchanged from r153821, trunk/gcc/testsuite/gcc.dg/pr41841.c
    branches/gc-improv/gcc/testsuite/gcc.dg/pr41842.c
      - copied unchanged from r153821, trunk/gcc/testsuite/gcc.dg/pr41842.c
    branches/gc-improv/gcc/testsuite/gcc.target/arm/thumb-bitfld1.c
      - copied unchanged from r153821, trunk/gcc/testsuite/gcc.target/arm/thumb-bitfld1.c
    branches/gc-improv/gcc/testsuite/gcc.target/arm/thumb-branch1.c
      - copied unchanged from r153821, trunk/gcc/testsuite/gcc.target/arm/thumb-branch1.c
    branches/gc-improv/gcc/testsuite/gcc.target/arm/thumb-ltu.c
      - copied unchanged from r153821, trunk/gcc/testsuite/gcc.target/arm/thumb-ltu.c
    branches/gc-improv/gcc/testsuite/gcc.target/avr/torture/pr41885.c
      - copied unchanged from r153821, trunk/gcc/testsuite/gcc.target/avr/torture/pr41885.c
    branches/gc-improv/gcc/testsuite/gcc.target/i386/brokensqrt.c
      - copied unchanged from r153821, trunk/gcc/testsuite/gcc.target/i386/brokensqrt.c
    branches/gc-improv/gcc/testsuite/gcc.target/i386/incoming-10.c
      - copied unchanged from r153821, trunk/gcc/testsuite/gcc.target/i386/incoming-10.c
    branches/gc-improv/gcc/testsuite/gcc.target/i386/incoming-11.c
      - copied unchanged from r153821, trunk/gcc/testsuite/gcc.target/i386/incoming-11.c
    branches/gc-improv/gcc/testsuite/gcc.target/i386/incoming-12.c
      - copied unchanged from r153821, trunk/gcc/testsuite/gcc.target/i386/incoming-12.c
    branches/gc-improv/gcc/testsuite/gcc.target/i386/incoming-13.c
      - copied unchanged from r153821, trunk/gcc/testsuite/gcc.target/i386/incoming-13.c
    branches/gc-improv/gcc/testsuite/gcc.target/i386/incoming-14.c
      - copied unchanged from r153821, trunk/gcc/testsuite/gcc.target/i386/incoming-14.c
    branches/gc-improv/gcc/testsuite/gcc.target/i386/incoming-15.c
      - copied unchanged from r153821, trunk/gcc/testsuite/gcc.target/i386/incoming-15.c
    branches/gc-improv/gcc/testsuite/gcc.target/i386/incoming-6.c
      - copied unchanged from r153821, trunk/gcc/testsuite/gcc.target/i386/incoming-6.c
    branches/gc-improv/gcc/testsuite/gcc.target/i386/incoming-7.c
      - copied unchanged from r153821, trunk/gcc/testsuite/gcc.target/i386/incoming-7.c
    branches/gc-improv/gcc/testsuite/gcc.target/i386/incoming-8.c
      - copied unchanged from r153821, trunk/gcc/testsuite/gcc.target/i386/incoming-8.c
    branches/gc-improv/gcc/testsuite/gcc.target/i386/incoming-9.c
      - copied unchanged from r153821, trunk/gcc/testsuite/gcc.target/i386/incoming-9.c
    branches/gc-improv/gcc/testsuite/gcc.target/i386/pr37843-4.c
      - copied unchanged from r153821, trunk/gcc/testsuite/gcc.target/i386/pr37843-4.c
    branches/gc-improv/gcc/testsuite/gcc.target/mips/mmcount-ra-address-1.c
      - copied unchanged from r153821, trunk/gcc/testsuite/gcc.target/mips/mmcount-ra-address-1.c
    branches/gc-improv/gcc/testsuite/gcc.target/mips/mmcount-ra-address-2.c
      - copied unchanged from r153821, trunk/gcc/testsuite/gcc.target/mips/mmcount-ra-address-2.c
    branches/gc-improv/gcc/testsuite/gcc.target/mips/mmcount-ra-address-3.c
      - copied unchanged from r153821, trunk/gcc/testsuite/gcc.target/mips/mmcount-ra-address-3.c
    branches/gc-improv/gcc/testsuite/gcc.target/spu/ea/
      - copied from r153821, trunk/gcc/testsuite/gcc.target/spu/ea/
    branches/gc-improv/gcc/testsuite/gfortran.dg/allocatable_scalar_4.f90
      - copied unchanged from r153821, trunk/gcc/testsuite/gfortran.dg/allocatable_scalar_4.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/associated_target_3.f90
      - copied unchanged from r153821, trunk/gcc/testsuite/gfortran.dg/associated_target_3.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/intent_out_6.f90
      - copied unchanged from r153821, trunk/gcc/testsuite/gfortran.dg/intent_out_6.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/lto/20091028-1_0.f90
      - copied unchanged from r153821, trunk/gcc/testsuite/gfortran.dg/lto/20091028-1_0.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/lto/20091028-1_1.c
      - copied unchanged from r153821, trunk/gcc/testsuite/gfortran.dg/lto/20091028-1_1.c
    branches/gc-improv/gcc/testsuite/gfortran.dg/lto/20091028-2_0.f90
      - copied unchanged from r153821, trunk/gcc/testsuite/gfortran.dg/lto/20091028-2_0.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/lto/20091028-2_1.c
      - copied unchanged from r153821, trunk/gcc/testsuite/gfortran.dg/lto/20091028-2_1.c
    branches/gc-improv/gcc/testsuite/gfortran.dg/lto/pr41764_0.f
      - copied unchanged from r153821, trunk/gcc/testsuite/gfortran.dg/lto/pr41764_0.f
    branches/gc-improv/gcc/testsuite/gnat.dg/opt5.adb
      - copied unchanged from r153821, trunk/gcc/testsuite/gnat.dg/opt5.adb
    branches/gc-improv/gcc/testsuite/gnat.dg/pack14.adb
      - copied unchanged from r153821, trunk/gcc/testsuite/gnat.dg/pack14.adb
    branches/gc-improv/gcc/testsuite/gnat.dg/specs/pack5.ads
      - copied unchanged from r153821, trunk/gcc/testsuite/gnat.dg/specs/pack5.ads
    branches/gc-improv/gcc/testsuite/gnat.dg/specs/rep_clause4.ads
      - copied unchanged from r153821, trunk/gcc/testsuite/gnat.dg/specs/rep_clause4.ads
Removed:
    branches/gc-improv/gcc/testsuite/g++.dg/other/linkage2.C
    branches/gc-improv/gcc/testsuite/gcc.dg/tree-ssa/restrict-1.c
    branches/gc-improv/gcc/testsuite/gcc.dg/tree-ssa/restrict-2.c
    branches/gc-improv/gcc/testsuite/gcc.dg/tree-ssa/restrict-4.c
    branches/gc-improv/gcc/testsuite/gcc.target/i386/cold-attribute-4.s
Modified:
    branches/gc-improv/   (props changed)
    branches/gc-improv/ChangeLog
    branches/gc-improv/configure
    branches/gc-improv/configure.ac
    branches/gc-improv/gcc/ChangeLog
    branches/gc-improv/gcc/DATESTAMP
    branches/gc-improv/gcc/Makefile.in
    branches/gc-improv/gcc/ada/ChangeLog
    branches/gc-improv/gcc/ada/Makefile.rtl
    branches/gc-improv/gcc/ada/a-direct.adb
    branches/gc-improv/gcc/ada/a-ngelfu.adb
    branches/gc-improv/gcc/ada/a-ngrear.adb
    branches/gc-improv/gcc/ada/a-reatim.adb
    branches/gc-improv/gcc/ada/a-ststio.adb
    branches/gc-improv/gcc/ada/a-textio.adb
    branches/gc-improv/gcc/ada/a-textio.ads
    branches/gc-improv/gcc/ada/a-tideau.adb
    branches/gc-improv/gcc/ada/a-tideio.adb
    branches/gc-improv/gcc/ada/a-wichun.adb   (props changed)
    branches/gc-improv/gcc/ada/a-wichun.ads   (props changed)
    branches/gc-improv/gcc/ada/a-widcha.ads   (props changed)
    branches/gc-improv/gcc/ada/a-witeio.adb
    branches/gc-improv/gcc/ada/a-witeio.ads
    branches/gc-improv/gcc/ada/a-wtdeio.adb
    branches/gc-improv/gcc/ada/a-wtedit.adb
    branches/gc-improv/gcc/ada/a-ztdeau.adb
    branches/gc-improv/gcc/ada/a-ztdeio.adb
    branches/gc-improv/gcc/ada/a-ztedit.adb
    branches/gc-improv/gcc/ada/a-ztexio.adb
    branches/gc-improv/gcc/ada/a-ztexio.ads
    branches/gc-improv/gcc/ada/adaint.c
    branches/gc-improv/gcc/ada/adaint.h
    branches/gc-improv/gcc/ada/ali.adb
    branches/gc-improv/gcc/ada/bcheck.adb
    branches/gc-improv/gcc/ada/checks.adb
    branches/gc-improv/gcc/ada/exp_aggr.adb
    branches/gc-improv/gcc/ada/exp_attr.adb
    branches/gc-improv/gcc/ada/exp_ch3.adb
    branches/gc-improv/gcc/ada/exp_ch4.adb
    branches/gc-improv/gcc/ada/exp_ch4.ads
    branches/gc-improv/gcc/ada/exp_ch9.adb
    branches/gc-improv/gcc/ada/exp_ch9.ads
    branches/gc-improv/gcc/ada/gcc-interface/Make-lang.in
    branches/gc-improv/gcc/ada/gcc-interface/decl.c
    branches/gc-improv/gcc/ada/gcc-interface/gigi.h
    branches/gc-improv/gcc/ada/gcc-interface/trans.c
    branches/gc-improv/gcc/ada/gcc-interface/utils.c
    branches/gc-improv/gcc/ada/gnat_rm.texi
    branches/gc-improv/gcc/ada/gnat_ugn.texi
    branches/gc-improv/gcc/ada/gnatbind.adb
    branches/gc-improv/gcc/ada/gnatcmd.adb
    branches/gc-improv/gcc/ada/gnatlink.adb
    branches/gc-improv/gcc/ada/gnatname.adb
    branches/gc-improv/gcc/ada/init.c
    branches/gc-improv/gcc/ada/link.c
    branches/gc-improv/gcc/ada/make.adb
    branches/gc-improv/gcc/ada/makeutl.adb
    branches/gc-improv/gcc/ada/opt.ads
    branches/gc-improv/gcc/ada/osint.adb
    branches/gc-improv/gcc/ada/osint.ads
    branches/gc-improv/gcc/ada/par-ch4.adb
    branches/gc-improv/gcc/ada/prj-err.adb
    branches/gc-improv/gcc/ada/prj-ext.adb
    branches/gc-improv/gcc/ada/prj-nmsc.adb
    branches/gc-improv/gcc/ada/prj-part.adb
    branches/gc-improv/gcc/ada/prj-tree.adb
    branches/gc-improv/gcc/ada/raise-gcc.c
    branches/gc-improv/gcc/ada/s-crtl.ads
    branches/gc-improv/gcc/ada/s-fileio.adb
    branches/gc-improv/gcc/ada/s-fileio.ads
    branches/gc-improv/gcc/ada/s-os_lib.adb
    branches/gc-improv/gcc/ada/s-os_lib.ads
    branches/gc-improv/gcc/ada/sem_aggr.adb
    branches/gc-improv/gcc/ada/sem_attr.adb
    branches/gc-improv/gcc/ada/sem_case.adb
    branches/gc-improv/gcc/ada/sem_ch12.adb
    branches/gc-improv/gcc/ada/sem_ch3.adb
    branches/gc-improv/gcc/ada/sem_res.adb
    branches/gc-improv/gcc/ada/sem_scil.adb
    branches/gc-improv/gcc/ada/sem_type.adb
    branches/gc-improv/gcc/ada/sem_util.adb
    branches/gc-improv/gcc/ada/sem_util.ads
    branches/gc-improv/gcc/ada/sem_warn.adb
    branches/gc-improv/gcc/ada/sem_warn.ads
    branches/gc-improv/gcc/ada/styleg.adb
    branches/gc-improv/gcc/ada/switch-m.adb
    branches/gc-improv/gcc/ada/tbuild.adb
    branches/gc-improv/gcc/ada/tbuild.ads
    branches/gc-improv/gcc/ada/types.ads
    branches/gc-improv/gcc/ada/usage.adb
    branches/gc-improv/gcc/ada/xsnamest.adb
    branches/gc-improv/gcc/alias.c
    branches/gc-improv/gcc/auto-inc-dec.c
    branches/gc-improv/gcc/bb-reorder.c
    branches/gc-improv/gcc/builtins.c
    branches/gc-improv/gcc/c-common.c
    branches/gc-improv/gcc/c-common.h
    branches/gc-improv/gcc/c-decl.c
    branches/gc-improv/gcc/c-parser.c
    branches/gc-improv/gcc/c-pragma.c
    branches/gc-improv/gcc/c-pragma.h
    branches/gc-improv/gcc/c-pretty-print.c
    branches/gc-improv/gcc/c-tree.h
    branches/gc-improv/gcc/c-typeck.c
    branches/gc-improv/gcc/cfgexpand.c
    branches/gc-improv/gcc/cgraphunit.c
    branches/gc-improv/gcc/combine.c
    branches/gc-improv/gcc/common.opt
    branches/gc-improv/gcc/config.gcc
    branches/gc-improv/gcc/config/arm/arm.c
    branches/gc-improv/gcc/config/arm/arm.md
    branches/gc-improv/gcc/config/arm/bpabi.h
    branches/gc-improv/gcc/config/arm/cortex-a9.md
    branches/gc-improv/gcc/config/arm/linux-eabi.h
    branches/gc-improv/gcc/config/arm/thumb2.md
    branches/gc-improv/gcc/config/arm/unwind-arm.c
    branches/gc-improv/gcc/config/frv/frv-protos.h
    branches/gc-improv/gcc/config/frv/frv.c
    branches/gc-improv/gcc/config/frv/frv.h
    branches/gc-improv/gcc/config/i386/i386.c
    branches/gc-improv/gcc/config/i386/i386.h
    branches/gc-improv/gcc/config/i386/mingw.opt
    branches/gc-improv/gcc/config/i386/mingw32.h
    branches/gc-improv/gcc/config/ia64/ia64.c
    branches/gc-improv/gcc/config/mips/mips-protos.h
    branches/gc-improv/gcc/config/mips/mips.c
    branches/gc-improv/gcc/config/mips/mips.h
    branches/gc-improv/gcc/config/mips/mips.opt
    branches/gc-improv/gcc/config/mn10300/mn10300-protos.h
    branches/gc-improv/gcc/config/mn10300/mn10300.c
    branches/gc-improv/gcc/config/mn10300/mn10300.h
    branches/gc-improv/gcc/config/sh/sh.md
    branches/gc-improv/gcc/config/spu/spu-c.c
    branches/gc-improv/gcc/config/spu/spu-elf.h
    branches/gc-improv/gcc/config/spu/spu.c
    branches/gc-improv/gcc/config/spu/spu.h
    branches/gc-improv/gcc/config/spu/spu.opt
    branches/gc-improv/gcc/config/spu/t-spu-elf
    branches/gc-improv/gcc/convert.c
    branches/gc-improv/gcc/coretypes.h
    branches/gc-improv/gcc/cp/ChangeLog
    branches/gc-improv/gcc/cp/call.c
    branches/gc-improv/gcc/cp/class.c
    branches/gc-improv/gcc/cp/cp-tree.h
    branches/gc-improv/gcc/cp/decl.c
    branches/gc-improv/gcc/cp/decl2.c
    branches/gc-improv/gcc/cp/mangle.c
    branches/gc-improv/gcc/cp/name-lookup.c
    branches/gc-improv/gcc/cp/parser.c
    branches/gc-improv/gcc/cp/pt.c
    branches/gc-improv/gcc/cp/rtti.c
    branches/gc-improv/gcc/cp/semantics.c
    branches/gc-improv/gcc/cp/tree.c
    branches/gc-improv/gcc/cp/typeck.c
    branches/gc-improv/gcc/cse.c
    branches/gc-improv/gcc/cselib.c
    branches/gc-improv/gcc/dbxout.c
    branches/gc-improv/gcc/debug.c
    branches/gc-improv/gcc/debug.h
    branches/gc-improv/gcc/df-problems.c
    branches/gc-improv/gcc/doc/extend.texi
    branches/gc-improv/gcc/doc/invoke.texi
    branches/gc-improv/gcc/doc/rtl.texi
    branches/gc-improv/gcc/doc/tm.texi
    branches/gc-improv/gcc/dse.c
    branches/gc-improv/gcc/dwarf2out.c
    branches/gc-improv/gcc/emit-rtl.c
    branches/gc-improv/gcc/emit-rtl.h
    branches/gc-improv/gcc/explow.c
    branches/gc-improv/gcc/expmed.c
    branches/gc-improv/gcc/expr.c
    branches/gc-improv/gcc/expr.h
    branches/gc-improv/gcc/final.c
    branches/gc-improv/gcc/fold-const.c
    branches/gc-improv/gcc/fortran/ChangeLog
    branches/gc-improv/gcc/fortran/check.c
    branches/gc-improv/gcc/fortran/resolve.c
    branches/gc-improv/gcc/fortran/trans-common.c
    branches/gc-improv/gcc/fortran/trans-decl.c
    branches/gc-improv/gcc/fortran/trans-expr.c
    branches/gc-improv/gcc/fwprop.c
    branches/gc-improv/gcc/gcc.c
    branches/gc-improv/gcc/gimple-pretty-print.c
    branches/gc-improv/gcc/gimple.c
    branches/gc-improv/gcc/ifcvt.c
    branches/gc-improv/gcc/ipa-inline.c
    branches/gc-improv/gcc/ipa-struct-reorg.c
    branches/gc-improv/gcc/jump.c
    branches/gc-improv/gcc/loop-invariant.c
    branches/gc-improv/gcc/lto-streamer.h
    branches/gc-improv/gcc/lto/ChangeLog
    branches/gc-improv/gcc/lto/lto.c
    branches/gc-improv/gcc/optc-gen.awk
    branches/gc-improv/gcc/opts.c
    branches/gc-improv/gcc/output.h
    branches/gc-improv/gcc/passes.c
    branches/gc-improv/gcc/print-rtl.c
    branches/gc-improv/gcc/print-tree.c
    branches/gc-improv/gcc/recog.c
    branches/gc-improv/gcc/recog.h
    branches/gc-improv/gcc/regcprop.c
    branches/gc-improv/gcc/regmove.c
    branches/gc-improv/gcc/reload.c
    branches/gc-improv/gcc/reload.h
    branches/gc-improv/gcc/reload1.c
    branches/gc-improv/gcc/rtl.c
    branches/gc-improv/gcc/rtl.h
    branches/gc-improv/gcc/rtlanal.c
    branches/gc-improv/gcc/rtlhooks.c
    branches/gc-improv/gcc/sched-deps.c
    branches/gc-improv/gcc/sched-rgn.c
    branches/gc-improv/gcc/sdbout.c
    branches/gc-improv/gcc/sel-sched-dump.c
    branches/gc-improv/gcc/simplify-rtx.c
    branches/gc-improv/gcc/stor-layout.c
    branches/gc-improv/gcc/target-def.h
    branches/gc-improv/gcc/target.h
    branches/gc-improv/gcc/targhooks.c
    branches/gc-improv/gcc/targhooks.h
    branches/gc-improv/gcc/testsuite/ChangeLog
    branches/gc-improv/gcc/testsuite/c-c++-common/dfp/pr35620.c
    branches/gc-improv/gcc/testsuite/g++.dg/abi/mangle32.C
    branches/gc-improv/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-const-neg.C
    branches/gc-improv/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-mangle.C
    branches/gc-improv/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-non-const.C
    branches/gc-improv/gcc/testsuite/g++.dg/cpp0x/nolinkage1.C
    branches/gc-improv/gcc/testsuite/g++.dg/debug/dwarf2/anonname1.C
    branches/gc-improv/gcc/testsuite/g++.dg/ext/anon-struct4.C
    branches/gc-improv/gcc/testsuite/g++.dg/lookup/anon2.C
    branches/gc-improv/gcc/testsuite/g++.dg/lookup/extern-c-redecl5.C
    branches/gc-improv/gcc/testsuite/g++.dg/lookup/using16.C
    branches/gc-improv/gcc/testsuite/g++.dg/other/anon3.C
    branches/gc-improv/gcc/testsuite/g++.dg/template/arg2.C
    branches/gc-improv/gcc/testsuite/g++.dg/template/local4.C
    branches/gc-improv/gcc/testsuite/g++.old-deja/g++.law/operators32.C
    branches/gc-improv/gcc/testsuite/g++.old-deja/g++.other/anon9.C
    branches/gc-improv/gcc/testsuite/g++.old-deja/g++.other/linkage1.C
    branches/gc-improv/gcc/testsuite/g++.old-deja/g++.other/linkage2.C
    branches/gc-improv/gcc/testsuite/g++.old-deja/g++.pt/enum6.C
    branches/gc-improv/gcc/testsuite/gcc.dg/torture/ipa-pta-1.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/costmodel/i386/costmodel-fast-math-vect-pr29925.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/costmodel/i386/costmodel-vect-31.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/costmodel/i386/costmodel-vect-33.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/costmodel-fast-math-vect-pr29925.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/costmodel-vect-31.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/costmodel-vect-33.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/no-section-anchors-vect-31.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/no-section-anchors-vect-64.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/no-section-anchors-vect-66.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/no-section-anchors-vect-68.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/no-section-anchors-vect-69.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/slp-25.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-109.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-26.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-27.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-28.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-29.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-33.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-44.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-48.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-50.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-52.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-54.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-56.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-58.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-60.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-70.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-72.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-87.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-88.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-89.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-91.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-92.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-93.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-95.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-96.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-multitypes-1.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-multitypes-3.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-multitypes-4.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-multitypes-6.c
    branches/gc-improv/gcc/testsuite/gcc.target/i386/sse-recip-vec.c
    branches/gc-improv/gcc/testsuite/gcc.target/i386/sse-recip.c
    branches/gc-improv/gcc/testsuite/gcc.target/mips/mips.exp
    branches/gc-improv/gcc/testsuite/gcc.target/powerpc/vsx-vectorize-2.c
    branches/gc-improv/gcc/testsuite/gcc.target/powerpc/vsx-vectorize-3.c
    branches/gc-improv/gcc/testsuite/gcc.target/powerpc/vsx-vectorize-4.c
    branches/gc-improv/gcc/testsuite/gcc.target/powerpc/vsx-vectorize-5.c
    branches/gc-improv/gcc/testsuite/gcc.target/powerpc/vsx-vectorize-6.c
    branches/gc-improv/gcc/testsuite/gcc.target/powerpc/vsx-vectorize-7.c
    branches/gc-improv/gcc/testsuite/gfortran.dg/vect/vect-2.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/vect/vect-3.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/vect/vect-4.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/vect/vect-5.f90
    branches/gc-improv/gcc/testsuite/gnat.dg/null_pointer_deref1.adb
    branches/gc-improv/gcc/testsuite/gnat.dg/null_pointer_deref2.adb
    branches/gc-improv/gcc/testsuite/lib/target-supports.exp
    branches/gc-improv/gcc/tree-cfg.c
    branches/gc-improv/gcc/tree-complex.c
    branches/gc-improv/gcc/tree-eh.c
    branches/gc-improv/gcc/tree-flow.h
    branches/gc-improv/gcc/tree-inline.c
    branches/gc-improv/gcc/tree-pass.h
    branches/gc-improv/gcc/tree-pretty-print.c
    branches/gc-improv/gcc/tree-sra.c
    branches/gc-improv/gcc/tree-ssa-address.c
    branches/gc-improv/gcc/tree-ssa-alias.c
    branches/gc-improv/gcc/tree-ssa-loop-ivopts.c
    branches/gc-improv/gcc/tree-ssa-math-opts.c
    branches/gc-improv/gcc/tree-ssa-sccvn.c
    branches/gc-improv/gcc/tree-ssa-structalias.c
    branches/gc-improv/gcc/tree-ssa.c
    branches/gc-improv/gcc/tree-vect-data-refs.c
    branches/gc-improv/gcc/tree.c
    branches/gc-improv/gcc/tree.def
    branches/gc-improv/gcc/tree.h
    branches/gc-improv/gcc/var-tracking.c
    branches/gc-improv/gcc/varasm.c
    branches/gc-improv/gcc/vmsdbgout.c
    branches/gc-improv/libgfortran/ChangeLog
    branches/gc-improv/libgfortran/intrinsics/iso_c_binding.c
    branches/gc-improv/libgfortran/intrinsics/unpack_generic.c
    branches/gc-improv/libgfortran/io/write.c
    branches/gc-improv/libgfortran/libgfortran.h
    branches/gc-improv/libgomp/ChangeLog
    branches/gc-improv/libjava/ChangeLog
    branches/gc-improv/libjava/configure
    branches/gc-improv/libjava/configure.ac
    branches/gc-improv/lto-plugin/ChangeLog
    branches/gc-improv/lto-plugin/configure
    branches/gc-improv/lto-plugin/configure.ac
    branches/gc-improv/lto-plugin/lto-plugin.c

Propchange: branches/gc-improv/
            ('svn:mergeinfo' modified)

Propchange: branches/gc-improv/gcc/ada/a-wichun.adb
            ('svn:executable' removed)

Propchange: branches/gc-improv/gcc/ada/a-wichun.ads
            ('svn:executable' removed)

Propchange: branches/gc-improv/gcc/ada/a-widcha.ads
            ('svn:executable' removed)



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