r152338 - in /branches/lw-ipo: ./ ChangeLog MAI...

davidxl@gcc.gnu.org davidxl@gcc.gnu.org
Wed Sep 30 17:16:00 GMT 2009


Author: davidxl
Date: Wed Sep 30 17:16:35 2009
New Revision: 152338

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152338
Log:
This is a merge from trunk 151395:151806 

Along with the merge, several fixes to resolve the conflicts:

1) Disallow auxiliary functions in ipa early sra. The aux functions
   may get deleted.
2) Change the assembler name for sra transformed function to avoid
   name conflict in assembly file -- the conflict may come from a
   transformed function and another function in aux module which is
   emitted (e.g, in comdat)
3) Due to the phase ordering change of thunk emission, thunks for external
   auxilary functions are conditionally emitted -- leading to inconsistent
   comdat group (with the defining primary module) -- this can result in
   unsats.
4) during cfg fixup for sra transformation, the eh landing pad can be missing.
   This is due to the wrong order of eh edge manipulation.

Added:
    branches/lw-ipo/libstdc++-v3/testsuite/27_io/objects/char/41037.cc
      - copied unchanged from r151806, trunk/libstdc++-v3/testsuite/27_io/objects/char/41037.cc
    branches/lw-ipo/libstdc++-v3/testsuite/27_io/objects/wchar_t/41037.cc
      - copied unchanged from r151806, trunk/libstdc++-v3/testsuite/27_io/objects/wchar_t/41037.cc
Modified:
    branches/lw-ipo/libstdc++-v3/ChangeLog
    branches/lw-ipo/libstdc++-v3/config/cpu/sh/atomicity.h
    branches/lw-ipo/libstdc++-v3/configure
    branches/lw-ipo/libstdc++-v3/configure.ac
    branches/lw-ipo/libstdc++-v3/include/bits/basic_string.tcc
    branches/lw-ipo/libstdc++-v3/include/bits/forward_list.h
    branches/lw-ipo/libstdc++-v3/include/bits/forward_list.tcc
    branches/lw-ipo/libstdc++-v3/include/bits/istream.tcc
    branches/lw-ipo/libstdc++-v3/include/bits/ostream.tcc
    branches/lw-ipo/libstdc++-v3/include/bits/ostream_insert.h
    branches/lw-ipo/libstdc++-v3/include/bits/stl_algobase.h
    branches/lw-ipo/libstdc++-v3/include/parallel/algo.h
    branches/lw-ipo/libstdc++-v3/include/parallel/algobase.h
    branches/lw-ipo/libstdc++-v3/include/parallel/algorithmfwd.h
    branches/lw-ipo/libstdc++-v3/include/parallel/balanced_quicksort.h
    branches/lw-ipo/libstdc++-v3/include/parallel/base.h
    branches/lw-ipo/libstdc++-v3/include/parallel/checkers.h
    branches/lw-ipo/libstdc++-v3/include/parallel/compatibility.h
    branches/lw-ipo/libstdc++-v3/include/parallel/compiletime_settings.h
    branches/lw-ipo/libstdc++-v3/include/parallel/equally_split.h
    branches/lw-ipo/libstdc++-v3/include/parallel/features.h
    branches/lw-ipo/libstdc++-v3/include/parallel/find.h
    branches/lw-ipo/libstdc++-v3/include/parallel/find_selectors.h
    branches/lw-ipo/libstdc++-v3/include/parallel/for_each.h
    branches/lw-ipo/libstdc++-v3/include/parallel/for_each_selectors.h
    branches/lw-ipo/libstdc++-v3/include/parallel/iterator.h
    branches/lw-ipo/libstdc++-v3/include/parallel/list_partition.h
    branches/lw-ipo/libstdc++-v3/include/parallel/losertree.h
    branches/lw-ipo/libstdc++-v3/include/parallel/merge.h
    branches/lw-ipo/libstdc++-v3/include/parallel/multiseq_selection.h
    branches/lw-ipo/libstdc++-v3/include/parallel/multiway_merge.h
    branches/lw-ipo/libstdc++-v3/include/parallel/multiway_mergesort.h
    branches/lw-ipo/libstdc++-v3/include/parallel/numeric
    branches/lw-ipo/libstdc++-v3/include/parallel/numericfwd.h
    branches/lw-ipo/libstdc++-v3/include/parallel/omp_loop.h
    branches/lw-ipo/libstdc++-v3/include/parallel/omp_loop_static.h
    branches/lw-ipo/libstdc++-v3/include/parallel/par_loop.h
    branches/lw-ipo/libstdc++-v3/include/parallel/partial_sum.h
    branches/lw-ipo/libstdc++-v3/include/parallel/partition.h
    branches/lw-ipo/libstdc++-v3/include/parallel/queue.h
    branches/lw-ipo/libstdc++-v3/include/parallel/quicksort.h
    branches/lw-ipo/libstdc++-v3/include/parallel/random_number.h
    branches/lw-ipo/libstdc++-v3/include/parallel/random_shuffle.h
    branches/lw-ipo/libstdc++-v3/include/parallel/search.h
    branches/lw-ipo/libstdc++-v3/include/parallel/set_operations.h
    branches/lw-ipo/libstdc++-v3/include/parallel/settings.h
    branches/lw-ipo/libstdc++-v3/include/parallel/sort.h
    branches/lw-ipo/libstdc++-v3/include/parallel/tags.h
    branches/lw-ipo/libstdc++-v3/include/parallel/types.h
    branches/lw-ipo/libstdc++-v3/include/parallel/unique_copy.h
    branches/lw-ipo/libstdc++-v3/include/parallel/workstealing.h
    branches/lw-ipo/libstdc++-v3/src/Makefile.am
    branches/lw-ipo/libstdc++-v3/src/Makefile.in
    branches/lw-ipo/libstdc++-v3/src/compatibility.cc
    branches/lw-ipo/libstdc++-v3/src/ios_init.cc
    branches/lw-ipo/libstdc++-v3/src/istream.cc
    branches/lw-ipo/libstdc++-v3/testsuite/20_util/duration/arithmetic/dr934-1.cc   (props changed)
    branches/lw-ipo/libstdc++-v3/testsuite/20_util/duration/arithmetic/dr934-2.cc   (props changed)
    branches/lw-ipo/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/assign_neg.cc
    branches/lw-ipo/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/constructor_1_neg.cc
    branches/lw-ipo/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/constructor_2_neg.cc
    branches/lw-ipo/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/insert_neg.cc
    branches/lw-ipo/libstdc++-v3/testsuite/30_threads/thread/native_handle/typesizes.cc

Changes in other areas also in this revision:
Added:
    branches/lw-ipo/gcc/config/t-slibgcc-libgcc
      - copied unchanged from r151806, trunk/gcc/config/t-slibgcc-libgcc
    branches/lw-ipo/gcc/testsuite/ada/acats/run_test.exp
      - copied unchanged from r151806, trunk/gcc/testsuite/ada/acats/run_test.exp
    branches/lw-ipo/gcc/testsuite/c-c++-common/asmgoto-1.c
      - copied unchanged from r151806, trunk/gcc/testsuite/c-c++-common/asmgoto-1.c
    branches/lw-ipo/gcc/testsuite/c-c++-common/asmgoto-2.c
      - copied unchanged from r151806, trunk/gcc/testsuite/c-c++-common/asmgoto-2.c
    branches/lw-ipo/gcc/testsuite/c-c++-common/asmgoto-3.c
      - copied unchanged from r151806, trunk/gcc/testsuite/c-c++-common/asmgoto-3.c
    branches/lw-ipo/gcc/testsuite/g++.dg/cpp0x/initlist24.C
      - copied unchanged from r151806, trunk/gcc/testsuite/g++.dg/cpp0x/initlist24.C
    branches/lw-ipo/gcc/testsuite/g++.dg/debug/dwarf-eh-personality-1.C
      - copied unchanged from r151806, trunk/gcc/testsuite/g++.dg/debug/dwarf-eh-personality-1.C
    branches/lw-ipo/gcc/testsuite/g++.dg/template/crash91.C
      - copied unchanged from r151806, trunk/gcc/testsuite/g++.dg/template/crash91.C
    branches/lw-ipo/gcc/testsuite/g++.dg/torture/pr41144.C
      - copied unchanged from r151806, trunk/gcc/testsuite/g++.dg/torture/pr41144.C
    branches/lw-ipo/gcc/testsuite/g++.dg/torture/pr41257-2.C
      - copied unchanged from r151806, trunk/gcc/testsuite/g++.dg/torture/pr41257-2.C
    branches/lw-ipo/gcc/testsuite/g++.dg/torture/pr41257.C
      - copied unchanged from r151806, trunk/gcc/testsuite/g++.dg/torture/pr41257.C
    branches/lw-ipo/gcc/testsuite/g++.dg/torture/pr41273.C
      - copied unchanged from r151806, trunk/gcc/testsuite/g++.dg/torture/pr41273.C
    branches/lw-ipo/gcc/testsuite/g++.dg/tree-ssa/pr41275.C
      - copied unchanged from r151806, trunk/gcc/testsuite/g++.dg/tree-ssa/pr41275.C
    branches/lw-ipo/gcc/testsuite/gcc.c-torture/compile/20090907-1.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.c-torture/compile/20090907-1.c
    branches/lw-ipo/gcc/testsuite/gcc.c-torture/compile/20090917-1.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.c-torture/compile/20090917-1.c
    branches/lw-ipo/gcc/testsuite/gcc.c-torture/compile/asmgoto-1.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.c-torture/compile/asmgoto-1.c
    branches/lw-ipo/gcc/testsuite/gcc.c-torture/compile/pr41101.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.c-torture/compile/pr41101.c
    branches/lw-ipo/gcc/testsuite/gcc.c-torture/compile/pr41181.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.c-torture/compile/pr41181.c
    branches/lw-ipo/gcc/testsuite/gcc.c-torture/compile/pr41282.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.c-torture/compile/pr41282.c
    branches/lw-ipo/gcc/testsuite/gcc.c-torture/execute/ipa-sra-1.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.c-torture/execute/ipa-sra-1.c
    branches/lw-ipo/gcc/testsuite/gcc.c-torture/execute/ipa-sra-2.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.c-torture/execute/ipa-sra-2.c
    branches/lw-ipo/gcc/testsuite/gcc.c-torture/execute/pr41239.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.c-torture/execute/pr41239.c
    branches/lw-ipo/gcc/testsuite/gcc.c-torture/execute/pr41317.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.c-torture/execute/pr41317.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/dfp-dbg.h
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.dg/dfp/dfp-dbg.h
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/pr41049.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.dg/dfp/pr41049.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/ipa/ipa-sra-1.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.dg/ipa/ipa-sra-1.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/ipa/ipa-sra-2.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.dg/ipa/ipa-sra-2.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/ipa/ipa-sra-3.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.dg/ipa/ipa-sra-3.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/ipa/ipa-sra-4.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.dg/ipa/ipa-sra-4.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/ipa/ipa-sra-5.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.dg/ipa/ipa-sra-5.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/pr41232.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.dg/pr41232.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/pr41241.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.dg/pr41241.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/torture/pr41261.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.dg/torture/pr41261.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/tree-ssa/asmgoto-1.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.dg/tree-ssa/asmgoto-1.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-7.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-7.c
    branches/lw-ipo/gcc/testsuite/gcc.target/arm/ctz.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.target/arm/ctz.c
    branches/lw-ipo/gcc/testsuite/gcc.target/bfin/20090914-1.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.target/bfin/20090914-1.c
    branches/lw-ipo/gcc/testsuite/gcc.target/bfin/20090914-2.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.target/bfin/20090914-2.c
    branches/lw-ipo/gcc/testsuite/gcc.target/bfin/20090914-3.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.target/bfin/20090914-3.c
    branches/lw-ipo/gcc/testsuite/gcc.target/bfin/mcpu-bf542m.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.target/bfin/mcpu-bf542m.c
    branches/lw-ipo/gcc/testsuite/gcc.target/bfin/mcpu-bf544m.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.target/bfin/mcpu-bf544m.c
    branches/lw-ipo/gcc/testsuite/gcc.target/bfin/mcpu-bf547m.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.target/bfin/mcpu-bf547m.c
    branches/lw-ipo/gcc/testsuite/gcc.target/bfin/mcpu-bf548m.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.target/bfin/mcpu-bf548m.c
    branches/lw-ipo/gcc/testsuite/gcc.target/bfin/mcpu-bf549m.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.target/bfin/mcpu-bf549m.c
    branches/lw-ipo/gcc/testsuite/gcc.target/bfin/saveall.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.target/bfin/saveall.c
    branches/lw-ipo/gcc/testsuite/gcc.target/mips/branch-10.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.target/mips/branch-10.c
    branches/lw-ipo/gcc/testsuite/gcc.target/mips/branch-11.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.target/mips/branch-11.c
    branches/lw-ipo/gcc/testsuite/gcc.target/mips/branch-12.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.target/mips/branch-12.c
    branches/lw-ipo/gcc/testsuite/gcc.target/mips/branch-13.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.target/mips/branch-13.c
    branches/lw-ipo/gcc/testsuite/gcc.target/mips/branch-14.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.target/mips/branch-14.c
    branches/lw-ipo/gcc/testsuite/gcc.target/mips/branch-15.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.target/mips/branch-15.c
    branches/lw-ipo/gcc/testsuite/gcc.target/mips/branch-2.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.target/mips/branch-2.c
    branches/lw-ipo/gcc/testsuite/gcc.target/mips/branch-3.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.target/mips/branch-3.c
    branches/lw-ipo/gcc/testsuite/gcc.target/mips/branch-4.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.target/mips/branch-4.c
    branches/lw-ipo/gcc/testsuite/gcc.target/mips/branch-5.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.target/mips/branch-5.c
    branches/lw-ipo/gcc/testsuite/gcc.target/mips/branch-6.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.target/mips/branch-6.c
    branches/lw-ipo/gcc/testsuite/gcc.target/mips/branch-7.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.target/mips/branch-7.c
    branches/lw-ipo/gcc/testsuite/gcc.target/mips/branch-8.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.target/mips/branch-8.c
    branches/lw-ipo/gcc/testsuite/gcc.target/mips/branch-9.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.target/mips/branch-9.c
    branches/lw-ipo/gcc/testsuite/gcc.target/mips/branch-helper.h
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.target/mips/branch-helper.h
    branches/lw-ipo/gcc/testsuite/gcc.target/powerpc/bswap64-4.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.target/powerpc/bswap64-4.c
    branches/lw-ipo/gcc/testsuite/gcc.target/powerpc/pr41175.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.target/powerpc/pr41175.c
    branches/lw-ipo/gcc/testsuite/gcc.target/sh/struct-arg-dw2.c
      - copied unchanged from r151806, trunk/gcc/testsuite/gcc.target/sh/struct-arg-dw2.c
    branches/lw-ipo/gcc/testsuite/gfortran.dg/allocate_stat_2.f90
      - copied unchanged from r151806, trunk/gcc/testsuite/gfortran.dg/allocate_stat_2.f90
    branches/lw-ipo/gcc/testsuite/gfortran.dg/cr_lf.f90
      - copied unchanged from r151806, trunk/gcc/testsuite/gfortran.dg/cr_lf.f90
    branches/lw-ipo/gcc/testsuite/gfortran.dg/module_procedure_1.f90
      - copied unchanged from r151806, trunk/gcc/testsuite/gfortran.dg/module_procedure_1.f90
    branches/lw-ipo/gcc/testsuite/gfortran.dg/module_procedure_2.f90
      - copied unchanged from r151806, trunk/gcc/testsuite/gfortran.dg/module_procedure_2.f90
    branches/lw-ipo/gcc/testsuite/gfortran.dg/namelist_59.f90
      - copied unchanged from r151806, trunk/gcc/testsuite/gfortran.dg/namelist_59.f90
    branches/lw-ipo/gcc/testsuite/gfortran.dg/pr41212.f90
      - copied unchanged from r151806, trunk/gcc/testsuite/gfortran.dg/pr41212.f90
    branches/lw-ipo/gcc/testsuite/gfortran.dg/pr41225.f90
      - copied unchanged from r151806, trunk/gcc/testsuite/gfortran.dg/pr41225.f90
    branches/lw-ipo/gcc/testsuite/gfortran.dg/pr41229.f90
      - copied unchanged from r151806, trunk/gcc/testsuite/gfortran.dg/pr41229.f90
    branches/lw-ipo/gcc/testsuite/gfortran.dg/pr41347.f90
      - copied unchanged from r151806, trunk/gcc/testsuite/gfortran.dg/pr41347.f90
    branches/lw-ipo/gcc/testsuite/gfortran.dg/proc_ptr_comp_21.f90
      - copied unchanged from r151806, trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_21.f90
    branches/lw-ipo/gcc/testsuite/gfortran.dg/typebound_proc_12.f90
      - copied unchanged from r151806, trunk/gcc/testsuite/gfortran.dg/typebound_proc_12.f90
    branches/lw-ipo/gcc/testsuite/gnat.dg/alignment9.adb
      - copied unchanged from r151806, trunk/gcc/testsuite/gnat.dg/alignment9.adb
    branches/lw-ipo/gcc/testsuite/gnat.dg/array8.adb
      - copied unchanged from r151806, trunk/gcc/testsuite/gnat.dg/array8.adb
    branches/lw-ipo/gcc/testsuite/gnat.dg/discr20.adb
      - copied unchanged from r151806, trunk/gcc/testsuite/gnat.dg/discr20.adb
    branches/lw-ipo/gcc/testsuite/gnat.dg/discr20.ads
      - copied unchanged from r151806, trunk/gcc/testsuite/gnat.dg/discr20.ads
    branches/lw-ipo/libgomp/testsuite/libgomp.graphite/bounds.c
      - copied unchanged from r151806, trunk/libgomp/testsuite/libgomp.graphite/bounds.c
Removed:
    branches/lw-ipo/fixincludes/tests/base/sys/limits.h
Modified:
    branches/lw-ipo/   (props changed)
    branches/lw-ipo/ChangeLog
    branches/lw-ipo/MAINTAINERS
    branches/lw-ipo/boehm-gc/ChangeLog
    branches/lw-ipo/boehm-gc/Makefile.am
    branches/lw-ipo/boehm-gc/Makefile.in
    branches/lw-ipo/boehm-gc/configure
    branches/lw-ipo/config/ChangeLog
    branches/lw-ipo/config/stdint.m4
    branches/lw-ipo/configure
    branches/lw-ipo/configure.ac
    branches/lw-ipo/contrib/ChangeLog
    branches/lw-ipo/contrib/compare-debug
    branches/lw-ipo/fixincludes/ChangeLog
    branches/lw-ipo/fixincludes/README
    branches/lw-ipo/fixincludes/check.tpl
    branches/lw-ipo/fixincludes/fixincl.x
    branches/lw-ipo/fixincludes/inclhack.def
    branches/lw-ipo/fixincludes/mkheaders.in
    branches/lw-ipo/fixincludes/tests/base/Xm/Traversal.h
    branches/lw-ipo/fixincludes/tests/base/math.h
    branches/lw-ipo/fixincludes/tests/base/stdio.h
    branches/lw-ipo/gcc/ChangeLog
    branches/lw-ipo/gcc/DATESTAMP
    branches/lw-ipo/gcc/Makefile.in
    branches/lw-ipo/gcc/aclocal.m4
    branches/lw-ipo/gcc/ada/ChangeLog
    branches/lw-ipo/gcc/ada/a-dynpri.adb
    branches/lw-ipo/gcc/ada/clean.adb
    branches/lw-ipo/gcc/ada/exp_ch4.adb
    branches/lw-ipo/gcc/ada/exp_ch5.adb
    branches/lw-ipo/gcc/ada/exp_ch6.adb
    branches/lw-ipo/gcc/ada/exp_ch9.adb
    branches/lw-ipo/gcc/ada/exp_dbug.ads
    branches/lw-ipo/gcc/ada/exp_disp.adb
    branches/lw-ipo/gcc/ada/exp_disp.ads
    branches/lw-ipo/gcc/ada/exp_intr.adb
    branches/lw-ipo/gcc/ada/freeze.adb
    branches/lw-ipo/gcc/ada/g-expect.adb
    branches/lw-ipo/gcc/ada/g-socket.adb
    branches/lw-ipo/gcc/ada/g-socket.ads
    branches/lw-ipo/gcc/ada/gcc-interface/Make-lang.in
    branches/lw-ipo/gcc/ada/gcc-interface/config-lang.in
    branches/lw-ipo/gcc/ada/gcc-interface/decl.c
    branches/lw-ipo/gcc/ada/gcc-interface/misc.c
    branches/lw-ipo/gcc/ada/gcc-interface/targtyps.c
    branches/lw-ipo/gcc/ada/gcc-interface/trans.c
    branches/lw-ipo/gcc/ada/gcc-interface/utils.c
    branches/lw-ipo/gcc/ada/gnat_rm.texi
    branches/lw-ipo/gcc/ada/gnatcmd.adb
    branches/lw-ipo/gcc/ada/gprep.adb
    branches/lw-ipo/gcc/ada/make.adb
    branches/lw-ipo/gcc/ada/makeutl.adb
    branches/lw-ipo/gcc/ada/makeutl.ads
    branches/lw-ipo/gcc/ada/prj-conf.adb
    branches/lw-ipo/gcc/ada/prj-conf.ads
    branches/lw-ipo/gcc/ada/prj-env.adb
    branches/lw-ipo/gcc/ada/prj-env.ads
    branches/lw-ipo/gcc/ada/prj-ext.adb
    branches/lw-ipo/gcc/ada/prj-ext.ads
    branches/lw-ipo/gcc/ada/prj-nmsc.adb
    branches/lw-ipo/gcc/ada/prj-nmsc.ads
    branches/lw-ipo/gcc/ada/prj-pars.adb
    branches/lw-ipo/gcc/ada/prj-pars.ads
    branches/lw-ipo/gcc/ada/prj-part.adb
    branches/lw-ipo/gcc/ada/prj-proc.adb
    branches/lw-ipo/gcc/ada/prj-proc.ads
    branches/lw-ipo/gcc/ada/prj-tree.adb
    branches/lw-ipo/gcc/ada/prj-tree.ads
    branches/lw-ipo/gcc/ada/prj.adb
    branches/lw-ipo/gcc/ada/prj.ads
    branches/lw-ipo/gcc/ada/s-oscons-tmplt.c
    branches/lw-ipo/gcc/ada/sem_ch6.adb
    branches/lw-ipo/gcc/ada/sinfo.adb
    branches/lw-ipo/gcc/ada/sinfo.ads
    branches/lw-ipo/gcc/ada/switch-c.adb
    branches/lw-ipo/gcc/ada/switch-m.adb
    branches/lw-ipo/gcc/ada/switch-m.ads
    branches/lw-ipo/gcc/builtins.c
    branches/lw-ipo/gcc/builtins.def
    branches/lw-ipo/gcc/c-common.c
    branches/lw-ipo/gcc/c-common.h
    branches/lw-ipo/gcc/c-decl.c
    branches/lw-ipo/gcc/c-parser.c
    branches/lw-ipo/gcc/c-pretty-print.c
    branches/lw-ipo/gcc/c-tree.h
    branches/lw-ipo/gcc/c-typeck.c
    branches/lw-ipo/gcc/calls.c
    branches/lw-ipo/gcc/cfg.c
    branches/lw-ipo/gcc/cfgbuild.c
    branches/lw-ipo/gcc/cfgexpand.c
    branches/lw-ipo/gcc/cfglayout.c
    branches/lw-ipo/gcc/cfgrtl.c
    branches/lw-ipo/gcc/cgraph.c
    branches/lw-ipo/gcc/cgraphunit.c
    branches/lw-ipo/gcc/combine-stack-adj.c
    branches/lw-ipo/gcc/combine.c
    branches/lw-ipo/gcc/common.opt
    branches/lw-ipo/gcc/config.gcc
    branches/lw-ipo/gcc/config.host
    branches/lw-ipo/gcc/config.in
    branches/lw-ipo/gcc/config/alpha/alpha.c
    branches/lw-ipo/gcc/config/alpha/alpha.md
    branches/lw-ipo/gcc/config/arm/arm.h
    branches/lw-ipo/gcc/config/arm/arm.md
    branches/lw-ipo/gcc/config/arm/vfp.md
    branches/lw-ipo/gcc/config/bfin/bfin-protos.h
    branches/lw-ipo/gcc/config/bfin/bfin.c
    branches/lw-ipo/gcc/config/bfin/bfin.h
    branches/lw-ipo/gcc/config/bfin/bfin.md
    branches/lw-ipo/gcc/config/bfin/predicates.md
    branches/lw-ipo/gcc/config/bfin/t-bfin-elf
    branches/lw-ipo/gcc/config/bfin/t-bfin-linux
    branches/lw-ipo/gcc/config/bfin/t-bfin-uclinux
    branches/lw-ipo/gcc/config/dfp-bit.c
    branches/lw-ipo/gcc/config/i386/i386.c
    branches/lw-ipo/gcc/config/i386/mingw-w64.h
    branches/lw-ipo/gcc/config/ia64/unwind-ia64.c
    branches/lw-ipo/gcc/config/m32c/m32c.c
    branches/lw-ipo/gcc/config/m32c/m32c.h
    branches/lw-ipo/gcc/config/mep/mep-protos.h
    branches/lw-ipo/gcc/config/mep/mep.c
    branches/lw-ipo/gcc/config/mep/mep.h
    branches/lw-ipo/gcc/config/mep/mep.md
    branches/lw-ipo/gcc/config/mips/mips-dsp.md
    branches/lw-ipo/gcc/config/mips/mips-protos.h
    branches/lw-ipo/gcc/config/mips/mips-ps-3d.md
    branches/lw-ipo/gcc/config/mips/mips.c
    branches/lw-ipo/gcc/config/mips/mips.h
    branches/lw-ipo/gcc/config/mips/mips.md
    branches/lw-ipo/gcc/config/mips/predicates.md
    branches/lw-ipo/gcc/config/moxie/constraints.md
    branches/lw-ipo/gcc/config/moxie/moxie.c
    branches/lw-ipo/gcc/config/moxie/moxie.h
    branches/lw-ipo/gcc/config/moxie/moxie.md
    branches/lw-ipo/gcc/config/pa/pa.c
    branches/lw-ipo/gcc/config/pa/predicates.md
    branches/lw-ipo/gcc/config/picochip/picochip.c
    branches/lw-ipo/gcc/config/rs6000/linux64.h
    branches/lw-ipo/gcc/config/rs6000/rs6000.c
    branches/lw-ipo/gcc/config/rs6000/rs6000.h
    branches/lw-ipo/gcc/config/rs6000/rs6000.md
    branches/lw-ipo/gcc/config/rs6000/spe.md
    branches/lw-ipo/gcc/config/rs6000/sysv4.h
    branches/lw-ipo/gcc/config/rs6000/xcoff.h
    branches/lw-ipo/gcc/config/s390/2084.md
    branches/lw-ipo/gcc/config/s390/2097.md
    branches/lw-ipo/gcc/config/s390/s390.c
    branches/lw-ipo/gcc/config/s390/s390.md
    branches/lw-ipo/gcc/config/sh/sh.c
    branches/lw-ipo/gcc/config/sol2-c.c
    branches/lw-ipo/gcc/config/t-slibgcc-elf-ver
    branches/lw-ipo/gcc/config/xtensa/unwind-dw2-xtensa.c
    branches/lw-ipo/gcc/configure
    branches/lw-ipo/gcc/configure.ac
    branches/lw-ipo/gcc/cp/ChangeLog
    branches/lw-ipo/gcc/cp/Make-lang.in
    branches/lw-ipo/gcc/cp/class.c
    branches/lw-ipo/gcc/cp/cp-lang.c
    branches/lw-ipo/gcc/cp/cp-tree.h
    branches/lw-ipo/gcc/cp/decl.c
    branches/lw-ipo/gcc/cp/decl2.c
    branches/lw-ipo/gcc/cp/error.c
    branches/lw-ipo/gcc/cp/except.c
    branches/lw-ipo/gcc/cp/method.c
    branches/lw-ipo/gcc/cp/name-lookup.c
    branches/lw-ipo/gcc/cp/optimize.c
    branches/lw-ipo/gcc/cp/parser.c
    branches/lw-ipo/gcc/cp/pt.c
    branches/lw-ipo/gcc/cp/repo.c
    branches/lw-ipo/gcc/cp/semantics.c
    branches/lw-ipo/gcc/cse.c
    branches/lw-ipo/gcc/cselib.c
    branches/lw-ipo/gcc/dbgcnt.c
    branches/lw-ipo/gcc/dbxout.c
    branches/lw-ipo/gcc/dce.c
    branches/lw-ipo/gcc/doc/extend.texi
    branches/lw-ipo/gcc/doc/install.texi
    branches/lw-ipo/gcc/doc/invoke.texi
    branches/lw-ipo/gcc/doc/rtl.texi
    branches/lw-ipo/gcc/doc/tm.texi
    branches/lw-ipo/gcc/dse.c
    branches/lw-ipo/gcc/dwarf2out.c
    branches/lw-ipo/gcc/emit-rtl.c
    branches/lw-ipo/gcc/except.c
    branches/lw-ipo/gcc/except.h
    branches/lw-ipo/gcc/expr.c
    branches/lw-ipo/gcc/expr.h
    branches/lw-ipo/gcc/final.c
    branches/lw-ipo/gcc/fold-const.c
    branches/lw-ipo/gcc/fortran/ChangeLog
    branches/lw-ipo/gcc/fortran/decl.c
    branches/lw-ipo/gcc/fortran/f95-lang.c
    branches/lw-ipo/gcc/fortran/primary.c
    branches/lw-ipo/gcc/fortran/resolve.c
    branches/lw-ipo/gcc/fortran/trans-decl.c
    branches/lw-ipo/gcc/fortran/trans-expr.c
    branches/lw-ipo/gcc/fortran/trans.c
    branches/lw-ipo/gcc/fortran/trans.h
    branches/lw-ipo/gcc/function.h
    branches/lw-ipo/gcc/gcc.c
    branches/lw-ipo/gcc/gcse.c
    branches/lw-ipo/gcc/genattrtab.c
    branches/lw-ipo/gcc/gengtype.c
    branches/lw-ipo/gcc/gimple-iterator.c
    branches/lw-ipo/gcc/gimple-low.c
    branches/lw-ipo/gcc/gimple-pretty-print.c
    branches/lw-ipo/gcc/gimple.c
    branches/lw-ipo/gcc/gimple.def
    branches/lw-ipo/gcc/gimple.h
    branches/lw-ipo/gcc/gimplify.c
    branches/lw-ipo/gcc/graphite-sese-to-poly.c
    branches/lw-ipo/gcc/gsstruct.def
    branches/lw-ipo/gcc/integrate.c
    branches/lw-ipo/gcc/ipa-inline.c
    branches/lw-ipo/gcc/ipa-pure-const.c
    branches/lw-ipo/gcc/ipa-type-escape.c
    branches/lw-ipo/gcc/ipa-utils.c
    branches/lw-ipo/gcc/ira-conflicts.c
    branches/lw-ipo/gcc/ira.c
    branches/lw-ipo/gcc/java/ChangeLog
    branches/lw-ipo/gcc/java/Make-lang.in
    branches/lw-ipo/gcc/java/builtins.c
    branches/lw-ipo/gcc/java/decl.c
    branches/lw-ipo/gcc/java/except.c
    branches/lw-ipo/gcc/java/java-tree.h
    branches/lw-ipo/gcc/java/lang.c
    branches/lw-ipo/gcc/jump.c
    branches/lw-ipo/gcc/langhooks-def.h
    branches/lw-ipo/gcc/langhooks.c
    branches/lw-ipo/gcc/langhooks.h
    branches/lw-ipo/gcc/libfuncs.h
    branches/lw-ipo/gcc/lower-subreg.c
    branches/lw-ipo/gcc/objc/ChangeLog
    branches/lw-ipo/gcc/objc/objc-act.c
    branches/lw-ipo/gcc/objc/objc-act.h
    branches/lw-ipo/gcc/objc/objc-lang.c
    branches/lw-ipo/gcc/omp-low.c
    branches/lw-ipo/gcc/optabs.c
    branches/lw-ipo/gcc/opts.c
    branches/lw-ipo/gcc/params.def
    branches/lw-ipo/gcc/passes.c
    branches/lw-ipo/gcc/print-rtl.c
    branches/lw-ipo/gcc/print-tree.c
    branches/lw-ipo/gcc/real.c
    branches/lw-ipo/gcc/recog.c
    branches/lw-ipo/gcc/reg-stack.c
    branches/lw-ipo/gcc/reginfo.c
    branches/lw-ipo/gcc/regrename.c
    branches/lw-ipo/gcc/reload1.c
    branches/lw-ipo/gcc/reorg.c
    branches/lw-ipo/gcc/rtl.def
    branches/lw-ipo/gcc/rtl.h
    branches/lw-ipo/gcc/sched-deps.c
    branches/lw-ipo/gcc/sched-int.h
    branches/lw-ipo/gcc/sched-rgn.c
    branches/lw-ipo/gcc/sese.c
    branches/lw-ipo/gcc/stmt.c
    branches/lw-ipo/gcc/system.h
    branches/lw-ipo/gcc/target-def.h
    branches/lw-ipo/gcc/target.h
    branches/lw-ipo/gcc/targhooks.c
    branches/lw-ipo/gcc/targhooks.h
    branches/lw-ipo/gcc/testsuite/ChangeLog
    branches/lw-ipo/gcc/testsuite/ada/acats/run_all.sh
    branches/lw-ipo/gcc/testsuite/c-c++-common/Wconversion-real.c   (props changed)
    branches/lw-ipo/gcc/testsuite/g++.dg/debug/dwarf2/namespace-1.C
    branches/lw-ipo/gcc/testsuite/g++.dg/debug/dwarf2/pubnames-1.C
    branches/lw-ipo/gcc/testsuite/g++.dg/debug/dwarf2/template-func-params-6.C
    branches/lw-ipo/gcc/testsuite/g++.dg/debug/dwarf2/template-func-params-7.C
    branches/lw-ipo/gcc/testsuite/g++.dg/debug/dwarf2/template-params-6.C
    branches/lw-ipo/gcc/testsuite/g++.dg/eh/builtin1.C
    branches/lw-ipo/gcc/testsuite/g++.dg/eh/builtin2.C
    branches/lw-ipo/gcc/testsuite/g++.dg/eh/builtin3.C
    branches/lw-ipo/gcc/testsuite/g++.dg/tree-ssa/ehcleanup-1.C
    branches/lw-ipo/gcc/testsuite/gcc.dg/c90-const-expr-10.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/c90-const-expr-2.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/c90-const-expr-6.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/c90-const-expr-9.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/c99-const-expr-2.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/Wbad-function-cast-1.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/Wtraditional-conversion-2.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/call-by-value.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/cast-bad.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/cast.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/compare-eq-const.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/compare-eq-d128.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/compare-eq-d32.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/compare-eq-d64.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/compare-eq-dfp.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/compare-eq.h
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/compare-rel-const.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/compare-rel-d128.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/compare-rel-d32.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/compare-rel-d64.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/compare-rel-dfp.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/compare-rel.h
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/compare-special-d128.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/compare-special-d32.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/compare-special-d64.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/compare-special.h
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/composite-type.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/constants-hex.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/constants-pedantic.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/constants-zero.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/constants.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/convert-bfp-10.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/convert-bfp-11.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/convert-bfp-12.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/convert-bfp-13.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/convert-bfp-14.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/convert-bfp-2.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/convert-bfp-3.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/convert-bfp-4.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/convert-bfp-5.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/convert-bfp-6.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/convert-bfp-7.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/convert-bfp-8.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/convert-bfp-9.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/convert-bfp-fold.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/convert-bfp.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/convert-complex.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/convert-dfp-fold-2.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/convert-dfp-fold.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/convert-dfp-round.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/convert-dfp.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/convert-int-fold.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/convert-int-max-fold.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/convert-int-max.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/convert-int-saturate.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/convert-int.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/convert.h
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/ctypes.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/ddmode-ice.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/dec-eval-method-2.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/decfloat-constants.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/dfp.exp
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/fe-binop.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/fe-check.h
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/fe-convert-1.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/fe-convert-2.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/fe-convert-3.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/float-constant-double.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/func-array.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/func-deref.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/func-mixed.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/func-pointer.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/func-scalar.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/func-struct.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/func-vararg-alternate-d128-2.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/func-vararg-alternate-d128.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/func-vararg-alternate-d32.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/func-vararg-alternate-d64.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/func-vararg-alternate.h
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/func-vararg-dfp.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/func-vararg-mixed-2.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/func-vararg-mixed.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/func-vararg-size0.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/inf-1.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/keywords-pedantic.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/keywords-reserved.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/loop-index.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/modes.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/nan-1.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/nan-2.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/operator-arith-fold.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/operator-assignment.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/operator-bitwise.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/operator-comma.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/operator-cond.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/operator-logical.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/operator-unary.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/pr31344.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/pr31385.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/pr33466.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/pr35620.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/pr36800.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/pr37435.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/pr39034.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/pr39035.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/pr39902.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/pr39986.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-1.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-2.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-3.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-4.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-7.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-8.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/signbit-1.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/signbit-2.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/struct-layout-1.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/typespec.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/union-init.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/usual-arith-conv-bad-2.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/usual-arith-conv-bad.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/usual-arith-conv-const.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/usual-arith-conv.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/dfp/wtr-conversion-1.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/guality/guality.exp
    branches/lw-ipo/gcc/testsuite/gcc.dg/guality/guality.h
    branches/lw-ipo/gcc/testsuite/gcc.dg/large-size-array-2.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/large-size-array-4.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/profile-dir-1.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/profile-dir-2.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/profile-dir-3.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/struct/wo_prof_escape_arg_to_local.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/torture/pr39074.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/tree-ssa/forwprop-11.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/tree-ssa/forwprop-12.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/tree-ssa/pr33920.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/tree-ssa/prefetch-7.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/vect/O1-pr33854.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/vect/pr33833.c
    branches/lw-ipo/gcc/testsuite/gcc.dg/vect/pr33846.c
    branches/lw-ipo/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp
    branches/lw-ipo/gcc/testsuite/gcc.target/i386/387-1.c
    branches/lw-ipo/gcc/testsuite/gcc.target/i386/387-5.c
    branches/lw-ipo/gcc/testsuite/gcc.target/i386/cmov7.c
    branches/lw-ipo/gcc/testsuite/gcc.target/i386/funcspec-1.c
    branches/lw-ipo/gcc/testsuite/gcc.target/i386/funcspec-8.c
    branches/lw-ipo/gcc/testsuite/gcc.target/i386/gcc-have-sync-compare-and-swap-1.c
    branches/lw-ipo/gcc/testsuite/gcc.target/i386/gcc-have-sync-compare-and-swap-2.c
    branches/lw-ipo/gcc/testsuite/gcc.target/i386/isa-6.c
    branches/lw-ipo/gcc/testsuite/gcc.target/i386/lea.c
    branches/lw-ipo/gcc/testsuite/gcc.target/i386/pentium4-not-mull.c
    branches/lw-ipo/gcc/testsuite/gcc.target/i386/sse-5.c
    branches/lw-ipo/gcc/testsuite/gcc.target/i386/ssefn-1.c
    branches/lw-ipo/gcc/testsuite/gcc.target/sh/20080410-1.c
    branches/lw-ipo/gcc/testsuite/gfortran.dg/allocatable_scalar_2.f90   (props changed)
    branches/lw-ipo/gcc/testsuite/gfortran.dg/allocate_alloc_opt_1.f90
    branches/lw-ipo/gcc/testsuite/gfortran.dg/deallocate_alloc_opt_1.f90
    branches/lw-ipo/gcc/testsuite/gfortran.dg/default_format_denormal_1.f90
    branches/lw-ipo/gcc/testsuite/gfortran.dg/default_format_denormal_2.f90
    branches/lw-ipo/gcc/testsuite/gfortran.dg/generic_14.f90
    branches/lw-ipo/gcc/timevar.def
    branches/lw-ipo/gcc/toplev.c
    branches/lw-ipo/gcc/tree-cfg.c
    branches/lw-ipo/gcc/tree-cfgcleanup.c
    branches/lw-ipo/gcc/tree-dfa.c
    branches/lw-ipo/gcc/tree-eh.c
    branches/lw-ipo/gcc/tree-flow-inline.h
    branches/lw-ipo/gcc/tree-flow.h
    branches/lw-ipo/gcc/tree-inline.c
    branches/lw-ipo/gcc/tree-inline.h
    branches/lw-ipo/gcc/tree-nested.c
    branches/lw-ipo/gcc/tree-optimize.c
    branches/lw-ipo/gcc/tree-pass.h
    branches/lw-ipo/gcc/tree-pretty-print.c
    branches/lw-ipo/gcc/tree-sra.c
    branches/lw-ipo/gcc/tree-ssa-alias.c
    branches/lw-ipo/gcc/tree-ssa-ccp.c
    branches/lw-ipo/gcc/tree-ssa-dce.c
    branches/lw-ipo/gcc/tree-ssa-loop-ivopts.c
    branches/lw-ipo/gcc/tree-ssa-operands.c
    branches/lw-ipo/gcc/tree-ssa-phiopt.c
    branches/lw-ipo/gcc/tree-ssa-pre.c
    branches/lw-ipo/gcc/tree-ssa-propagate.c
    branches/lw-ipo/gcc/tree-ssa-reassoc.c
    branches/lw-ipo/gcc/tree-ssa-sccvn.c
    branches/lw-ipo/gcc/tree-ssa-sink.c
    branches/lw-ipo/gcc/tree-ssa-structalias.c
    branches/lw-ipo/gcc/tree-ssa.c
    branches/lw-ipo/gcc/tree-switch-conversion.c
    branches/lw-ipo/gcc/tree-vect-data-refs.c
    branches/lw-ipo/gcc/tree-vect-stmts.c
    branches/lw-ipo/gcc/tree.c
    branches/lw-ipo/gcc/tree.def
    branches/lw-ipo/gcc/tree.h
    branches/lw-ipo/gcc/unwind-dw2.c
    branches/lw-ipo/gcc/value-prof.c
    branches/lw-ipo/gcc/var-tracking.c
    branches/lw-ipo/gcc/varasm.c
    branches/lw-ipo/gcc/vecprim.h
    branches/lw-ipo/libcpp/ChangeLog
    branches/lw-ipo/libcpp/configure
    branches/lw-ipo/libcpp/configure.ac
    branches/lw-ipo/libcpp/directives.c
    branches/lw-ipo/libcpp/po/ChangeLog
    branches/lw-ipo/libcpp/po/id.po
    branches/lw-ipo/libdecnumber/ChangeLog
    branches/lw-ipo/libffi/ChangeLog
    branches/lw-ipo/libffi/src/java_raw_api.c
    branches/lw-ipo/libffi/src/mips/ffi.c
    branches/lw-ipo/libffi/src/mips/ffitarget.h
    branches/lw-ipo/libffi/src/mips/n32.S
    branches/lw-ipo/libgfortran/ChangeLog
    branches/lw-ipo/libgfortran/Makefile.am
    branches/lw-ipo/libgfortran/Makefile.in
    branches/lw-ipo/libgfortran/intrinsics/getlog.c
    branches/lw-ipo/libgfortran/io/list_read.c
    branches/lw-ipo/libgfortran/io/transfer.c
    branches/lw-ipo/libgfortran/io/write.c
    branches/lw-ipo/libgomp/ChangeLog
    branches/lw-ipo/libgomp/Makefile.am
    branches/lw-ipo/libgomp/Makefile.in
    branches/lw-ipo/libiberty/ChangeLog
    branches/lw-ipo/libiberty/config.h-vms
    branches/lw-ipo/libiberty/config.in
    branches/lw-ipo/libiberty/configure
    branches/lw-ipo/libiberty/configure.ac
    branches/lw-ipo/libiberty/hashtab.c
    branches/lw-ipo/libjava/ChangeLog
    branches/lw-ipo/libjava/Makefile.am
    branches/lw-ipo/libjava/Makefile.in
    branches/lw-ipo/libjava/classpath/   (props changed)
    branches/lw-ipo/libjava/configure
    branches/lw-ipo/libjava/gnu/java/security/jce/prng/natVMSecureRandomWin32.cc
    branches/lw-ipo/libjava/libgcj_bc.c
    branches/lw-ipo/libtool.m4

Propchange: branches/lw-ipo/libstdc++-v3/testsuite/20_util/duration/arithmetic/dr934-1.cc
            ('svn:mergeinfo' modified)

Propchange: branches/lw-ipo/libstdc++-v3/testsuite/20_util/duration/arithmetic/dr934-2.cc
            ('svn:mergeinfo' modified)

Propchange: branches/lw-ipo/
            ('svn:mergeinfo' modified)

Propchange: branches/lw-ipo/gcc/testsuite/c-c++-common/Wconversion-real.c
            ('svn:mergeinfo' modified)

Propchange: branches/lw-ipo/gcc/testsuite/gfortran.dg/allocatable_scalar_2.f90
            ('svn:mergeinfo' modified)

Propchange: branches/lw-ipo/libjava/classpath/
            ('svn:mergeinfo' modified)




More information about the Libstdc++-cvs mailing list