This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r145612 - in /branches/lto: ./ ChangeLog Makefi...
- From: dnovillo at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Mon, 06 Apr 2009 16:38:31 -0000
- Subject: r145612 - in /branches/lto: ./ ChangeLog Makefi...
Author: dnovillo
Date: Mon Apr 6 16:38:24 2009
New Revision: 145612
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145612
Log:
* Makefile.in (lto-cgraph.o): Add dependency on lto-utils.h.
* cgraph.c (initialize_inline_failed): Check that E has a call
* except.c (debug_eh_tree): New.
* except.h (debug_eh_tree): Declare.
* lto-function-in.c (input_bitmap): New.
(input_eh_region): Handle LTO_eh_table_shared_region. Return
a previously created EH region corresponding to the number
read.
(fixup_eh_region_pointers): Remove argument LAST_REGION.
Change type of ROOT_REGION to HOST_WIDE_INT.
Update all users.
Handle shared and NULL regions.
(input_eh_regions): Read size of EH region table before
reading the array.
(input_bb): Assert that CFUN is properly set.
(input_node): Rename WROTE_MASTER_P to CLONE_P.
(input_function): Look for the first clone in NODE's list
of clones.
* lto-cgraph.c (output_node): Rename WROTE_MASTER to
WRITTEN_DECLS.
(output_cgraph_verify_node): Remove.
(output_cgraph): Rename WROTE_MASTER to WRITTEN_DECLS.
* lto-function-out.c (output_bitmap): New.
(output_eh_region): For shared regions, output the marker
LTO_eh_table_shared_region and the region number of the shared
region.
(output_eh_regions): Output the AKA bitmap.
If there is no EH region tree, output -1 to mark its absence.
Call output_eh_region for every region, even NULL ones.
(output_parm_decl): Only check DECL_CONTEXT of DECL if FN has
a gimple body.
* lto-tags.h (enum LTO_tags): Add LTO_eh_table_shared_region.
* tree.c (free_lang_data_in_type): After building a qualified
type for an argument type, call free_lang_data_in_type on the
new type.
(free_lang_data_in_decl): Only reset DECL_CONTEXT on
FUNCTION_DECL arguments when the function has a gimple body.
Mainline merge @145453.
* configure.ac (acx_pkgversion): update revision merge string.
* configure: regenerate.
Modified:
branches/lto/libstdc++-v3/ChangeLog
branches/lto/libstdc++-v3/config/abi/post/i386-linux-gnu/baseline_symbols.txt
branches/lto/libstdc++-v3/config/abi/post/i486-linux-gnu/baseline_symbols.txt
branches/lto/libstdc++-v3/config/abi/post/ia64-linux-gnu/baseline_symbols.txt
branches/lto/libstdc++-v3/config/abi/post/powerpc-linux-gnu/baseline_symbols.txt
branches/lto/libstdc++-v3/config/abi/post/powerpc64-linux-gnu/32/baseline_symbols.txt
branches/lto/libstdc++-v3/config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt
branches/lto/libstdc++-v3/config/abi/post/s390-linux-gnu/baseline_symbols.txt
branches/lto/libstdc++-v3/config/abi/post/s390x-linux-gnu/baseline_symbols.txt
branches/lto/libstdc++-v3/config/abi/post/x86_64-linux-gnu/32/baseline_symbols.txt
branches/lto/libstdc++-v3/config/abi/post/x86_64-linux-gnu/baseline_symbols.txt
branches/lto/libstdc++-v3/include/backward/hashtable.h
branches/lto/libstdc++-v3/include/ext/bitmap_allocator.h
branches/lto/libstdc++-v3/include/tr1_impl/type_traits
branches/lto/libstdc++-v3/libsupc++/unwind-cxx.h
branches/lto/libstdc++-v3/testsuite/18_support/pthread_guard.cc (props changed)
branches/lto/libstdc++-v3/testsuite/20_util/ratio/cons/cons_overflow_neg.cc (props changed)
branches/lto/libstdc++-v3/testsuite/20_util/ratio/operations/ops_overflow_neg.cc (props changed)
branches/lto/libstdc++-v3/testsuite/20_util/unique_ptr/assign/assign_neg.cc (props changed)
branches/lto/libstdc++-v3/testsuite/21_strings/basic_string/pthread18185.cc (props changed)
branches/lto/libstdc++-v3/testsuite/21_strings/basic_string/pthread4.cc (props changed)
branches/lto/libstdc++-v3/testsuite/23_containers/list/pthread1.cc (props changed)
branches/lto/libstdc++-v3/testsuite/23_containers/list/pthread5.cc (props changed)
branches/lto/libstdc++-v3/testsuite/23_containers/map/pthread6.cc (props changed)
branches/lto/libstdc++-v3/testsuite/27_io/basic_fstream/cons/1.cc (props changed)
branches/lto/libstdc++-v3/testsuite/27_io/basic_fstream/open/char/1.cc (props changed)
branches/lto/libstdc++-v3/testsuite/27_io/basic_ofstream/cons/char/1.cc (props changed)
branches/lto/libstdc++-v3/testsuite/27_io/basic_ofstream/pthread2.cc (props changed)
branches/lto/libstdc++-v3/testsuite/27_io/basic_ostringstream/pthread3.cc (props changed)
branches/lto/libstdc++-v3/testsuite/30_threads/condition_variable/members/ (props changed)
branches/lto/libstdc++-v3/testsuite/30_threads/this_thread/ (props changed)
branches/lto/libstdc++-v3/testsuite/30_threads/thread/members/ (props changed)
branches/lto/libstdc++-v3/testsuite/30_threads/thread/swap/ (props changed)
branches/lto/libstdc++-v3/testsuite/ext/rope/pthread7-rope.cc (props changed)
Changes in other areas also in this revision:
Added:
branches/lto/fixincludes/tests/base/tgmath.h
- copied unchanged from r145451, trunk/fixincludes/tests/base/tgmath.h
branches/lto/gcc/config/glibc-stdint.h
- copied unchanged from r145451, trunk/gcc/config/glibc-stdint.h
branches/lto/gcc/config/m32c/m32c-lib2-trapv.c
- copied unchanged from r145451, trunk/gcc/config/m32c/m32c-lib2-trapv.c
branches/lto/gcc/config/newlib-stdint.h
- copied unchanged from r145451, trunk/gcc/config/newlib-stdint.h
branches/lto/gcc/config/vax/builtins.md
- copied unchanged from r145451, trunk/gcc/config/vax/builtins.md
branches/lto/gcc/config/vax/constraints.md
- copied unchanged from r145451, trunk/gcc/config/vax/constraints.md
branches/lto/gcc/config/vax/linux.h
- copied unchanged from r145451, trunk/gcc/config/vax/linux.h
branches/lto/gcc/config/vax/predicates.md
- copied unchanged from r145451, trunk/gcc/config/vax/predicates.md
branches/lto/gcc/ginclude/stdint-gcc.h
- copied unchanged from r145451, trunk/gcc/ginclude/stdint-gcc.h
branches/lto/gcc/ginclude/stdint-wrap.h
- copied unchanged from r145451, trunk/gcc/ginclude/stdint-wrap.h
branches/lto/gcc/testsuite/g++.dg/debug/dwarf2/explicit-constructor.C
- copied unchanged from r145451, trunk/gcc/testsuite/g++.dg/debug/dwarf2/explicit-constructor.C
branches/lto/gcc/testsuite/g++.dg/ext/asm11.C
- copied unchanged from r145451, trunk/gcc/testsuite/g++.dg/ext/asm11.C
branches/lto/gcc/testsuite/g++.dg/other/pr35011.C
- copied unchanged from r145451, trunk/gcc/testsuite/g++.dg/other/pr35011.C
branches/lto/gcc/testsuite/g++.dg/other/typedef2.C
- copied unchanged from r145451, trunk/gcc/testsuite/g++.dg/other/typedef2.C
branches/lto/gcc/testsuite/g++.dg/template/pr35240.C
- copied unchanged from r145451, trunk/gcc/testsuite/g++.dg/template/pr35240.C
branches/lto/gcc/testsuite/g++.dg/template/pr4926-1.C
- copied unchanged from r145451, trunk/gcc/testsuite/g++.dg/template/pr4926-1.C
branches/lto/gcc/testsuite/g++.dg/template/typedef11.C
- copied unchanged from r145451, trunk/gcc/testsuite/g++.dg/template/typedef11.C
branches/lto/gcc/testsuite/g++.dg/template/typedef12.C
- copied unchanged from r145451, trunk/gcc/testsuite/g++.dg/template/typedef12.C
branches/lto/gcc/testsuite/g++.dg/template/typedef13.C
- copied unchanged from r145451, trunk/gcc/testsuite/g++.dg/template/typedef13.C
branches/lto/gcc/testsuite/g++.dg/template/typedef14.C
- copied unchanged from r145451, trunk/gcc/testsuite/g++.dg/template/typedef14.C
branches/lto/gcc/testsuite/g++.dg/template/typedef15.C
- copied unchanged from r145451, trunk/gcc/testsuite/g++.dg/template/typedef15.C
branches/lto/gcc/testsuite/g++.dg/template/typedef16.C
- copied unchanged from r145451, trunk/gcc/testsuite/g++.dg/template/typedef16.C
branches/lto/gcc/testsuite/g++.dg/template/typedef17.C
- copied unchanged from r145451, trunk/gcc/testsuite/g++.dg/template/typedef17.C
branches/lto/gcc/testsuite/g++.dg/tree-ssa/fwprop-align.C
- copied unchanged from r145451, trunk/gcc/testsuite/g++.dg/tree-ssa/fwprop-align.C
branches/lto/gcc/testsuite/gcc.c-torture/compile/20081108-1.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.c-torture/compile/20081108-1.c
branches/lto/gcc/testsuite/gcc.c-torture/compile/20081108-2.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.c-torture/compile/20081108-2.c
branches/lto/gcc/testsuite/gcc.c-torture/compile/20081108-3.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.c-torture/compile/20081108-3.c
branches/lto/gcc/testsuite/gcc.c-torture/compile/20090114-1.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.c-torture/compile/20090114-1.c
branches/lto/gcc/testsuite/gcc.c-torture/compile/20090328-1.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.c-torture/compile/20090328-1.c
branches/lto/gcc/testsuite/gcc.c-torture/compile/20090331-1.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.c-torture/compile/20090331-1.c
branches/lto/gcc/testsuite/gcc.c-torture/compile/20090401-1.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.c-torture/compile/20090401-1.c
branches/lto/gcc/testsuite/gcc.c-torture/execute/20090113-1.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.c-torture/execute/20090113-1.c
branches/lto/gcc/testsuite/gcc.c-torture/execute/20090113-2.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.c-torture/execute/20090113-2.c
branches/lto/gcc/testsuite/gcc.c-torture/execute/20090113-3.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.c-torture/execute/20090113-3.c
branches/lto/gcc/testsuite/gcc.c-torture/execute/20090207-1.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.c-torture/execute/20090207-1.c
branches/lto/gcc/testsuite/gcc.c-torture/execute/pr39120.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.c-torture/execute/pr39120.c
branches/lto/gcc/testsuite/gcc.dg/bconstp-2.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/bconstp-2.c
branches/lto/gcc/testsuite/gcc.dg/bconstp-3.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/bconstp-3.c
branches/lto/gcc/testsuite/gcc.dg/bconstp-4.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/bconstp-4.c
branches/lto/gcc/testsuite/gcc.dg/c90-const-expr-10.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/c90-const-expr-10.c
branches/lto/gcc/testsuite/gcc.dg/c90-const-expr-11.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/c90-const-expr-11.c
branches/lto/gcc/testsuite/gcc.dg/c90-const-expr-6.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/c90-const-expr-6.c
branches/lto/gcc/testsuite/gcc.dg/c90-const-expr-7.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/c90-const-expr-7.c
branches/lto/gcc/testsuite/gcc.dg/c90-const-expr-8.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/c90-const-expr-8.c
branches/lto/gcc/testsuite/gcc.dg/c90-const-expr-9.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/c90-const-expr-9.c
branches/lto/gcc/testsuite/gcc.dg/c99-array-lval-8.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/c99-array-lval-8.c
branches/lto/gcc/testsuite/gcc.dg/c99-const-expr-10.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/c99-const-expr-10.c
branches/lto/gcc/testsuite/gcc.dg/c99-const-expr-11.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/c99-const-expr-11.c
branches/lto/gcc/testsuite/gcc.dg/c99-const-expr-12.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/c99-const-expr-12.c
branches/lto/gcc/testsuite/gcc.dg/c99-const-expr-13.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/c99-const-expr-13.c
branches/lto/gcc/testsuite/gcc.dg/c99-const-expr-6.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/c99-const-expr-6.c
branches/lto/gcc/testsuite/gcc.dg/c99-const-expr-7.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/c99-const-expr-7.c
branches/lto/gcc/testsuite/gcc.dg/c99-const-expr-8.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/c99-const-expr-8.c
branches/lto/gcc/testsuite/gcc.dg/c99-const-expr-9.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/c99-const-expr-9.c
branches/lto/gcc/testsuite/gcc.dg/c99-stdint-1.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/c99-stdint-1.c
branches/lto/gcc/testsuite/gcc.dg/c99-stdint-2.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/c99-stdint-2.c
branches/lto/gcc/testsuite/gcc.dg/c99-stdint-3.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/c99-stdint-3.c
branches/lto/gcc/testsuite/gcc.dg/c99-stdint-4.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/c99-stdint-4.c
branches/lto/gcc/testsuite/gcc.dg/c99-stdint-5.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/c99-stdint-5.c
branches/lto/gcc/testsuite/gcc.dg/c99-stdint-6.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/c99-stdint-6.c
branches/lto/gcc/testsuite/gcc.dg/compare10.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/compare10.c
branches/lto/gcc/testsuite/gcc.dg/cpp/include2a.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/cpp/include2a.c
branches/lto/gcc/testsuite/gcc.dg/cpp/missing-header-1.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/cpp/missing-header-1.c
branches/lto/gcc/testsuite/gcc.dg/cpp/pr33466.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/cpp/pr33466.c
branches/lto/gcc/testsuite/gcc.dg/dfp/pr33466.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/dfp/pr33466.c
branches/lto/gcc/testsuite/gcc.dg/fixed-point/pr33466.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/fixed-point/pr33466.c
branches/lto/gcc/testsuite/gcc.dg/fltconst-2.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/fltconst-2.c
branches/lto/gcc/testsuite/gcc.dg/fltconst-double-pedantic-1.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/fltconst-double-pedantic-1.c
branches/lto/gcc/testsuite/gcc.dg/fltconst-double-pedantic-2.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/fltconst-double-pedantic-2.c
branches/lto/gcc/testsuite/gcc.dg/fold-compare-4.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/fold-compare-4.c
branches/lto/gcc/testsuite/gcc.dg/fold-compare-5.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/fold-compare-5.c
branches/lto/gcc/testsuite/gcc.dg/fold-plusmult-2.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/fold-plusmult-2.c
branches/lto/gcc/testsuite/gcc.dg/gnu89-const-expr-1.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/gnu89-const-expr-1.c
branches/lto/gcc/testsuite/gcc.dg/gnu89-const-expr-2.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/gnu89-const-expr-2.c
branches/lto/gcc/testsuite/gcc.dg/gnu99-const-expr-1.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/gnu99-const-expr-1.c
branches/lto/gcc/testsuite/gcc.dg/gnu99-const-expr-2.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/gnu99-const-expr-2.c
branches/lto/gcc/testsuite/gcc.dg/gnu99-const-expr-3.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/gnu99-const-expr-3.c
branches/lto/gcc/testsuite/gcc.dg/memmove-2.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/memmove-2.c
branches/lto/gcc/testsuite/gcc.dg/memmove-3.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/memmove-3.c
branches/lto/gcc/testsuite/gcc.dg/pr37772.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/pr37772.c
branches/lto/gcc/testsuite/gcc.dg/pr39226.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/pr39226.c
branches/lto/gcc/testsuite/gcc.dg/pr39323-1.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/pr39323-1.c
branches/lto/gcc/testsuite/gcc.dg/pr39323-2.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/pr39323-2.c
branches/lto/gcc/testsuite/gcc.dg/pr39323-3.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/pr39323-3.c
branches/lto/gcc/testsuite/gcc.dg/torture/pta-callused-1.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/torture/pta-callused-1.c
branches/lto/gcc/testsuite/gcc.dg/tree-ssa/forwprop-11.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/tree-ssa/forwprop-11.c
branches/lto/gcc/testsuite/gcc.dg/tree-ssa/forwprop-12.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/tree-ssa/forwprop-12.c
branches/lto/gcc/testsuite/gcc.dg/tree-ssa/pr23401.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr23401.c
branches/lto/gcc/testsuite/gcc.dg/tree-ssa/pr27810.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr27810.c
branches/lto/gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-24.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-24.c
branches/lto/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-21.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-21.c
branches/lto/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-22.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-22.c
branches/lto/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-7.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-7.c
branches/lto/gcc/testsuite/gcc.dg/vla-12.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/vla-12.c
branches/lto/gcc/testsuite/gcc.dg/vla-13.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/vla-13.c
branches/lto/gcc/testsuite/gcc.dg/vla-14.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/vla-14.c
branches/lto/gcc/testsuite/gcc.dg/vla-15.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/vla-15.c
branches/lto/gcc/testsuite/gcc.dg/vla-16.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/vla-16.c
branches/lto/gcc/testsuite/gcc.dg/vla-17.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/vla-17.c
branches/lto/gcc/testsuite/gcc.dg/vla-18.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/vla-18.c
branches/lto/gcc/testsuite/gcc.dg/winline-10.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.dg/winline-10.c
branches/lto/gcc/testsuite/gcc.target/i386/all_one_m128i.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.target/i386/all_one_m128i.c
branches/lto/gcc/testsuite/gcc.target/i386/excess-precision-1.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.target/i386/excess-precision-1.c
branches/lto/gcc/testsuite/gcc.target/i386/excess-precision-2.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.target/i386/excess-precision-2.c
branches/lto/gcc/testsuite/gcc.target/i386/excess-precision-3.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.target/i386/excess-precision-3.c
branches/lto/gcc/testsuite/gcc.target/i386/excess-precision-4.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.target/i386/excess-precision-4.c
branches/lto/gcc/testsuite/gcc.target/i386/excess-precision-5.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.target/i386/excess-precision-5.c
branches/lto/gcc/testsuite/gcc.target/i386/excess-precision-6.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.target/i386/excess-precision-6.c
branches/lto/gcc/testsuite/gcc.target/i386/pr39315-1.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.target/i386/pr39315-1.c
branches/lto/gcc/testsuite/gcc.target/i386/pr39315-2.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.target/i386/pr39315-2.c
branches/lto/gcc/testsuite/gcc.target/i386/pr39315-3.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.target/i386/pr39315-3.c
branches/lto/gcc/testsuite/gcc.target/i386/pr39315-4.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.target/i386/pr39315-4.c
branches/lto/gcc/testsuite/gcc.target/i386/pr39315-check.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.target/i386/pr39315-check.c
branches/lto/gcc/testsuite/gcc.target/i386/pr39545-1.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.target/i386/pr39545-1.c
branches/lto/gcc/testsuite/gcc.target/i386/pr39545-2.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.target/i386/pr39545-2.c
branches/lto/gcc/testsuite/gcc.target/i386/pr39592-1.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.target/i386/pr39592-1.c
branches/lto/gcc/testsuite/gcc.target/ia64/sync-1.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.target/ia64/sync-1.c
branches/lto/gcc/testsuite/gcc.target/powerpc/altivec-28.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.target/powerpc/altivec-28.c
branches/lto/gcc/testsuite/gcc.target/powerpc/altivec-29.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.target/powerpc/altivec-29.c
branches/lto/gcc/testsuite/gcc.target/x86_64/abi/callabi/func-2a.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.target/x86_64/abi/callabi/func-2a.c
branches/lto/gcc/testsuite/gcc.target/x86_64/abi/callabi/func-2b.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.target/x86_64/abi/callabi/func-2b.c
branches/lto/gcc/testsuite/gcc.target/x86_64/abi/callabi/func-indirect-2a.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.target/x86_64/abi/callabi/func-indirect-2a.c
branches/lto/gcc/testsuite/gcc.target/x86_64/abi/callabi/func-indirect-2b.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.target/x86_64/abi/callabi/func-indirect-2b.c
branches/lto/gcc/testsuite/gcc.target/x86_64/abi/callabi/vaarg-4a.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.target/x86_64/abi/callabi/vaarg-4a.c
branches/lto/gcc/testsuite/gcc.target/x86_64/abi/callabi/vaarg-4b.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.target/x86_64/abi/callabi/vaarg-4b.c
branches/lto/gcc/testsuite/gcc.target/x86_64/abi/callabi/vaarg-5a.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.target/x86_64/abi/callabi/vaarg-5a.c
branches/lto/gcc/testsuite/gcc.target/x86_64/abi/callabi/vaarg-5b.c
- copied unchanged from r145451, trunk/gcc/testsuite/gcc.target/x86_64/abi/callabi/vaarg-5b.c
branches/lto/gcc/testsuite/gfortran.dg/abstract_type_5.f03
- copied unchanged from r145451, trunk/gcc/testsuite/gfortran.dg/abstract_type_5.f03
branches/lto/gcc/testsuite/gfortran.dg/alloc_comp_assign_9.f90
- copied unchanged from r145451, trunk/gcc/testsuite/gfortran.dg/alloc_comp_assign_9.f90
branches/lto/gcc/testsuite/gfortran.dg/allocate_alloc_opt_1.f90
- copied unchanged from r145451, trunk/gcc/testsuite/gfortran.dg/allocate_alloc_opt_1.f90
branches/lto/gcc/testsuite/gfortran.dg/allocate_alloc_opt_2.f90
- copied unchanged from r145451, trunk/gcc/testsuite/gfortran.dg/allocate_alloc_opt_2.f90
branches/lto/gcc/testsuite/gfortran.dg/allocate_alloc_opt_3.f90
- copied unchanged from r145451, trunk/gcc/testsuite/gfortran.dg/allocate_alloc_opt_3.f90
branches/lto/gcc/testsuite/gfortran.dg/bind_c_usage_19.f90
- copied unchanged from r145451, trunk/gcc/testsuite/gfortran.dg/bind_c_usage_19.f90
branches/lto/gcc/testsuite/gfortran.dg/char_length_15.f90
- copied unchanged from r145451, trunk/gcc/testsuite/gfortran.dg/char_length_15.f90
branches/lto/gcc/testsuite/gfortran.dg/char_result_13.f90
- copied unchanged from r145451, trunk/gcc/testsuite/gfortran.dg/char_result_13.f90
branches/lto/gcc/testsuite/gfortran.dg/data_pointer_1.f90
- copied unchanged from r145451, trunk/gcc/testsuite/gfortran.dg/data_pointer_1.f90
branches/lto/gcc/testsuite/gfortran.dg/deallocate_alloc_opt_1.f90
- copied unchanged from r145451, trunk/gcc/testsuite/gfortran.dg/deallocate_alloc_opt_1.f90
branches/lto/gcc/testsuite/gfortran.dg/deallocate_alloc_opt_2.f90
- copied unchanged from r145451, trunk/gcc/testsuite/gfortran.dg/deallocate_alloc_opt_2.f90
branches/lto/gcc/testsuite/gfortran.dg/deallocate_alloc_opt_3.f90
- copied unchanged from r145451, trunk/gcc/testsuite/gfortran.dg/deallocate_alloc_opt_3.f90
branches/lto/gcc/testsuite/gfortran.dg/do_4.f
- copied unchanged from r145451, trunk/gcc/testsuite/gfortran.dg/do_4.f
branches/lto/gcc/testsuite/gfortran.dg/do_check_1.f90
- copied unchanged from r145451, trunk/gcc/testsuite/gfortran.dg/do_check_1.f90
branches/lto/gcc/testsuite/gfortran.dg/do_check_2.f90
- copied unchanged from r145451, trunk/gcc/testsuite/gfortran.dg/do_check_2.f90
branches/lto/gcc/testsuite/gfortran.dg/do_check_3.f90
- copied unchanged from r145451, trunk/gcc/testsuite/gfortran.dg/do_check_3.f90
branches/lto/gcc/testsuite/gfortran.dg/do_check_4.f90
- copied unchanged from r145451, trunk/gcc/testsuite/gfortran.dg/do_check_4.f90
branches/lto/gcc/testsuite/gfortran.dg/do_check_5.f90
- copied unchanged from r145451, trunk/gcc/testsuite/gfortran.dg/do_check_5.f90
branches/lto/gcc/testsuite/gfortran.dg/goto_5.f90
- copied unchanged from r145451, trunk/gcc/testsuite/gfortran.dg/goto_5.f90
branches/lto/gcc/testsuite/gfortran.dg/power1.f90
- copied unchanged from r145451, trunk/gcc/testsuite/gfortran.dg/power1.f90
branches/lto/gcc/testsuite/gfortran.dg/recursive_check_7.f90
- copied unchanged from r145451, trunk/gcc/testsuite/gfortran.dg/recursive_check_7.f90
branches/lto/gcc/testsuite/gfortran.dg/trim_1.f90
- copied unchanged from r145451, trunk/gcc/testsuite/gfortran.dg/trim_1.f90
branches/lto/gcc/testsuite/gfortran.dg/typebound_proc_10.f03
- copied unchanged from r145451, trunk/gcc/testsuite/gfortran.dg/typebound_proc_10.f03
branches/lto/gcc/testsuite/gfortran.dg/typebound_proc_11.f03
- copied unchanged from r145451, trunk/gcc/testsuite/gfortran.dg/typebound_proc_11.f03
branches/lto/gcc/testsuite/gfortran.dg/typebound_proc_9.f03
- copied unchanged from r145451, trunk/gcc/testsuite/gfortran.dg/typebound_proc_9.f03
branches/lto/gcc/testsuite/gfortran.dg/vect/O3-pr39595.f
- copied unchanged from r145451, trunk/gcc/testsuite/gfortran.dg/vect/O3-pr39595.f
branches/lto/gcc/testsuite/gfortran.dg/vect/fast-math-pr38968.f90
- copied unchanged from r145451, trunk/gcc/testsuite/gfortran.dg/vect/fast-math-pr38968.f90
branches/lto/gcc/testsuite/gfortran.dg/whole_file_1.f90
- copied unchanged from r145451, trunk/gcc/testsuite/gfortran.dg/whole_file_1.f90
branches/lto/gcc/testsuite/gfortran.dg/whole_file_2.f90
- copied unchanged from r145451, trunk/gcc/testsuite/gfortran.dg/whole_file_2.f90
branches/lto/gcc/testsuite/gfortran.dg/whole_file_3.f90
- copied unchanged from r145451, trunk/gcc/testsuite/gfortran.dg/whole_file_3.f90
branches/lto/gcc/testsuite/gfortran.dg/whole_file_4.f90
- copied unchanged from r145451, trunk/gcc/testsuite/gfortran.dg/whole_file_4.f90
branches/lto/gcc/testsuite/objc.dg/conditional-1.m
- copied unchanged from r145451, trunk/gcc/testsuite/objc.dg/conditional-1.m
branches/lto/gcc/tree-vect-data-refs.c
- copied unchanged from r145451, trunk/gcc/tree-vect-data-refs.c
branches/lto/gcc/tree-vect-loop-manip.c
- copied unchanged from r145451, trunk/gcc/tree-vect-loop-manip.c
branches/lto/gcc/tree-vect-loop.c
- copied unchanged from r145451, trunk/gcc/tree-vect-loop.c
branches/lto/gcc/tree-vect-slp.c
- copied unchanged from r145451, trunk/gcc/tree-vect-slp.c
branches/lto/gcc/tree-vect-stmts.c
- copied unchanged from r145451, trunk/gcc/tree-vect-stmts.c
branches/lto/libgomp/testsuite/libgomp.c/pr39591-1.c
- copied unchanged from r145451, trunk/libgomp/testsuite/libgomp.c/pr39591-1.c
branches/lto/libgomp/testsuite/libgomp.c/pr39591-2.c
- copied unchanged from r145451, trunk/libgomp/testsuite/libgomp.c/pr39591-2.c
branches/lto/libgomp/testsuite/libgomp.c/pr39591-3.c
- copied unchanged from r145451, trunk/libgomp/testsuite/libgomp.c/pr39591-3.c
branches/lto/libiberty/memmem.c
- copied unchanged from r145451, trunk/libiberty/memmem.c
Removed:
branches/lto/gcc/config/arm/t-arm-coff
branches/lto/gcc/config/h8300/coff.h
branches/lto/gcc/config/i386/i386-aout.h
branches/lto/gcc/config/i386/i386-coff.h
branches/lto/gcc/config/libgloss.h
branches/lto/gcc/config/m68k/coff.h
branches/lto/gcc/config/m68k/m68k-aout.h
branches/lto/gcc/config/pdp11/2bsd.h
branches/lto/gcc/config/rs6000/aix41.h
branches/lto/gcc/config/rs6000/aix41.opt
branches/lto/gcc/config/rs6000/t-newas
branches/lto/gcc/config/sh/coff.h
branches/lto/gcc/fix-header.c
branches/lto/gcc/fixproto
branches/lto/gcc/gen-protos.c
branches/lto/gcc/protoize.c
branches/lto/gcc/rtl-factoring.c
branches/lto/gcc/scan-decls.c
branches/lto/gcc/scan-types.sh
branches/lto/gcc/scan.c
branches/lto/gcc/scan.h
branches/lto/gcc/sort-protos
branches/lto/gcc/sys-protos.h
branches/lto/gcc/sys-types.h
branches/lto/gcc/testsuite/g++.dg/warn/Wdisallowed-functions-1.C
branches/lto/gcc/testsuite/g++.dg/warn/Wdisallowed-functions-2.C
branches/lto/gcc/testsuite/g++.dg/warn/Wdisallowed-functions-3.C
branches/lto/gcc/testsuite/gcc.c-torture/compile/pr11832.c
branches/lto/gcc/testsuite/gcc.c-torture/compile/pr33009.c
branches/lto/gcc/testsuite/gcc.dg/wdisallowed-functions-1.c
branches/lto/gcc/testsuite/gcc.dg/wdisallowed-functions-2.c
branches/lto/gcc/testsuite/gcc.dg/wdisallowed-functions-3.c
branches/lto/gcc/tree-vect-analyze.c
branches/lto/gcc/tree-vect-transform.c
branches/lto/libcpp/makedepend.c
Modified:
branches/lto/ (props changed)
branches/lto/ChangeLog
branches/lto/Makefile.def
branches/lto/Makefile.in
branches/lto/Makefile.tpl
branches/lto/fixincludes/ChangeLog
branches/lto/fixincludes/fixincl.x
branches/lto/fixincludes/inclhack.def
branches/lto/fixincludes/mkheaders.in
branches/lto/fixincludes/server.c
branches/lto/fixincludes/tests/base/math.h
branches/lto/fixincludes/tests/base/pthread.h
branches/lto/fixincludes/tests/base/stdint.h
branches/lto/fixincludes/tests/base/sys/wait.h
branches/lto/gcc/BASE-VER
branches/lto/gcc/ChangeLog
branches/lto/gcc/ChangeLog.lto
branches/lto/gcc/DATESTAMP
branches/lto/gcc/Makefile.in
branches/lto/gcc/ada/ChangeLog
branches/lto/gcc/ada/gcc-interface/decl.c
branches/lto/gcc/ada/gcc-interface/misc.c
branches/lto/gcc/ada/gcc-interface/utils.c
branches/lto/gcc/ada/system-linux-alpha.ads
branches/lto/gcc/ada/system-linux-mips.ads
branches/lto/gcc/ada/system-linux-mipsel.ads
branches/lto/gcc/ada/system-linux-s390.ads
branches/lto/gcc/ada/system-linux-s390x.ads
branches/lto/gcc/ada/system-linux-sparc.ads
branches/lto/gcc/ada/system-linux-sparcv9.ads
branches/lto/gcc/bb-reorder.c
branches/lto/gcc/bitmap.c
branches/lto/gcc/bitmap.h
branches/lto/gcc/builtins.c
branches/lto/gcc/c-common.c
branches/lto/gcc/c-common.def
branches/lto/gcc/c-common.h
branches/lto/gcc/c-convert.c
branches/lto/gcc/c-cppbuiltin.c
branches/lto/gcc/c-decl.c
branches/lto/gcc/c-lex.c
branches/lto/gcc/c-opts.c
branches/lto/gcc/c-parser.c
branches/lto/gcc/c-ppoutput.c
branches/lto/gcc/c-semantics.c
branches/lto/gcc/c-tree.h
branches/lto/gcc/c-typeck.c
branches/lto/gcc/cfgexpand.c
branches/lto/gcc/cfglayout.c
branches/lto/gcc/cgraph.c
branches/lto/gcc/cgraph.h
branches/lto/gcc/cgraphbuild.c
branches/lto/gcc/cgraphunit.c
branches/lto/gcc/combine.c
branches/lto/gcc/common.opt
branches/lto/gcc/config.gcc
branches/lto/gcc/config.in
branches/lto/gcc/config/avr/avr-protos.h
branches/lto/gcc/config/avr/avr.c
branches/lto/gcc/config/avr/avr.h
branches/lto/gcc/config/avr/avr.opt
branches/lto/gcc/config/avr/t-avr
branches/lto/gcc/config/i386/cygming.h
branches/lto/gcc/config/i386/host-mingw32.c
branches/lto/gcc/config/i386/i386-protos.h
branches/lto/gcc/config/i386/i386.c
branches/lto/gcc/config/i386/i386.h
branches/lto/gcc/config/i386/i386.md
branches/lto/gcc/config/i386/i386.opt
branches/lto/gcc/config/i386/mingw32.h
branches/lto/gcc/config/ia64/div.md
branches/lto/gcc/config/ia64/ia64.c
branches/lto/gcc/config/ia64/ia64.md
branches/lto/gcc/config/ia64/sync.md
branches/lto/gcc/config/m32c/m32c-lib2.c
branches/lto/gcc/config/m32c/m32c.c
branches/lto/gcc/config/m32c/m32c.h
branches/lto/gcc/config/m32c/t-m32c
branches/lto/gcc/config/m32r/t-linux
branches/lto/gcc/config/m68k/m68k.c
branches/lto/gcc/config/mips/t-iris
branches/lto/gcc/config/pa/t-pa-hpux
branches/lto/gcc/config/pdp11/pdp11.c
branches/lto/gcc/config/rs6000/linux64.h
branches/lto/gcc/config/rs6000/rs6000-c.c
branches/lto/gcc/config/rs6000/rs6000.c
branches/lto/gcc/config/rs6000/rs6000.h
branches/lto/gcc/config/rs6000/rs6000.md
branches/lto/gcc/config/rs6000/rs6000.opt
branches/lto/gcc/config/rs6000/sysv4.h
branches/lto/gcc/config/rs6000/sysv4.opt
branches/lto/gcc/config/score/score.h
branches/lto/gcc/config/sh/linux-unwind.h
branches/lto/gcc/config/sh/sh-protos.h
branches/lto/gcc/config/sh/sh.c
branches/lto/gcc/config/sol2.h
branches/lto/gcc/config/sparc/sparc.c
branches/lto/gcc/config/sparc/sparc.h
branches/lto/gcc/config/sparc/sparc.md
branches/lto/gcc/config/spu/spu.c
branches/lto/gcc/config/spu/spu.h
branches/lto/gcc/config/t-svr4
branches/lto/gcc/config/t-vxworks
branches/lto/gcc/config/vax/elf.h
branches/lto/gcc/config/vax/netbsd-elf.h
branches/lto/gcc/config/vax/openbsd1.h
branches/lto/gcc/config/vax/vax-protos.h
branches/lto/gcc/config/vax/vax.c
branches/lto/gcc/config/vax/vax.h
branches/lto/gcc/config/vax/vax.md
branches/lto/gcc/config/vax/vax.opt
branches/lto/gcc/configure
branches/lto/gcc/configure.ac
branches/lto/gcc/convert.c
branches/lto/gcc/coverage.c
branches/lto/gcc/cp/ChangeLog
branches/lto/gcc/cp/ChangeLog-2007 (props changed)
branches/lto/gcc/cp/ChangeLog-2008 (props changed)
branches/lto/gcc/cp/class.c
branches/lto/gcc/cp/cp-objcp-common.c
branches/lto/gcc/cp/cp-objcp-common.h
branches/lto/gcc/cp/cp-tree.h
branches/lto/gcc/cp/decl.c
branches/lto/gcc/cp/decl.h
branches/lto/gcc/cp/decl2.c
branches/lto/gcc/cp/error.c
branches/lto/gcc/cp/except.c
branches/lto/gcc/cp/mangle.c
branches/lto/gcc/cp/name-lookup.c
branches/lto/gcc/cp/parser.c
branches/lto/gcc/cp/pt.c
branches/lto/gcc/cp/ptree.c
branches/lto/gcc/cp/semantics.c
branches/lto/gcc/cp/tree.c
branches/lto/gcc/cp/typeck.c
branches/lto/gcc/crtstuff.c
branches/lto/gcc/dbgcnt.def
branches/lto/gcc/defaults.h
branches/lto/gcc/diagnostic.c
branches/lto/gcc/diagnostic.h
branches/lto/gcc/doc/cpp.texi
branches/lto/gcc/doc/extend.texi
branches/lto/gcc/doc/install.texi
branches/lto/gcc/doc/invoke.texi
branches/lto/gcc/doc/md.texi
branches/lto/gcc/doc/sourcebuild.texi
branches/lto/gcc/doc/tm.texi
branches/lto/gcc/doc/trouble.texi
branches/lto/gcc/dojump.c
branches/lto/gcc/dwarf2out.c
branches/lto/gcc/emit-rtl.c
branches/lto/gcc/except.c
branches/lto/gcc/except.h
branches/lto/gcc/explow.c
branches/lto/gcc/expr.h
branches/lto/gcc/flags.h
branches/lto/gcc/fold-const.c
branches/lto/gcc/fortran/ChangeLog
branches/lto/gcc/fortran/arith.c
branches/lto/gcc/fortran/cpp.c
branches/lto/gcc/fortran/decl.c
branches/lto/gcc/fortran/expr.c
branches/lto/gcc/fortran/f95-lang.c
branches/lto/gcc/fortran/gfc-internals.texi
branches/lto/gcc/fortran/gfortran.h
branches/lto/gcc/fortran/invoke.texi
branches/lto/gcc/fortran/lang.opt
branches/lto/gcc/fortran/libgfortran.h
branches/lto/gcc/fortran/match.c
branches/lto/gcc/fortran/module.c
branches/lto/gcc/fortran/options.c
branches/lto/gcc/fortran/parse.c
branches/lto/gcc/fortran/resolve.c
branches/lto/gcc/fortran/st.c
branches/lto/gcc/fortran/symbol.c
branches/lto/gcc/fortran/target-memory.c
branches/lto/gcc/fortran/trans-array.c
branches/lto/gcc/fortran/trans-const.c
branches/lto/gcc/fortran/trans-const.h
branches/lto/gcc/fortran/trans-decl.c
branches/lto/gcc/fortran/trans-expr.c
branches/lto/gcc/fortran/trans-intrinsic.c
branches/lto/gcc/fortran/trans-io.c
branches/lto/gcc/fortran/trans-stmt.c
branches/lto/gcc/fortran/trans-types.c
branches/lto/gcc/fortran/trans.c
branches/lto/gcc/function.h
branches/lto/gcc/gcse.c
branches/lto/gcc/genautomata.c
branches/lto/gcc/gimple.c
branches/lto/gcc/gimple.h
branches/lto/gcc/gimplify.c
branches/lto/gcc/ipa-cp.c
branches/lto/gcc/ipa-inline.c
branches/lto/gcc/ipa-prop.c
branches/lto/gcc/ipa-prop.h
branches/lto/gcc/ipa-pure-const.c
branches/lto/gcc/ipa-reference.c
branches/lto/gcc/ipa-type-escape.c
branches/lto/gcc/ira-build.c
branches/lto/gcc/ira-color.c
branches/lto/gcc/ira-emit.c
branches/lto/gcc/ira-int.h
branches/lto/gcc/ira-lives.c
branches/lto/gcc/java/ChangeLog
branches/lto/gcc/java/java-gimplify.c
branches/lto/gcc/java/lang.c
branches/lto/gcc/jump.c
branches/lto/gcc/langhooks-def.h
branches/lto/gcc/langhooks.c
branches/lto/gcc/langhooks.h
branches/lto/gcc/loop-iv.c
branches/lto/gcc/lto-cgraph.c
branches/lto/gcc/lto-function-in.c
branches/lto/gcc/lto-function-out.c
branches/lto/gcc/lto-tags.h
branches/lto/gcc/lto/ChangeLog
branches/lto/gcc/lto/lto-lang.c
branches/lto/gcc/lto/lto.c
branches/lto/gcc/modulo-sched.c
branches/lto/gcc/objc/ChangeLog
branches/lto/gcc/objc/objc-act.c
branches/lto/gcc/omp-low.c
branches/lto/gcc/optc-gen.awk
branches/lto/gcc/opts.c
branches/lto/gcc/passes.c
branches/lto/gcc/po/ChangeLog
branches/lto/gcc/po/EXCLUDES
branches/lto/gcc/po/gcc.pot
branches/lto/gcc/regmove.c
branches/lto/gcc/reload.c
branches/lto/gcc/rtl.def
branches/lto/gcc/rtl.h
branches/lto/gcc/rtlanal.c
branches/lto/gcc/simplify-rtx.c
branches/lto/gcc/testsuite/ChangeLog
branches/lto/gcc/testsuite/g++.dg/cpp0x/auto12.C
branches/lto/gcc/testsuite/g++.dg/cpp0x/auto6.C
branches/lto/gcc/testsuite/g++.dg/cpp0x/decltype-38655.C (props changed)
branches/lto/gcc/testsuite/g++.dg/cpp0x/decltype3.C
branches/lto/gcc/testsuite/g++.dg/template/access11.C
branches/lto/gcc/testsuite/g++.dg/template/qualttp20.C
branches/lto/gcc/testsuite/g++.dg/template/sfinae3.C
branches/lto/gcc/testsuite/g++.dg/warn/Warray-bounds.C
branches/lto/gcc/testsuite/g++.old-deja/g++.ext/attrib5.C
branches/lto/gcc/testsuite/g++.old-deja/g++.ext/typeof2.C
branches/lto/gcc/testsuite/g++.old-deja/g++.jason/thunk3.C
branches/lto/gcc/testsuite/g++.old-deja/g++.other/sizeof2.C
branches/lto/gcc/testsuite/g++.old-deja/g++.other/using9.C
branches/lto/gcc/testsuite/g++.old-deja/g++.pt/typename8.C
branches/lto/gcc/testsuite/gcc.c-torture/compile/981006-1.c
branches/lto/gcc/testsuite/gcc.c-torture/compile/pr16566-2.c
branches/lto/gcc/testsuite/gcc.dg/Warray-bounds.c
branches/lto/gcc/testsuite/gcc.dg/attr-noinline.c
branches/lto/gcc/testsuite/gcc.dg/builtin-redefine.c
branches/lto/gcc/testsuite/gcc.dg/c90-const-expr-1.c
branches/lto/gcc/testsuite/gcc.dg/c90-const-expr-2.c
branches/lto/gcc/testsuite/gcc.dg/c90-const-expr-3.c
branches/lto/gcc/testsuite/gcc.dg/c99-const-expr-2.c
branches/lto/gcc/testsuite/gcc.dg/c99-const-expr-3.c
branches/lto/gcc/testsuite/gcc.dg/c99-static-1.c
branches/lto/gcc/testsuite/gcc.dg/cpp/Wvariadic-1.c
branches/lto/gcc/testsuite/gcc.dg/cpp/Wvariadic-3.c
branches/lto/gcc/testsuite/gcc.dg/cpp/include2.c
branches/lto/gcc/testsuite/gcc.dg/cpp/redef2.c
branches/lto/gcc/testsuite/gcc.dg/cpp/redef3.c
branches/lto/gcc/testsuite/gcc.dg/cpp/trad/redef2.c
branches/lto/gcc/testsuite/gcc.dg/fltconst-1.c
branches/lto/gcc/testsuite/gcc.dg/ipa/ipa-3.c
branches/lto/gcc/testsuite/gcc.dg/ipa/ipa-5.c
branches/lto/gcc/testsuite/gcc.dg/ipa/ipacost-1.c
branches/lto/gcc/testsuite/gcc.dg/noncompile/920507-1.c
branches/lto/gcc/testsuite/gcc.dg/overflow-warn-1.c
branches/lto/gcc/testsuite/gcc.dg/overflow-warn-2.c
branches/lto/gcc/testsuite/gcc.dg/overflow-warn-3.c
branches/lto/gcc/testsuite/gcc.dg/overflow-warn-4.c
branches/lto/gcc/testsuite/gcc.dg/pch/counter-2.c
branches/lto/gcc/testsuite/gcc.dg/pch/valid-1.c
branches/lto/gcc/testsuite/gcc.dg/pch/valid-2.c
branches/lto/gcc/testsuite/gcc.dg/pch/warn-1.c
branches/lto/gcc/testsuite/gcc.dg/pr14649-1.c
branches/lto/gcc/testsuite/gcc.dg/pr19984.c
branches/lto/gcc/testsuite/gcc.dg/pr25682.c
branches/lto/gcc/testsuite/gcc.dg/pr33826.c
branches/lto/gcc/testsuite/gcc.dg/real-const-1.c
branches/lto/gcc/testsuite/gcc.dg/torture/builtin-explog-1.c
branches/lto/gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-11.c
branches/lto/gcc/testsuite/gcc.dg/vect/pr32230.c
branches/lto/gcc/testsuite/gcc.dg/vect/slp-widen-mult-s16.c
branches/lto/gcc/testsuite/gcc.dg/vect/slp-widen-mult-u8.c
branches/lto/gcc/testsuite/gcc.dg/vect/vect-35.c
branches/lto/gcc/testsuite/gcc.dg/vect/vect-multitypes-16.c
branches/lto/gcc/testsuite/gcc.dg/vect/vect-multitypes-17.c
branches/lto/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-u8a.c
branches/lto/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-u8b.c
branches/lto/gcc/testsuite/gcc.dg/vect/wrapv-vect-reduc-dot-s8b.c
branches/lto/gcc/testsuite/gcc.target/x86_64/abi/callabi/ (props changed)
branches/lto/gcc/testsuite/gcc.target/x86_64/abi/test_passing_structs.c
branches/lto/gcc/testsuite/gfortran.dg/alloc_alloc_expr_1.f90
branches/lto/gcc/testsuite/gfortran.dg/array_constructor_11.f90
branches/lto/gcc/testsuite/gfortran.dg/array_constructor_18.f90
branches/lto/gcc/testsuite/gfortran.dg/array_constructor_22.f90
branches/lto/gcc/testsuite/gfortran.dg/do_1.f90
branches/lto/gcc/testsuite/gfortran.dg/do_3.F90
branches/lto/gcc/testsuite/gfortran.dg/goto_2.f90
branches/lto/gcc/testsuite/gfortran.dg/goto_4.f90
branches/lto/gcc/testsuite/gfortran.dg/typebound_proc_4.f03
branches/lto/gcc/testsuite/lib/target-libpath.exp
branches/lto/gcc/testsuite/lib/target-supports.exp
branches/lto/gcc/toplev.c
branches/lto/gcc/tree-cfg.c
branches/lto/gcc/tree-dfa.c
branches/lto/gcc/tree-eh.c
branches/lto/gcc/tree-flow.h
branches/lto/gcc/tree-inline.c
branches/lto/gcc/tree-mudflap.c
branches/lto/gcc/tree-optimize.c
branches/lto/gcc/tree-pass.h
branches/lto/gcc/tree-scalar-evolution.c
branches/lto/gcc/tree-ssa-ccp.c
branches/lto/gcc/tree-ssa-copy.c
branches/lto/gcc/tree-ssa-dom.c
branches/lto/gcc/tree-ssa-forwprop.c
branches/lto/gcc/tree-ssa-ifcombine.c
branches/lto/gcc/tree-ssa-loop-manip.c
branches/lto/gcc/tree-ssa-pre.c
branches/lto/gcc/tree-ssa-sccvn.c
branches/lto/gcc/tree-ssa-structalias.c
branches/lto/gcc/tree-ssa.c
branches/lto/gcc/tree-vect-patterns.c
branches/lto/gcc/tree-vectorizer.c
branches/lto/gcc/tree-vectorizer.h
branches/lto/gcc/tree.c
branches/lto/gcc/tree.def
branches/lto/gcc/tree.h
branches/lto/gcc/tsystem.h
branches/lto/gcc/varasm.c
branches/lto/libcpp/ChangeLog
branches/lto/libcpp/Makefile.in
branches/lto/libcpp/config.in
branches/lto/libcpp/configure
branches/lto/libcpp/configure.ac
branches/lto/libcpp/directives.c
branches/lto/libcpp/errors.c
branches/lto/libcpp/expr.c
branches/lto/libcpp/files.c
branches/lto/libcpp/include/cpplib.h
branches/lto/libcpp/include/line-map.h
branches/lto/libcpp/init.c
branches/lto/libcpp/internal.h
branches/lto/libcpp/line-map.c
branches/lto/libcpp/macro.c
branches/lto/libcpp/po/ChangeLog
branches/lto/libcpp/po/cpplib.pot
branches/lto/libdecnumber/ChangeLog
branches/lto/libdecnumber/decBasic.c
branches/lto/libdecnumber/decCommon.c
branches/lto/libdecnumber/decContext.c
branches/lto/libdecnumber/decContext.h
branches/lto/libdecnumber/decDPD.h
branches/lto/libdecnumber/decDouble.c
branches/lto/libdecnumber/decDouble.h
branches/lto/libdecnumber/decNumber.c
branches/lto/libdecnumber/decNumber.h
branches/lto/libdecnumber/decNumberLocal.h
branches/lto/libdecnumber/decPacked.c
branches/lto/libdecnumber/decPacked.h
branches/lto/libdecnumber/decQuad.c
branches/lto/libdecnumber/decQuad.h
branches/lto/libdecnumber/decSingle.c
branches/lto/libdecnumber/decSingle.h
branches/lto/libdecnumber/dpd/decimal128.c
branches/lto/libdecnumber/dpd/decimal128.h
branches/lto/libdecnumber/dpd/decimal32.c
branches/lto/libdecnumber/dpd/decimal32.h
branches/lto/libdecnumber/dpd/decimal64.c
branches/lto/libdecnumber/dpd/decimal64.h
branches/lto/libgcc/ChangeLog
branches/lto/libgcc/config.host
branches/lto/libgfortran/ChangeLog
branches/lto/libgfortran/intrinsics/c99_functions.c
branches/lto/libgfortran/intrinsics/string_intrinsics.c
branches/lto/libgfortran/intrinsics/string_intrinsics_inc.c
branches/lto/libgomp/ChangeLog
branches/lto/libiberty/ChangeLog
branches/lto/libiberty/Makefile.in
branches/lto/libiberty/config.in
branches/lto/libiberty/configure
branches/lto/libiberty/configure.ac
branches/lto/libiberty/functions.texi
branches/lto/libjava/classpath/ (props changed)
branches/lto/libmudflap/ChangeLog
branches/lto/libmudflap/testsuite/libmudflap.c/fail27-frag.c
branches/lto/lto-plugin/configure
branches/lto/maintainer-scripts/ChangeLog
branches/lto/maintainer-scripts/crontab
branches/lto/maintainer-scripts/update_version_svn
Propchange: branches/lto/libstdc++-v3/testsuite/18_support/pthread_guard.cc
('svn:mergeinfo' modified)
Propchange: branches/lto/libstdc++-v3/testsuite/20_util/ratio/cons/cons_overflow_neg.cc
('svn:mergeinfo' modified)
Propchange: branches/lto/libstdc++-v3/testsuite/20_util/ratio/operations/ops_overflow_neg.cc
('svn:mergeinfo' modified)
Propchange: branches/lto/libstdc++-v3/testsuite/20_util/unique_ptr/assign/assign_neg.cc
('svn:mergeinfo' modified)
Propchange: branches/lto/libstdc++-v3/testsuite/21_strings/basic_string/pthread18185.cc
('svn:mergeinfo' modified)
Propchange: branches/lto/libstdc++-v3/testsuite/21_strings/basic_string/pthread4.cc
('svn:mergeinfo' modified)
Propchange: branches/lto/libstdc++-v3/testsuite/23_containers/list/pthread1.cc
('svn:mergeinfo' modified)
Propchange: branches/lto/libstdc++-v3/testsuite/23_containers/list/pthread5.cc
('svn:mergeinfo' modified)
Propchange: branches/lto/libstdc++-v3/testsuite/23_containers/map/pthread6.cc
('svn:mergeinfo' modified)
Propchange: branches/lto/libstdc++-v3/testsuite/27_io/basic_fstream/cons/1.cc
('svn:mergeinfo' modified)
Propchange: branches/lto/libstdc++-v3/testsuite/27_io/basic_fstream/open/char/1.cc
('svn:mergeinfo' modified)
Propchange: branches/lto/libstdc++-v3/testsuite/27_io/basic_ofstream/cons/char/1.cc
('svn:mergeinfo' modified)
Propchange: branches/lto/libstdc++-v3/testsuite/27_io/basic_ofstream/pthread2.cc
('svn:mergeinfo' modified)
Propchange: branches/lto/libstdc++-v3/testsuite/27_io/basic_ostringstream/pthread3.cc
('svn:mergeinfo' modified)
Propchange: branches/lto/libstdc++-v3/testsuite/30_threads/condition_variable/members/
('svn:mergeinfo' removed)
Propchange: branches/lto/libstdc++-v3/testsuite/30_threads/this_thread/
('svn:mergeinfo' modified)
Propchange: branches/lto/libstdc++-v3/testsuite/30_threads/thread/members/
('svn:mergeinfo' removed)
Propchange: branches/lto/libstdc++-v3/testsuite/30_threads/thread/swap/
('svn:mergeinfo' removed)
Propchange: branches/lto/libstdc++-v3/testsuite/ext/rope/pthread7-rope.cc
('svn:mergeinfo' modified)
Propchange: branches/lto/
('svn:mergeinfo' modified)
Propchange: branches/lto/
('svnmerge-integrated' modified)
Propchange: branches/lto/gcc/cp/ChangeLog-2007
('svn:mergeinfo' modified)
Propchange: branches/lto/gcc/cp/ChangeLog-2008
('svn:mergeinfo' modified)
Propchange: branches/lto/gcc/testsuite/g++.dg/cpp0x/decltype-38655.C
('svn:mergeinfo' modified)
Propchange: branches/lto/gcc/testsuite/gcc.target/x86_64/abi/callabi/
('svn:mergeinfo' modified)
Propchange: branches/lto/libjava/classpath/
('svn:mergeinfo' modified)