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]

r186536 - in /branches/gupc: ./ ChangeLog MAINT...


Author: gfunck
Date: Tue Apr 17 15:58:26 2012
New Revision: 186536

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186536
Log:
	Merge trunk version 186486 into gupc branch.

Added:
    branches/gupc/libstdc++-v3/testsuite/20_util/hash/52931.cc
      - copied unchanged from r186487, trunk/libstdc++-v3/testsuite/20_util/hash/52931.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/is_trivially_destructible/
      - copied from r186487, trunk/libstdc++-v3/testsuite/20_util/is_trivially_destructible/
    branches/gupc/libstdc++-v3/testsuite/20_util/shared_ptr/cons/52924.cc
      - copied unchanged from r186487, trunk/libstdc++-v3/testsuite/20_util/shared_ptr/cons/52924.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/forward_list/modifiers/6.cc
      - copied unchanged from r186487, trunk/libstdc++-v3/testsuite/23_containers/forward_list/modifiers/6.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/52942.cc
      - copied unchanged from r186487, trunk/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/52942.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/52942.cc
      - copied unchanged from r186487, trunk/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/52942.cc
    branches/gupc/libstdc++-v3/testsuite/25_algorithms/stable_partition/pr52822.cc
      - copied unchanged from r186487, trunk/libstdc++-v3/testsuite/25_algorithms/stable_partition/pr52822.cc
    branches/gupc/libstdc++-v3/testsuite/26_numerics/headers/cmath/51083.cc
      - copied unchanged from r186487, trunk/libstdc++-v3/testsuite/26_numerics/headers/cmath/51083.cc
Removed:
    branches/gupc/libstdc++-v3/testsuite/26_numerics/cmath/
Modified:
    branches/gupc/libstdc++-v3/ChangeLog
    branches/gupc/libstdc++-v3/acinclude.m4
    branches/gupc/libstdc++-v3/configure
    branches/gupc/libstdc++-v3/doc/xml/manual/debug.xml
    branches/gupc/libstdc++-v3/include/bits/forward_list.h
    branches/gupc/libstdc++-v3/include/bits/forward_list.tcc
    branches/gupc/libstdc++-v3/include/bits/functional_hash.h
    branches/gupc/libstdc++-v3/include/bits/hashtable.h
    branches/gupc/libstdc++-v3/include/bits/hashtable_policy.h
    branches/gupc/libstdc++-v3/include/bits/random.tcc
    branches/gupc/libstdc++-v3/include/bits/shared_ptr_base.h
    branches/gupc/libstdc++-v3/include/bits/stl_algo.h
    branches/gupc/libstdc++-v3/include/bits/stl_algobase.h
    branches/gupc/libstdc++-v3/include/bits/stl_function.h
    branches/gupc/libstdc++-v3/include/bits/unordered_map.h
    branches/gupc/libstdc++-v3/include/bits/unordered_set.h
    branches/gupc/libstdc++-v3/include/debug/forward_list
    branches/gupc/libstdc++-v3/include/debug/safe_iterator.h
    branches/gupc/libstdc++-v3/include/debug/safe_iterator.tcc
    branches/gupc/libstdc++-v3/include/ext/functional
    branches/gupc/libstdc++-v3/include/std/type_traits
    branches/gupc/libstdc++-v3/python/libstdcxx/v6/printers.py
    branches/gupc/libstdc++-v3/src/c++98/mt_allocator.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/declval/requirements/1_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/pair/requirements/dr801.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/shared_ptr/cons/43820_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/tuple/requirements/dr801.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/forward_list/debug/splice_after.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/forward_list/operations/1.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_set/instantiation_neg.cc
    branches/gupc/libstdc++-v3/testsuite/25_algorithms/stable_partition/moveable.cc
    branches/gupc/libstdc++-v3/testsuite/Makefile.am
    branches/gupc/libstdc++-v3/testsuite/Makefile.in
    branches/gupc/libstdc++-v3/testsuite/lib/prune.exp
    branches/gupc/libstdc++-v3/testsuite/performance/30_threads/future/polling.cc
    branches/gupc/libstdc++-v3/testsuite/util/testsuite_common_types.h

Changes in other areas also in this revision:
Added:
    branches/gupc/gcc/config/i386/gnu-user-common.h
      - copied unchanged from r186487, trunk/gcc/config/i386/gnu-user-common.h
    branches/gupc/gcc/lto/lto-partition.c
      - copied unchanged from r186487, trunk/gcc/lto/lto-partition.c
    branches/gupc/gcc/lto/lto-partition.h
      - copied unchanged from r186487, trunk/gcc/lto/lto-partition.h
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/initlist-ctor1.C
      - copied unchanged from r186487, trunk/gcc/testsuite/g++.dg/cpp0x/initlist-ctor1.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/nullptr27.C
      - copied unchanged from r186487, trunk/gcc/testsuite/g++.dg/cpp0x/nullptr27.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/variadic123.C
      - copied unchanged from r186487, trunk/gcc/testsuite/g++.dg/cpp0x/variadic123.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/variadic124.C
      - copied unchanged from r186487, trunk/gcc/testsuite/g++.dg/cpp0x/variadic124.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/variadic125.C
      - copied unchanged from r186487, trunk/gcc/testsuite/g++.dg/cpp0x/variadic125.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/variadic126.C
      - copied unchanged from r186487, trunk/gcc/testsuite/g++.dg/cpp0x/variadic126.C
    branches/gupc/gcc/testsuite/g++.dg/eh/dtor3.C
      - copied unchanged from r186487, trunk/gcc/testsuite/g++.dg/eh/dtor3.C
    branches/gupc/gcc/testsuite/g++.dg/ext/attrib45.C
      - copied unchanged from r186487, trunk/gcc/testsuite/g++.dg/ext/attrib45.C
    branches/gupc/gcc/testsuite/g++.dg/ipa/pr52939.C
      - copied unchanged from r186487, trunk/gcc/testsuite/g++.dg/ipa/pr52939.C
    branches/gupc/gcc/testsuite/g++.dg/lookup/using52.C
      - copied unchanged from r186487, trunk/gcc/testsuite/g++.dg/lookup/using52.C
    branches/gupc/gcc/testsuite/g++.dg/other/anon-union2.C
      - copied unchanged from r186487, trunk/gcc/testsuite/g++.dg/other/anon-union2.C
    branches/gupc/gcc/testsuite/g++.dg/torture/pr52918-1.C
      - copied unchanged from r186487, trunk/gcc/testsuite/g++.dg/torture/pr52918-1.C
    branches/gupc/gcc/testsuite/g++.dg/torture/pr52918-2.C
      - copied unchanged from r186487, trunk/gcc/testsuite/g++.dg/torture/pr52918-2.C
    branches/gupc/gcc/testsuite/g++.dg/warn/format8.C
      - copied unchanged from r186487, trunk/gcc/testsuite/g++.dg/warn/format8.C
    branches/gupc/gcc/testsuite/gcc.dg/lto/pr52634_0.c
      - copied unchanged from r186487, trunk/gcc/testsuite/gcc.dg/lto/pr52634_0.c
    branches/gupc/gcc/testsuite/gcc.dg/lto/pr52634_1.c
      - copied unchanged from r186487, trunk/gcc/testsuite/gcc.dg/lto/pr52634_1.c
    branches/gupc/gcc/testsuite/gcc.dg/pr51879-12.c
      - copied unchanged from r186487, trunk/gcc/testsuite/gcc.dg/pr51879-12.c
    branches/gupc/gcc/testsuite/gcc.dg/pr52549.c
      - copied unchanged from r186487, trunk/gcc/testsuite/gcc.dg/pr52549.c
    branches/gupc/gcc/testsuite/gcc.dg/pr52734.c
      - copied unchanged from r186487, trunk/gcc/testsuite/gcc.dg/pr52734.c
    branches/gupc/gcc/testsuite/gcc.dg/pr52862.c
      - copied unchanged from r186487, trunk/gcc/testsuite/gcc.dg/pr52862.c
    branches/gupc/gcc/testsuite/gcc.dg/superblock.c
      - copied unchanged from r186487, trunk/gcc/testsuite/gcc.dg/superblock.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr52881.c
      - copied unchanged from r186487, trunk/gcc/testsuite/gcc.dg/torture/pr52881.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr52912.c
      - copied unchanged from r186487, trunk/gcc/testsuite/gcc.dg/torture/pr52912.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr52913.c
      - copied unchanged from r186487, trunk/gcc/testsuite/gcc.dg/torture/pr52913.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr52943.c
      - copied unchanged from r186487, trunk/gcc/testsuite/gcc.dg/torture/pr52943.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr52969.c
      - copied unchanged from r186487, trunk/gcc/testsuite/gcc.dg/torture/pr52969.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pr18589-1.c
      - copied unchanged from r186487, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr18589-1.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pr18589-10.c
      - copied unchanged from r186487, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr18589-10.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pr18589-2.c
      - copied unchanged from r186487, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr18589-2.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pr18589-3.c
      - copied unchanged from r186487, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr18589-3.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pr18589-4.c
      - copied unchanged from r186487, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr18589-4.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pr18589-5.c
      - copied unchanged from r186487, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr18589-5.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pr18589-6.c
      - copied unchanged from r186487, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr18589-6.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pr18589-7.c
      - copied unchanged from r186487, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr18589-7.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pr18589-8.c
      - copied unchanged from r186487, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr18589-8.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pr18589-9.c
      - copied unchanged from r186487, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr18589-9.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/pr52870.c
      - copied unchanged from r186487, trunk/gcc/testsuite/gcc.dg/vect/pr52870.c
    branches/gupc/gcc/testsuite/gcc.target/arm/thumb1-imm.c
      - copied unchanged from r186487, trunk/gcc/testsuite/gcc.target/arm/thumb1-imm.c
    branches/gupc/gcc/testsuite/gcc.target/i386/builtin-bswap-4.c
      - copied unchanged from r186487, trunk/gcc/testsuite/gcc.target/i386/builtin-bswap-4.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr52876.c
      - copied unchanged from r186487, trunk/gcc/testsuite/gcc.target/i386/pr52876.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/pr16458-1.c
      - copied unchanged from r186487, trunk/gcc/testsuite/gcc.target/powerpc/pr16458-1.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/pr16458-2.c
      - copied unchanged from r186487, trunk/gcc/testsuite/gcc.target/powerpc/pr16458-2.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/pr16458-3.c
      - copied unchanged from r186487, trunk/gcc/testsuite/gcc.target/powerpc/pr16458-3.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/pr16458-4.c
      - copied unchanged from r186487, trunk/gcc/testsuite/gcc.target/powerpc/pr16458-4.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/pr52775.c
      - copied unchanged from r186487, trunk/gcc/testsuite/gcc.target/powerpc/pr52775.c
    branches/gupc/gcc/testsuite/gcc.target/sh/pr50751-4.c
      - copied unchanged from r186487, trunk/gcc/testsuite/gcc.target/sh/pr50751-4.c
    branches/gupc/gcc/testsuite/gcc.target/sh/pr50751-5.c
      - copied unchanged from r186487, trunk/gcc/testsuite/gcc.target/sh/pr50751-5.c
    branches/gupc/gcc/testsuite/gcc.target/sh/pr50751-6.c
      - copied unchanged from r186487, trunk/gcc/testsuite/gcc.target/sh/pr50751-6.c
    branches/gupc/gcc/testsuite/gcc.target/sh/pr50751-7.c
      - copied unchanged from r186487, trunk/gcc/testsuite/gcc.target/sh/pr50751-7.c
    branches/gupc/gcc/testsuite/gfortran.dg/block_11.f90
      - copied unchanged from r186487, trunk/gcc/testsuite/gfortran.dg/block_11.f90
    branches/gupc/gcc/testsuite/gfortran.dg/pr52621.f90
      - copied unchanged from r186487, trunk/gcc/testsuite/gfortran.dg/pr52621.f90
    branches/gupc/gcc/testsuite/gfortran.dg/proc_ptr_comp_34.f90
      - copied unchanged from r186487, trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_34.f90
    branches/gupc/gcc/testsuite/gfortran.dg/public_private_module_3.f90
      - copied unchanged from r186487, trunk/gcc/testsuite/gfortran.dg/public_private_module_3.f90
    branches/gupc/gcc/testsuite/gfortran.dg/public_private_module_4.f90
      - copied unchanged from r186487, trunk/gcc/testsuite/gfortran.dg/public_private_module_4.f90
    branches/gupc/gcc/testsuite/gfortran.dg/typebound_call_23.f03
      - copied unchanged from r186487, trunk/gcc/testsuite/gfortran.dg/typebound_call_23.f03
Modified:
    branches/gupc/   (props changed)
    branches/gupc/ChangeLog
    branches/gupc/MAINTAINERS
    branches/gupc/gcc/ChangeLog
    branches/gupc/gcc/ChangeLog.upc
    branches/gupc/gcc/Makefile.in
    branches/gupc/gcc/ada/ChangeLog
    branches/gupc/gcc/ada/a-assert.adb   (props changed)
    branches/gupc/gcc/ada/a-assert.ads   (props changed)
    branches/gupc/gcc/ada/a-chacon.adb   (props changed)
    branches/gupc/gcc/ada/a-chacon.ads   (props changed)
    branches/gupc/gcc/ada/a-coteio.ads   (props changed)
    branches/gupc/gcc/ada/a-envvar.adb   (props changed)
    branches/gupc/gcc/ada/a-envvar.ads   (props changed)
    branches/gupc/gcc/ada/a-exetim-mingw.adb   (props changed)
    branches/gupc/gcc/ada/a-exetim-mingw.ads   (props changed)
    branches/gupc/gcc/ada/a-fzteio.ads   (props changed)
    branches/gupc/gcc/ada/a-izteio.ads   (props changed)
    branches/gupc/gcc/ada/a-lcteio.ads   (props changed)
    branches/gupc/gcc/ada/a-llctio.ads   (props changed)
    branches/gupc/gcc/ada/a-scteio.ads   (props changed)
    branches/gupc/gcc/ada/a-suenco.adb   (props changed)
    branches/gupc/gcc/ada/a-suenco.ads   (props changed)
    branches/gupc/gcc/ada/a-suenst.adb   (props changed)
    branches/gupc/gcc/ada/a-suenst.ads   (props changed)
    branches/gupc/gcc/ada/a-suewst.adb   (props changed)
    branches/gupc/gcc/ada/a-suewst.ads   (props changed)
    branches/gupc/gcc/ada/a-suezst.adb   (props changed)
    branches/gupc/gcc/ada/a-suezst.ads   (props changed)
    branches/gupc/gcc/ada/a-tirsfi.adb   (props changed)
    branches/gupc/gcc/ada/a-tirsfi.ads   (props changed)
    branches/gupc/gcc/ada/a-wichha.adb   (props changed)
    branches/gupc/gcc/ada/a-wichha.ads   (props changed)
    branches/gupc/gcc/ada/a-zchara.ads   (props changed)
    branches/gupc/gcc/ada/a-zchhan.adb   (props changed)
    branches/gupc/gcc/ada/a-zchhan.ads   (props changed)
    branches/gupc/gcc/ada/a-zchuni.adb   (props changed)
    branches/gupc/gcc/ada/a-zchuni.ads   (props changed)
    branches/gupc/gcc/ada/a-zrstfi.adb   (props changed)
    branches/gupc/gcc/ada/a-zrstfi.ads   (props changed)
    branches/gupc/gcc/ada/aspects.adb   (props changed)
    branches/gupc/gcc/ada/aspects.ads   (props changed)
    branches/gupc/gcc/ada/g-byorma.adb   (props changed)
    branches/gupc/gcc/ada/g-byorma.ads   (props changed)
    branches/gupc/gcc/ada/g-decstr.adb   (props changed)
    branches/gupc/gcc/ada/g-decstr.ads   (props changed)
    branches/gupc/gcc/ada/g-encstr.adb   (props changed)
    branches/gupc/gcc/ada/g-encstr.ads   (props changed)
    branches/gupc/gcc/ada/g-spchge.adb   (props changed)
    branches/gupc/gcc/ada/g-spchge.ads   (props changed)
    branches/gupc/gcc/ada/g-u3spch.adb   (props changed)
    branches/gupc/gcc/ada/g-u3spch.ads   (props changed)
    branches/gupc/gcc/ada/g-wispch.adb   (props changed)
    branches/gupc/gcc/ada/g-wispch.ads   (props changed)
    branches/gupc/gcc/ada/g-zspche.adb   (props changed)
    branches/gupc/gcc/ada/g-zspche.ads   (props changed)
    branches/gupc/gcc/ada/gcc-interface/trans.c
    branches/gupc/gcc/ada/namet-sp.adb   (props changed)
    branches/gupc/gcc/ada/namet-sp.ads   (props changed)
    branches/gupc/gcc/ada/s-except.adb   (props changed)
    branches/gupc/gcc/ada/s-inmaop-vxworks.adb   (props changed)
    branches/gupc/gcc/ada/s-os_lib.adb   (props changed)
    branches/gupc/gcc/ada/s-os_lib.ads   (props changed)
    branches/gupc/gcc/ada/s-regexp.adb   (props changed)
    branches/gupc/gcc/ada/s-regexp.ads   (props changed)
    branches/gupc/gcc/ada/s-regpat.adb   (props changed)
    branches/gupc/gcc/ada/s-regpat.ads   (props changed)
    branches/gupc/gcc/ada/s-string.adb   (props changed)
    branches/gupc/gcc/ada/s-string.ads   (props changed)
    branches/gupc/gcc/ada/s-tasloc.adb   (props changed)
    branches/gupc/gcc/ada/s-tasloc.ads   (props changed)
    branches/gupc/gcc/ada/s-utf_32.adb   (props changed)
    branches/gupc/gcc/ada/s-utf_32.ads   (props changed)
    branches/gupc/gcc/ada/s-wchcon.adb   (props changed)
    branches/gupc/gcc/ada/sem_aux.adb   (props changed)
    branches/gupc/gcc/ada/sem_aux.ads   (props changed)
    branches/gupc/gcc/builtin-types.def
    branches/gupc/gcc/builtins.c
    branches/gupc/gcc/builtins.def
    branches/gupc/gcc/c-family/ChangeLog
    branches/gupc/gcc/c-family/c-common.c
    branches/gupc/gcc/c-family/c-common.h
    branches/gupc/gcc/c-family/c-cppbuiltin.c
    branches/gupc/gcc/c-family/c-format.c
    branches/gupc/gcc/c-family/c-gimplify.c
    branches/gupc/gcc/c-typeck.c
    branches/gupc/gcc/cfgcleanup.c
    branches/gupc/gcc/cfgexpand.c
    branches/gupc/gcc/cfglayout.c
    branches/gupc/gcc/cfgloop.h
    branches/gupc/gcc/cfgrtl.c
    branches/gupc/gcc/cgraph.c
    branches/gupc/gcc/cgraph.h
    branches/gupc/gcc/cgraphbuild.c
    branches/gupc/gcc/cgraphunit.c
    branches/gupc/gcc/common.opt
    branches/gupc/gcc/config.gcc
    branches/gupc/gcc/config/arm/arm-cores.def
    branches/gupc/gcc/config/arm/arm-tables.opt
    branches/gupc/gcc/config/arm/arm-tune.md
    branches/gupc/gcc/config/arm/arm.md
    branches/gupc/gcc/config/arm/constraints.md
    branches/gupc/gcc/config/c6x/c6x.md
    branches/gupc/gcc/config/host-linux.c
    branches/gupc/gcc/config/i386/avx2intrin.h
    branches/gupc/gcc/config/i386/gnu-user.h
    branches/gupc/gcc/config/i386/gnu-user64.h
    branches/gupc/gcc/config/i386/i386-c.c
    branches/gupc/gcc/config/i386/i386.c
    branches/gupc/gcc/config/i386/sse.md
    branches/gupc/gcc/config/m68k/m68k.md
    branches/gupc/gcc/config/pa/pa.opt
    branches/gupc/gcc/config/rl78/rl78.c
    branches/gupc/gcc/config/rs6000/predicates.md
    branches/gupc/gcc/config/rs6000/rs6000-builtin.def
    branches/gupc/gcc/config/rs6000/rs6000.c
    branches/gupc/gcc/config/rs6000/rs6000.h
    branches/gupc/gcc/config/rs6000/rs6000.md
    branches/gupc/gcc/config/rx/rx.c
    branches/gupc/gcc/config/sh/constraints.md
    branches/gupc/gcc/config/sh/predicates.md
    branches/gupc/gcc/config/sh/sh-protos.h
    branches/gupc/gcc/config/sh/sh.c
    branches/gupc/gcc/config/sh/sh.h
    branches/gupc/gcc/config/sh/sh.md
    branches/gupc/gcc/convert.c
    branches/gupc/gcc/cp/ChangeLog
    branches/gupc/gcc/cp/call.c
    branches/gupc/gcc/cp/cvt.c
    branches/gupc/gcc/cp/decl.c
    branches/gupc/gcc/cp/decl2.c
    branches/gupc/gcc/cp/error.c
    branches/gupc/gcc/cp/mangle.c
    branches/gupc/gcc/cp/name-lookup.c
    branches/gupc/gcc/cp/parser.c
    branches/gupc/gcc/cp/pt.c
    branches/gupc/gcc/cp/tree.c
    branches/gupc/gcc/dbgcnt.def
    branches/gupc/gcc/dce.c
    branches/gupc/gcc/df-problems.c
    branches/gupc/gcc/df.h
    branches/gupc/gcc/diagnostic.c
    branches/gupc/gcc/diagnostic.h
    branches/gupc/gcc/doc/extend.texi
    branches/gupc/gcc/doc/invoke.texi
    branches/gupc/gcc/doc/md.texi
    branches/gupc/gcc/dwarf2out.c
    branches/gupc/gcc/emit-rtl.c
    branches/gupc/gcc/except.c
    branches/gupc/gcc/expr.c
    branches/gupc/gcc/fold-const.c
    branches/gupc/gcc/fortran/ChangeLog
    branches/gupc/gcc/fortran/class.c
    branches/gupc/gcc/fortran/gfortran.h
    branches/gupc/gcc/fortran/interface.c
    branches/gupc/gcc/fortran/resolve.c
    branches/gupc/gcc/fortran/trans-decl.c
    branches/gupc/gcc/fortran/trans-expr.c
    branches/gupc/gcc/fwprop.c
    branches/gupc/gcc/gengtype.c
    branches/gupc/gcc/gimple-fold.c
    branches/gupc/gcc/gimple-low.c
    branches/gupc/gcc/gimplify.c
    branches/gupc/gcc/graphite-sese-to-poly.c
    branches/gupc/gcc/haifa-sched.c
    branches/gupc/gcc/ifcvt.c
    branches/gupc/gcc/input.c
    branches/gupc/gcc/input.h
    branches/gupc/gcc/ipa-cp.c
    branches/gupc/gcc/ipa-inline-analysis.c
    branches/gupc/gcc/ipa-inline-transform.c
    branches/gupc/gcc/ipa-inline.c
    branches/gupc/gcc/ipa-prop.c
    branches/gupc/gcc/ipa-pure-const.c
    branches/gupc/gcc/ipa-ref-inline.h
    branches/gupc/gcc/ipa-ref.c
    branches/gupc/gcc/ipa-reference.c
    branches/gupc/gcc/ipa-split.c
    branches/gupc/gcc/ipa-utils.c
    branches/gupc/gcc/ipa.c
    branches/gupc/gcc/ira-costs.c
    branches/gupc/gcc/ira-emit.c
    branches/gupc/gcc/ira-int.h
    branches/gupc/gcc/ira.c
    branches/gupc/gcc/java/ChangeLog
    branches/gupc/gcc/java/javaop.def
    branches/gupc/gcc/java/jcf-dump.c
    branches/gupc/gcc/java/jcf-io.c
    branches/gupc/gcc/java/jcf-parse.c
    branches/gupc/gcc/java/jcf-reader.c
    branches/gupc/gcc/java/jcf.h
    branches/gupc/gcc/lto-cgraph.c
    branches/gupc/gcc/lto-streamer-out.c
    branches/gupc/gcc/lto-symtab.c
    branches/gupc/gcc/lto/ChangeLog
    branches/gupc/gcc/lto/Make-lang.in
    branches/gupc/gcc/lto/lto.c
    branches/gupc/gcc/matrix-reorg.c
    branches/gupc/gcc/optabs.c
    branches/gupc/gcc/opts.c
    branches/gupc/gcc/passes.c
    branches/gupc/gcc/predict.c
    branches/gupc/gcc/pretty-print.h
    branches/gupc/gcc/reginfo.c
    branches/gupc/gcc/rtl.h
    branches/gupc/gcc/rtlanal.c
    branches/gupc/gcc/sel-sched.c
    branches/gupc/gcc/stmt.c
    branches/gupc/gcc/testsuite/ChangeLog
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/alias-decl-15.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/pr39639.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/udlit-raw-op.C
    branches/gupc/gcc/testsuite/g++.dg/debug/dwarf2/pr52260.C
    branches/gupc/gcc/testsuite/g++.dg/debug/dwarf2/self-ref-1.C
    branches/gupc/gcc/testsuite/g++.dg/debug/dwarf2/self-ref-2.C
    branches/gupc/gcc/testsuite/g++.dg/ext/dllexport5.C   (props changed)
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr15296.c
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr22098-1.c
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr22098-2.c
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr22098-3.c
    branches/gupc/gcc/testsuite/gcc.dg/20041106-1.c
    branches/gupc/gcc/testsuite/gcc.dg/array-10.c
    branches/gupc/gcc/testsuite/gcc.dg/builtin-bswap-1.c
    branches/gupc/gcc/testsuite/gcc.dg/builtin-bswap-4.c
    branches/gupc/gcc/testsuite/gcc.dg/builtin-bswap-5.c
    branches/gupc/gcc/testsuite/gcc.dg/c90-const-expr-6.c
    branches/gupc/gcc/testsuite/gcc.dg/c90-const-expr-9.c
    branches/gupc/gcc/testsuite/gcc.dg/c99-const-expr-6.c
    branches/gupc/gcc/testsuite/gcc.dg/c99-const-expr-9.c
    branches/gupc/gcc/testsuite/gcc.dg/dll-8.c   (props changed)
    branches/gupc/gcc/testsuite/gcc.dg/format/cast-1.c
    branches/gupc/gcc/testsuite/gcc.dg/inline-23.c
    branches/gupc/gcc/testsuite/gcc.dg/long-long-cst1.c
    branches/gupc/gcc/testsuite/gcc.dg/mallign.c
    branches/gupc/gcc/testsuite/gcc.dg/max-1.c
    branches/gupc/gcc/testsuite/gcc.dg/pointer-arith-10.c
    branches/gupc/gcc/testsuite/gcc.dg/pr14092-1.c
    branches/gupc/gcc/testsuite/gcc.dg/pr25682.c
    branches/gupc/gcc/testsuite/gcc.dg/pr30744-1.c
    branches/gupc/gcc/testsuite/gcc.dg/pr34856.c
    branches/gupc/gcc/testsuite/gcc.dg/pr37561.c
    branches/gupc/gcc/testsuite/gcc.dg/pr38700.c
    branches/gupc/gcc/testsuite/gcc.dg/pr41551.c
    branches/gupc/gcc/testsuite/gcc.dg/sequence-pt-1.c
    branches/gupc/gcc/testsuite/gcc.dg/stack-usage-1.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr39074.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pta-escape-1.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/foldcast-1.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/vrp59.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/vrp60.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-outer-1-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-outer-1.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-outer-1a-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-outer-1a.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-outer-1b-big-array.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-outer-1b.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-outer-2b.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-outer-3b.c
    branches/gupc/gcc/testsuite/gcc.dg/vla-11.c
    branches/gupc/gcc/testsuite/gcc.target/i386/avx2-vpermd-2.c
    branches/gupc/gcc/testsuite/gcc.target/i386/avx2-vpermps-1.c
    branches/gupc/gcc/testsuite/gcc.target/i386/avx2-vpermps-2.c
    branches/gupc/gcc/testsuite/gnat.dg/aggr11.adb
    branches/gupc/gcc/testsuite/gnat.dg/aggr11_pkg.ads
    branches/gupc/gcc/testsuite/gnat.dg/aggr15.adb
    branches/gupc/gcc/testsuite/gnat.dg/aggr15.ads
    branches/gupc/gcc/testsuite/gnat.dg/aggr17.adb
    branches/gupc/gcc/testsuite/gnat.dg/aggr18.adb
    branches/gupc/gcc/testsuite/gnat.dg/array14.adb
    branches/gupc/gcc/testsuite/gnat.dg/array14.ads
    branches/gupc/gcc/testsuite/gnat.dg/array14_pkg.ads
    branches/gupc/gcc/testsuite/gnat.dg/array19.adb
    branches/gupc/gcc/testsuite/gnat.dg/array19.ads
    branches/gupc/gcc/testsuite/gnat.dg/discr27.adb
    branches/gupc/gcc/testsuite/gnat.dg/discr27.ads
    branches/gupc/gcc/testsuite/gnat.dg/discr35.adb
    branches/gupc/gcc/testsuite/gnat.dg/discr35.ads
    branches/gupc/gcc/testsuite/gnat.dg/discr6.adb
    branches/gupc/gcc/testsuite/gnat.dg/discr6_pkg.ads
    branches/gupc/gcc/testsuite/gnat.dg/import1.adb
    branches/gupc/gcc/testsuite/gnat.dg/import1.ads
    branches/gupc/gcc/testsuite/gnat.dg/loop_address2.adb
    branches/gupc/gcc/testsuite/gnat.dg/opt7.adb
    branches/gupc/gcc/testsuite/gnat.dg/opt7.ads
    branches/gupc/gcc/testsuite/gnat.dg/pointer_variable_bounds.adb
    branches/gupc/gcc/testsuite/gnat.dg/pointer_variable_bounds.ads
    branches/gupc/gcc/testsuite/gnat.dg/rep_clause2.adb
    branches/gupc/gcc/testsuite/gnat.dg/rep_clause2.ads
    branches/gupc/gcc/testsuite/gnat.dg/slice2.adb
    branches/gupc/gcc/testsuite/gnat.dg/slice2.ads
    branches/gupc/gcc/testsuite/gnat.dg/slice6.adb
    branches/gupc/gcc/testsuite/gnat.dg/slice6_pkg.ads
    branches/gupc/gcc/testsuite/gnat.dg/specs/unchecked_union2.ads
    branches/gupc/gcc/testsuite/gnat.dg/taft_type2.adb
    branches/gupc/gcc/testsuite/gnat.dg/taft_type2.ads
    branches/gupc/gcc/testsuite/gnat.dg/taft_type2_pkg.ads
    branches/gupc/gcc/testsuite/gnat.dg/volatile10.adb
    branches/gupc/gcc/testsuite/gnat.dg/volatile10_pkg.ads
    branches/gupc/gcc/testsuite/lib/prune.exp
    branches/gupc/gcc/toplev.c
    branches/gupc/gcc/toplev.h
    branches/gupc/gcc/trans-mem.c
    branches/gupc/gcc/tree-chrec.c
    branches/gupc/gcc/tree-chrec.h
    branches/gupc/gcc/tree-data-ref.c
    branches/gupc/gcc/tree-eh.c
    branches/gupc/gcc/tree-emutls.c
    branches/gupc/gcc/tree-flow.h
    branches/gupc/gcc/tree-if-conv.c
    branches/gupc/gcc/tree-inline.c
    branches/gupc/gcc/tree-nested.c
    branches/gupc/gcc/tree-optimize.c
    branches/gupc/gcc/tree-parloops.c
    branches/gupc/gcc/tree-pass.h
    branches/gupc/gcc/tree-profile.c
    branches/gupc/gcc/tree-scalar-evolution.c
    branches/gupc/gcc/tree-sra.c
    branches/gupc/gcc/tree-ssa-forwprop.c
    branches/gupc/gcc/tree-ssa-loop-ivopts.c
    branches/gupc/gcc/tree-ssa-loop-niter.c
    branches/gupc/gcc/tree-ssa-loop-prefetch.c
    branches/gupc/gcc/tree-ssa-reassoc.c
    branches/gupc/gcc/tree-ssa-structalias.c
    branches/gupc/gcc/tree-ssa-tail-merge.c
    branches/gupc/gcc/tree-ssa-threadupdate.c
    branches/gupc/gcc/tree-ssa.c
    branches/gupc/gcc/tree-vect-data-refs.c
    branches/gupc/gcc/tree-vect-loop.c
    branches/gupc/gcc/tree-vect-patterns.c
    branches/gupc/gcc/tree-vect-slp.c
    branches/gupc/gcc/tree-vect-stmts.c
    branches/gupc/gcc/tree-vectorizer.c
    branches/gupc/gcc/tree-vectorizer.h
    branches/gupc/gcc/tree-vrp.c
    branches/gupc/gcc/tree.c
    branches/gupc/gcc/tree.h
    branches/gupc/gcc/upc/ChangeLog
    branches/gupc/gcc/upc/upc-genericize.c
    branches/gupc/gcc/value-prof.c
    branches/gupc/gcc/var-tracking.c
    branches/gupc/gcc/varasm.c
    branches/gupc/gcc/varpool.c
    branches/gupc/include/ChangeLog
    branches/gupc/include/splay-tree.h
    branches/gupc/libgfortran/ChangeLog
    branches/gupc/libgfortran/generated/cshift0_c10.c
    branches/gupc/libgfortran/generated/cshift0_c16.c
    branches/gupc/libgfortran/generated/cshift0_c4.c
    branches/gupc/libgfortran/generated/cshift0_c8.c
    branches/gupc/libgfortran/generated/cshift0_i1.c
    branches/gupc/libgfortran/generated/cshift0_i16.c
    branches/gupc/libgfortran/generated/cshift0_i2.c
    branches/gupc/libgfortran/generated/cshift0_i4.c
    branches/gupc/libgfortran/generated/cshift0_i8.c
    branches/gupc/libgfortran/generated/cshift0_r10.c
    branches/gupc/libgfortran/generated/cshift0_r16.c
    branches/gupc/libgfortran/generated/cshift0_r4.c
    branches/gupc/libgfortran/generated/cshift0_r8.c
    branches/gupc/libgfortran/intrinsics/string_intrinsics_inc.c
    branches/gupc/libgfortran/io/unit.c
    branches/gupc/libgfortran/io/unix.c
    branches/gupc/libgfortran/libgfortran.h
    branches/gupc/libgfortran/m4/cshift0.m4
    branches/gupc/libgomp/ChangeLog
    branches/gupc/libgomp/testsuite/lib/libgomp.exp
    branches/gupc/libmudflap/ChangeLog
    branches/gupc/libmudflap/testsuite/lib/libmudflap.exp

Propchange: branches/gupc/
            ('svn:mergeinfo' modified)

Propchange: branches/gupc/gcc/ada/a-assert.adb
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/a-assert.ads
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/a-chacon.adb
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/a-chacon.ads
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/a-coteio.ads
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/a-envvar.adb
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/a-envvar.ads
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/a-exetim-mingw.adb
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/a-exetim-mingw.ads
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/a-fzteio.ads
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/a-izteio.ads
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/a-lcteio.ads
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/a-llctio.ads
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/a-scteio.ads
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/a-suenco.adb
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/a-suenco.ads
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/a-suenst.adb
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/a-suenst.ads
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/a-suewst.adb
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/a-suewst.ads
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/a-suezst.adb
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/a-suezst.ads
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/a-tirsfi.adb
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/a-tirsfi.ads
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/a-wichha.adb
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/a-wichha.ads
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/a-zchara.ads
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/a-zchhan.adb
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/a-zchhan.ads
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/a-zchuni.adb
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/a-zchuni.ads
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/a-zrstfi.adb
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/a-zrstfi.ads
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/aspects.adb
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/aspects.ads
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/g-byorma.adb
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/g-byorma.ads
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/g-decstr.adb
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/g-decstr.ads
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/g-encstr.adb
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/g-encstr.ads
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/g-spchge.adb
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/g-spchge.ads
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/g-u3spch.adb
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/g-u3spch.ads
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/g-wispch.adb
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/g-wispch.ads
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/g-zspche.adb
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/g-zspche.ads
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/namet-sp.adb
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/namet-sp.ads
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/s-except.adb
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/s-inmaop-vxworks.adb
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/s-os_lib.adb
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/s-os_lib.ads
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/s-regexp.adb
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/s-regexp.ads
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/s-regpat.adb
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/s-regpat.ads
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/s-string.adb
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/s-string.ads
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/s-tasloc.adb
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/s-tasloc.ads
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/s-utf_32.adb
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/s-utf_32.ads
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/s-wchcon.adb
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/sem_aux.adb
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/ada/sem_aux.ads
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/testsuite/g++.dg/ext/dllexport5.C
            ('svn:executable' removed)

Propchange: branches/gupc/gcc/testsuite/gcc.dg/dll-8.c
            ('svn:executable' removed)



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