r191626 - in /branches/lra: ./ ChangeLog MAINTA...

vmakarov@gcc.gnu.org vmakarov@gcc.gnu.org
Sat Sep 22 00:20:00 GMT 2012


Author: vmakarov
Date: Sat Sep 22 00:20:50 2012
New Revision: 191626

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191626
Log:
Merged with trunk @191440.
2012-09-21  Vladimir Makarov  <vmakarov@redhat.com>

	* config/mips/mips.c: Include ira.h.
	* config/sparc/sparc.c (TARGET_LRA_P): Use sparc_lra_p instead of
	x86_lra_p.


Added:
    branches/lra/libstdc++-v3/config/cpu/generic/opt/
      - copied from r191440, trunk/libstdc++-v3/config/cpu/generic/opt/
    branches/lra/libstdc++-v3/config/cpu/i486/opt/
      - copied from r191440, trunk/libstdc++-v3/config/cpu/i486/opt/
    branches/lra/libstdc++-v3/testsuite/23_containers/array/element_access/54388.cc
      - copied unchanged from r191440, trunk/libstdc++-v3/testsuite/23_containers/array/element_access/54388.cc
    branches/lra/libstdc++-v3/testsuite/ext/random/
      - copied from r191440, trunk/libstdc++-v3/testsuite/ext/random/
Removed:
    branches/lra/libstdc++-v3/testsuite/26_numerics/random/beta_distribution/
    branches/lra/libstdc++-v3/testsuite/26_numerics/random/normal_mv_distribution/
    branches/lra/libstdc++-v3/testsuite/26_numerics/random/simd_fast_mersenne_twister_engine/
Modified:
    branches/lra/libstdc++-v3/ChangeLog
    branches/lra/libstdc++-v3/Makefile.in
    branches/lra/libstdc++-v3/acinclude.m4
    branches/lra/libstdc++-v3/aclocal.m4
    branches/lra/libstdc++-v3/config.h.in
    branches/lra/libstdc++-v3/configure
    branches/lra/libstdc++-v3/configure.ac
    branches/lra/libstdc++-v3/configure.host
    branches/lra/libstdc++-v3/doc/Makefile.in
    branches/lra/libstdc++-v3/doc/html/manual/configure.html
    branches/lra/libstdc++-v3/doc/xml/manual/configure.xml
    branches/lra/libstdc++-v3/fragment.am
    branches/lra/libstdc++-v3/include/Makefile.am
    branches/lra/libstdc++-v3/include/Makefile.in
    branches/lra/libstdc++-v3/include/ext/random
    branches/lra/libstdc++-v3/include/ext/random.tcc
    branches/lra/libstdc++-v3/include/std/array
    branches/lra/libstdc++-v3/libsupc++/Makefile.in
    branches/lra/libstdc++-v3/libsupc++/eh_term_handler.cc
    branches/lra/libstdc++-v3/libsupc++/guard.cc
    branches/lra/libstdc++-v3/libsupc++/pure.cc
    branches/lra/libstdc++-v3/po/Makefile.in
    branches/lra/libstdc++-v3/python/Makefile.in
    branches/lra/libstdc++-v3/src/Makefile.in
    branches/lra/libstdc++-v3/src/c++11/Makefile.in
    branches/lra/libstdc++-v3/src/c++11/random.cc
    branches/lra/libstdc++-v3/src/c++98/Makefile.in
    branches/lra/libstdc++-v3/testsuite/23_containers/array/tuple_interface/get_neg.cc
    branches/lra/libstdc++-v3/testsuite/23_containers/array/tuple_interface/tuple_element_neg.cc
    branches/lra/libstdc++-v3/testsuite/Makefile.in

Changes in other areas also in this revision:
Added:
    branches/lra/gcc/config/avr/avr-arch.h
      - copied unchanged from r191440, trunk/gcc/config/avr/avr-arch.h
    branches/lra/gcc/config/mips/mti-linux.h
      - copied unchanged from r191440, trunk/gcc/config/mips/mti-linux.h
    branches/lra/gcc/config/mips/t-mti-linux
      - copied unchanged from r191440, trunk/gcc/config/mips/t-mti-linux
    branches/lra/gcc/config/mmix/constraints.md
      - copied unchanged from r191440, trunk/gcc/config/mmix/constraints.md
    branches/lra/gcc/config/moxie/moxie.opt
      - copied unchanged from r191440, trunk/gcc/config/moxie/moxie.opt
    branches/lra/gcc/testsuite/c-c++-common/torture/vector-compare-1.c
      - copied unchanged from r191440, trunk/gcc/testsuite/c-c++-common/torture/vector-compare-1.c
    branches/lra/gcc/testsuite/c-c++-common/torture/vector-compare-2.c
      - copied unchanged from r191440, trunk/gcc/testsuite/c-c++-common/torture/vector-compare-2.c
    branches/lra/gcc/testsuite/c-c++-common/torture/vector-shift.c
      - copied unchanged from r191440, trunk/gcc/testsuite/c-c++-common/torture/vector-shift.c
    branches/lra/gcc/testsuite/c-c++-common/torture/vector-shift2.c
      - copied unchanged from r191440, trunk/gcc/testsuite/c-c++-common/torture/vector-shift2.c
    branches/lra/gcc/testsuite/c-c++-common/torture/vector-subscript-1.c
      - copied unchanged from r191440, trunk/gcc/testsuite/c-c++-common/torture/vector-subscript-1.c
    branches/lra/gcc/testsuite/c-c++-common/torture/vector-subscript-2.c
      - copied unchanged from r191440, trunk/gcc/testsuite/c-c++-common/torture/vector-subscript-2.c
    branches/lra/gcc/testsuite/c-c++-common/torture/vector-subscript-3.c
      - copied unchanged from r191440, trunk/gcc/testsuite/c-c++-common/torture/vector-subscript-3.c
    branches/lra/gcc/testsuite/c-c++-common/vector-compare-1.c
      - copied unchanged from r191440, trunk/gcc/testsuite/c-c++-common/vector-compare-1.c
    branches/lra/gcc/testsuite/c-c++-common/vector-compare-2.c
      - copied unchanged from r191440, trunk/gcc/testsuite/c-c++-common/vector-compare-2.c
    branches/lra/gcc/testsuite/c-c++-common/vector-compare-3.c
      - copied unchanged from r191440, trunk/gcc/testsuite/c-c++-common/vector-compare-3.c
    branches/lra/gcc/testsuite/c-c++-common/vector-shift.c
      - copied unchanged from r191440, trunk/gcc/testsuite/c-c++-common/vector-shift.c
    branches/lra/gcc/testsuite/c-c++-common/vector-shift1.c
      - copied unchanged from r191440, trunk/gcc/testsuite/c-c++-common/vector-shift1.c
    branches/lra/gcc/testsuite/c-c++-common/vector-shift3.c
      - copied unchanged from r191440, trunk/gcc/testsuite/c-c++-common/vector-shift3.c
    branches/lra/gcc/testsuite/g++.dg/cpp0x/alias-decl-21.C
      - copied unchanged from r191440, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-21.C
    branches/lra/gcc/testsuite/g++.dg/cpp0x/alias-decl-22.C
      - copied unchanged from r191440, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-22.C
    branches/lra/gcc/testsuite/g++.dg/cpp0x/constexpr-temp1.C
      - copied unchanged from r191440, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-temp1.C
    branches/lra/gcc/testsuite/g++.dg/cpp0x/constexpr-virtual2.C
      - copied unchanged from r191440, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-virtual2.C
    branches/lra/gcc/testsuite/g++.dg/cpp0x/constexpr-virtual3.C
      - copied unchanged from r191440, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-virtual3.C
    branches/lra/gcc/testsuite/g++.dg/cpp0x/implicit14.C
      - copied unchanged from r191440, trunk/gcc/testsuite/g++.dg/cpp0x/implicit14.C
    branches/lra/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-mangle4.C
      - copied unchanged from r191440, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-mangle4.C
    branches/lra/gcc/testsuite/g++.dg/cpp0x/sfinae40.C
      - copied unchanged from r191440, trunk/gcc/testsuite/g++.dg/cpp0x/sfinae40.C
    branches/lra/gcc/testsuite/g++.dg/cpp0x/sfinae41.C
      - copied unchanged from r191440, trunk/gcc/testsuite/g++.dg/cpp0x/sfinae41.C
    branches/lra/gcc/testsuite/g++.dg/debug/dwarf2/deallocator.C
      - copied unchanged from r191440, trunk/gcc/testsuite/g++.dg/debug/dwarf2/deallocator.C
    branches/lra/gcc/testsuite/g++.dg/init/aggr9.C
      - copied unchanged from r191440, trunk/gcc/testsuite/g++.dg/init/aggr9.C
    branches/lra/gcc/testsuite/g++.dg/other/vector-compare.C
      - copied unchanged from r191440, trunk/gcc/testsuite/g++.dg/other/vector-compare.C
    branches/lra/gcc/testsuite/g++.dg/template/anonunion2.C
      - copied unchanged from r191440, trunk/gcc/testsuite/g++.dg/template/anonunion2.C
    branches/lra/gcc/testsuite/g++.dg/template/init10.C
      - copied unchanged from r191440, trunk/gcc/testsuite/g++.dg/template/init10.C
    branches/lra/gcc/testsuite/g++.dg/torture/builtin-location.C
      - copied unchanged from r191440, trunk/gcc/testsuite/g++.dg/torture/builtin-location.C
    branches/lra/gcc/testsuite/g++.dg/torture/pr54563.C
      - copied unchanged from r191440, trunk/gcc/testsuite/g++.dg/torture/pr54563.C
    branches/lra/gcc/testsuite/g++.dg/tree-ssa/pr54515.C
      - copied unchanged from r191440, trunk/gcc/testsuite/g++.dg/tree-ssa/pr54515.C
    branches/lra/gcc/testsuite/g++.dg/warn/Winit-self.C
      - copied unchanged from r191440, trunk/gcc/testsuite/g++.dg/warn/Winit-self.C
    branches/lra/gcc/testsuite/gcc.c-torture/compile/pr54103-1.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.c-torture/compile/pr54103-1.c
    branches/lra/gcc/testsuite/gcc.c-torture/compile/pr54103-2.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.c-torture/compile/pr54103-2.c
    branches/lra/gcc/testsuite/gcc.c-torture/compile/pr54103-3.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.c-torture/compile/pr54103-3.c
    branches/lra/gcc/testsuite/gcc.c-torture/compile/pr54103-4.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.c-torture/compile/pr54103-4.c
    branches/lra/gcc/testsuite/gcc.c-torture/compile/pr54103-5.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.c-torture/compile/pr54103-5.c
    branches/lra/gcc/testsuite/gcc.c-torture/compile/pr54103-6.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.c-torture/compile/pr54103-6.c
    branches/lra/gcc/testsuite/gcc.c-torture/compile/pr54552-1.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.c-torture/compile/pr54552-1.c
    branches/lra/gcc/testsuite/gcc.c-torture/compile/pr54559.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.c-torture/compile/pr54559.c
    branches/lra/gcc/testsuite/gcc.dg/ipa/inlinehint-2.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.dg/ipa/inlinehint-2.c
    branches/lra/gcc/testsuite/gcc.dg/simulate-thread/speculative-store-2.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.dg/simulate-thread/speculative-store-2.c
    branches/lra/gcc/testsuite/gcc.dg/simulate-thread/speculative-store-3.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.dg/simulate-thread/speculative-store-3.c
    branches/lra/gcc/testsuite/gcc.dg/simulate-thread/speculative-store-4.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.dg/simulate-thread/speculative-store-4.c
    branches/lra/gcc/testsuite/gcc.dg/tm/memopt-16.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.dg/tm/memopt-16.c
    branches/lra/gcc/testsuite/gcc.dg/torture/pr54520.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.dg/torture/pr54520.c
    branches/lra/gcc/testsuite/gcc.dg/tree-ssa/forwprop-20.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.dg/tree-ssa/forwprop-20.c
    branches/lra/gcc/testsuite/gcc.dg/tree-ssa/forwprop-21.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.dg/tree-ssa/forwprop-21.c
    branches/lra/gcc/testsuite/gcc.dg/tree-ssa/forwprop-22.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.dg/tree-ssa/forwprop-22.c
    branches/lra/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-37.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-37.c
    branches/lra/gcc/testsuite/gcc.dg/tree-ssa/vrp80.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.dg/tree-ssa/vrp80.c
    branches/lra/gcc/testsuite/gcc.dg/tree-ssa/vrp81.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.dg/tree-ssa/vrp81.c
    branches/lra/gcc/testsuite/gcc.dg/tree-ssa/vrp82.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.dg/tree-ssa/vrp82.c
    branches/lra/gcc/testsuite/gcc.dg/tree-ssa/vrp83.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.dg/tree-ssa/vrp83.c
    branches/lra/gcc/testsuite/gcc.dg/tree-ssa/vrp84.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.dg/tree-ssa/vrp84.c
    branches/lra/gcc/testsuite/gcc.target/arm/builtin-bswap-1.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.target/arm/builtin-bswap-1.c
    branches/lra/gcc/testsuite/gcc.target/arm/neon-vfma-1.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.target/arm/neon-vfma-1.c
    branches/lra/gcc/testsuite/gcc.target/arm/neon-vfms-1.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.target/arm/neon-vfms-1.c
    branches/lra/gcc/testsuite/gcc.target/avr/torture/fix-types.h
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.target/avr/torture/fix-types.h
    branches/lra/gcc/testsuite/gcc.target/avr/torture/sat-hr-plus-minus.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.target/avr/torture/sat-hr-plus-minus.c
    branches/lra/gcc/testsuite/gcc.target/avr/torture/sat-k-plus-minus.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.target/avr/torture/sat-k-plus-minus.c
    branches/lra/gcc/testsuite/gcc.target/avr/torture/sat-llk-plus-minus.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.target/avr/torture/sat-llk-plus-minus.c
    branches/lra/gcc/testsuite/gcc.target/avr/torture/sat-r-plus-minus.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.target/avr/torture/sat-r-plus-minus.c
    branches/lra/gcc/testsuite/gcc.target/avr/torture/sat-uhr-plus-minus.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.target/avr/torture/sat-uhr-plus-minus.c
    branches/lra/gcc/testsuite/gcc.target/avr/torture/sat-uk-plus-minus.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.target/avr/torture/sat-uk-plus-minus.c
    branches/lra/gcc/testsuite/gcc.target/avr/torture/sat-ullk-plus-minus.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.target/avr/torture/sat-ullk-plus-minus.c
    branches/lra/gcc/testsuite/gcc.target/avr/torture/sat-ur-plus-minus.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.target/avr/torture/sat-ur-plus-minus.c
    branches/lra/gcc/testsuite/gcc.target/avr/torture/vals-hr.def
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.target/avr/torture/vals-hr.def
    branches/lra/gcc/testsuite/gcc.target/avr/torture/vals-k.def
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.target/avr/torture/vals-k.def
    branches/lra/gcc/testsuite/gcc.target/avr/torture/vals-llk.def
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.target/avr/torture/vals-llk.def
    branches/lra/gcc/testsuite/gcc.target/avr/torture/vals-r.def
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.target/avr/torture/vals-r.def
    branches/lra/gcc/testsuite/gcc.target/avr/torture/vals-uhr.def
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.target/avr/torture/vals-uhr.def
    branches/lra/gcc/testsuite/gcc.target/avr/torture/vals-uk.def
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.target/avr/torture/vals-uk.def
    branches/lra/gcc/testsuite/gcc.target/avr/torture/vals-ullk.def
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.target/avr/torture/vals-ullk.def
    branches/lra/gcc/testsuite/gcc.target/avr/torture/vals-ur.def
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.target/avr/torture/vals-ur.def
    branches/lra/gcc/testsuite/gcc.target/i386/pr54445-1.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.target/i386/pr54445-1.c
    branches/lra/gcc/testsuite/gcc.target/i386/pr54445-2.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.target/i386/pr54445-2.c
    branches/lra/gcc/testsuite/gcc.target/i386/pr54592.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.target/i386/pr54592.c
    branches/lra/gcc/testsuite/gcc.target/sh/pr54089-3.c
      - copied unchanged from r191440, trunk/gcc/testsuite/gcc.target/sh/pr54089-3.c
    branches/lra/gcc/testsuite/gfortran.dg/array_section_3.f90
      - copied unchanged from r191440, trunk/gcc/testsuite/gfortran.dg/array_section_3.f90
    branches/lra/gcc/testsuite/gfortran.dg/bound_simplification_3.f90
      - copied unchanged from r191440, trunk/gcc/testsuite/gfortran.dg/bound_simplification_3.f90
    branches/lra/gcc/testsuite/gfortran.dg/coarray_28.f90
      - copied unchanged from r191440, trunk/gcc/testsuite/gfortran.dg/coarray_28.f90
    branches/lra/gcc/testsuite/gfortran.dg/implicit_pure_3.f90
      - copied unchanged from r191440, trunk/gcc/testsuite/gfortran.dg/implicit_pure_3.f90
    branches/lra/gcc/testsuite/gfortran.dg/namelist_75.f90
      - copied unchanged from r191440, trunk/gcc/testsuite/gfortran.dg/namelist_75.f90
    branches/lra/gcc/testsuite/gfortran.dg/proc_ptr_38.f90
      - copied unchanged from r191440, trunk/gcc/testsuite/gfortran.dg/proc_ptr_38.f90
    branches/lra/gcc/testsuite/gfortran.dg/proc_ptr_result_7.f90
      - copied unchanged from r191440, trunk/gcc/testsuite/gfortran.dg/proc_ptr_result_7.f90
    branches/lra/gcc/testsuite/gfortran.dg/scan_2.f90
      - copied unchanged from r191440, trunk/gcc/testsuite/gfortran.dg/scan_2.f90
    branches/lra/gcc/testsuite/gfortran.dg/structure_constructor_11.f90
      - copied unchanged from r191440, trunk/gcc/testsuite/gfortran.dg/structure_constructor_11.f90
    branches/lra/gcc/testsuite/gfortran.dg/typebound_generic_14.f03
      - copied unchanged from r191440, trunk/gcc/testsuite/gfortran.dg/typebound_generic_14.f03
    branches/lra/gcc/testsuite/gnat.dg/loop_optimization12.adb
      - copied unchanged from r191440, trunk/gcc/testsuite/gnat.dg/loop_optimization12.adb
    branches/lra/gcc/testsuite/gnat.dg/loop_optimization12.ads
      - copied unchanged from r191440, trunk/gcc/testsuite/gnat.dg/loop_optimization12.ads
    branches/lra/libbacktrace/
      - copied from r191440, trunk/libbacktrace/
    branches/lra/libiberty/strnlen.c
      - copied unchanged from r191440, trunk/libiberty/strnlen.c
    branches/lra/libjava/testsuite/libjava.lang/sourcelocation.jar
      - copied unchanged from r191440, trunk/libjava/testsuite/libjava.lang/sourcelocation.jar
    branches/lra/libjava/testsuite/libjava.lang/sourcelocation.java
      - copied unchanged from r191440, trunk/libjava/testsuite/libjava.lang/sourcelocation.java
    branches/lra/libjava/testsuite/libjava.lang/sourcelocation.out
      - copied unchanged from r191440, trunk/libjava/testsuite/libjava.lang/sourcelocation.out
Removed:
    branches/lra/gcc/testsuite/gcc.c-torture/execute/vector-compare-1.c
    branches/lra/gcc/testsuite/gcc.c-torture/execute/vector-compare-2.c
    branches/lra/gcc/testsuite/gcc.c-torture/execute/vector-compare-2.x
    branches/lra/gcc/testsuite/gcc.c-torture/execute/vector-shift.c
    branches/lra/gcc/testsuite/gcc.c-torture/execute/vector-shift2.c
    branches/lra/gcc/testsuite/gcc.c-torture/execute/vector-subscript-1.c
    branches/lra/gcc/testsuite/gcc.c-torture/execute/vector-subscript-2.c
    branches/lra/gcc/testsuite/gcc.c-torture/execute/vector-subscript-3.c
    branches/lra/gcc/testsuite/gcc.dg/pr52558-1.c
    branches/lra/gcc/testsuite/gcc.dg/pr52558-2.c
    branches/lra/gcc/testsuite/gcc.dg/vector-compare-1.c
    branches/lra/gcc/testsuite/gcc.dg/vector-compare-2.c
    branches/lra/gcc/testsuite/gcc.dg/vector-shift.c
    branches/lra/gcc/testsuite/gcc.dg/vector-shift1.c
    branches/lra/gcc/testsuite/gcc.dg/vector-shift3.c
Modified:
    branches/lra/   (props changed)
    branches/lra/ChangeLog
    branches/lra/MAINTAINERS
    branches/lra/Makefile.def
    branches/lra/Makefile.in
    branches/lra/boehm-gc/ChangeLog
    branches/lra/boehm-gc/configure
    branches/lra/configure
    branches/lra/configure.ac
    branches/lra/contrib/ChangeLog
    branches/lra/contrib/testsuite-management/x86_64-unknown-linux-gnu.xfail
    branches/lra/gcc/ChangeLog
    branches/lra/gcc/DATESTAMP
    branches/lra/gcc/Makefile.in
    branches/lra/gcc/ada/ChangeLog
    branches/lra/gcc/ada/gcc-interface/decl.c
    branches/lra/gcc/ada/gcc-interface/trans.c
    branches/lra/gcc/ada/gcc-interface/utils.c
    branches/lra/gcc/alias.c
    branches/lra/gcc/bitmap.c
    branches/lra/gcc/builtin-types.def
    branches/lra/gcc/builtins.c
    branches/lra/gcc/builtins.def
    branches/lra/gcc/c-family/ChangeLog
    branches/lra/gcc/c-family/c-ada-spec.c
    branches/lra/gcc/c-family/c-common.c
    branches/lra/gcc/c-family/c-pragma.c
    branches/lra/gcc/c-family/c.opt
    branches/lra/gcc/c/ChangeLog
    branches/lra/gcc/c/c-decl.c
    branches/lra/gcc/c/c-tree.h
    branches/lra/gcc/c/c-typeck.c
    branches/lra/gcc/calls.c
    branches/lra/gcc/cfghooks.c
    branches/lra/gcc/cfghooks.h
    branches/lra/gcc/cfgrtl.c
    branches/lra/gcc/cgraph.c
    branches/lra/gcc/combine.c
    branches/lra/gcc/common.opt
    branches/lra/gcc/config.gcc
    branches/lra/gcc/config.in
    branches/lra/gcc/config/alpha/predicates.md
    branches/lra/gcc/config/arm/arm.c
    branches/lra/gcc/config/arm/arm.h
    branches/lra/gcc/config/arm/arm.md
    branches/lra/gcc/config/arm/linux-elf.h
    branches/lra/gcc/config/arm/neon.md
    branches/lra/gcc/config/arm/predicates.md
    branches/lra/gcc/config/arm/thumb2.md
    branches/lra/gcc/config/arm/vec-common.md
    branches/lra/gcc/config/arm/vfp.md
    branches/lra/gcc/config/avr/avr-devices.c
    branches/lra/gcc/config/avr/avr-dimode.md
    branches/lra/gcc/config/avr/avr-fixed.md
    branches/lra/gcc/config/avr/avr-mcus.def
    branches/lra/gcc/config/avr/avr-protos.h
    branches/lra/gcc/config/avr/avr.c
    branches/lra/gcc/config/avr/avr.h
    branches/lra/gcc/config/avr/avr.md
    branches/lra/gcc/config/avr/gen-avr-mmcu-texi.c
    branches/lra/gcc/config/avr/t-avr
    branches/lra/gcc/config/darwin.c
    branches/lra/gcc/config/i386/cpuid.h
    branches/lra/gcc/config/i386/driver-i386.c
    branches/lra/gcc/config/i386/fmaintrin.h
    branches/lra/gcc/config/i386/i386.c
    branches/lra/gcc/config/i386/i386.h
    branches/lra/gcc/config/i386/i386.md
    branches/lra/gcc/config/i386/predicates.md
    branches/lra/gcc/config/i386/sse.md
    branches/lra/gcc/config/m68k/m68k.c
    branches/lra/gcc/config/mips/gnu-user64.h
    branches/lra/gcc/config/mips/mips.c
    branches/lra/gcc/config/mips/mips.h
    branches/lra/gcc/config/mmix/mmix-protos.h
    branches/lra/gcc/config/mmix/mmix.c
    branches/lra/gcc/config/mmix/mmix.h
    branches/lra/gcc/config/mmix/mmix.md
    branches/lra/gcc/config/mmix/predicates.md
    branches/lra/gcc/config/moxie/moxie.c
    branches/lra/gcc/config/moxie/moxie.h
    branches/lra/gcc/config/moxie/t-moxie
    branches/lra/gcc/config/openbsd-stdint.h
    branches/lra/gcc/config/pa/pa.c
    branches/lra/gcc/config/rs6000/aix43.h
    branches/lra/gcc/config/rs6000/aix51.h
    branches/lra/gcc/config/rs6000/aix52.h
    branches/lra/gcc/config/rs6000/aix53.h
    branches/lra/gcc/config/rs6000/aix61.h
    branches/lra/gcc/config/rs6000/freebsd64.h
    branches/lra/gcc/config/rs6000/linux64.h
    branches/lra/gcc/config/rs6000/rs6000-c.c
    branches/lra/gcc/config/rs6000/rs6000.c
    branches/lra/gcc/config/rs6000/rs6000.h
    branches/lra/gcc/config/rs6000/rs6000.md
    branches/lra/gcc/config/rs6000/spe.md
    branches/lra/gcc/config/sh/iterators.md
    branches/lra/gcc/config/sh/newlib.h
    branches/lra/gcc/config/sh/predicates.md
    branches/lra/gcc/config/sh/sh-protos.h
    branches/lra/gcc/config/sh/sh.c
    branches/lra/gcc/config/sh/sh.h
    branches/lra/gcc/config/sh/sh.md
    branches/lra/gcc/config/sparc/predicates.md
    branches/lra/gcc/config/sparc/sparc-protos.h
    branches/lra/gcc/config/sparc/sparc.c
    branches/lra/gcc/config/sparc/sparc.md
    branches/lra/gcc/config/v850/predicates.md
    branches/lra/gcc/config/v850/v850.c
    branches/lra/gcc/config/v850/v850.h
    branches/lra/gcc/config/v850/v850.md
    branches/lra/gcc/configure
    branches/lra/gcc/configure.ac
    branches/lra/gcc/cp/ChangeLog
    branches/lra/gcc/cp/call.c
    branches/lra/gcc/cp/class.c
    branches/lra/gcc/cp/cp-gimplify.c
    branches/lra/gcc/cp/cp-lang.c
    branches/lra/gcc/cp/cp-tree.h
    branches/lra/gcc/cp/decl.c
    branches/lra/gcc/cp/decl2.c
    branches/lra/gcc/cp/error.c
    branches/lra/gcc/cp/except.c
    branches/lra/gcc/cp/init.c
    branches/lra/gcc/cp/lex.c
    branches/lra/gcc/cp/mangle.c
    branches/lra/gcc/cp/method.c
    branches/lra/gcc/cp/name-lookup.c
    branches/lra/gcc/cp/optimize.c
    branches/lra/gcc/cp/parser.c
    branches/lra/gcc/cp/pt.c
    branches/lra/gcc/cp/rtti.c
    branches/lra/gcc/cp/search.c
    branches/lra/gcc/cp/semantics.c
    branches/lra/gcc/cp/tree.c
    branches/lra/gcc/cp/typeck.c
    branches/lra/gcc/cp/typeck2.c
    branches/lra/gcc/doc/avr-mmcu.texi
    branches/lra/gcc/doc/extend.texi
    branches/lra/gcc/doc/invoke.texi
    branches/lra/gcc/doc/sourcebuild.texi
    branches/lra/gcc/doc/tm.texi
    branches/lra/gcc/doc/tm.texi.in
    branches/lra/gcc/dojump.c
    branches/lra/gcc/double-int.c
    branches/lra/gcc/double-int.h
    branches/lra/gcc/dse.c
    branches/lra/gcc/dwarf2cfi.c
    branches/lra/gcc/dwarf2out.c
    branches/lra/gcc/emit-rtl.c
    branches/lra/gcc/except.c
    branches/lra/gcc/expmed.c
    branches/lra/gcc/expr.c
    branches/lra/gcc/expr.h
    branches/lra/gcc/fixed-value.c
    branches/lra/gcc/fold-const.c
    branches/lra/gcc/fortran/ChangeLog
    branches/lra/gcc/fortran/arith.c
    branches/lra/gcc/fortran/array.c
    branches/lra/gcc/fortran/check.c
    branches/lra/gcc/fortran/class.c
    branches/lra/gcc/fortran/dump-parse-tree.c
    branches/lra/gcc/fortran/error.c
    branches/lra/gcc/fortran/expr.c
    branches/lra/gcc/fortran/interface.c
    branches/lra/gcc/fortran/match.c
    branches/lra/gcc/fortran/primary.c
    branches/lra/gcc/fortran/resolve.c
    branches/lra/gcc/fortran/simplify.c
    branches/lra/gcc/fortran/symbol.c
    branches/lra/gcc/fortran/target-memory.c
    branches/lra/gcc/fortran/target-memory.h
    branches/lra/gcc/fortran/trans-decl.c
    branches/lra/gcc/fortran/trans-expr.c
    branches/lra/gcc/fortran/trans-io.c
    branches/lra/gcc/fortran/trans-openmp.c
    branches/lra/gcc/fortran/trans-stmt.c
    branches/lra/gcc/fortran/trans.c
    branches/lra/gcc/function.c
    branches/lra/gcc/function.h
    branches/lra/gcc/fwprop.c
    branches/lra/gcc/gcc.c
    branches/lra/gcc/gcse.c
    branches/lra/gcc/genautomata.c
    branches/lra/gcc/genextract.c
    branches/lra/gcc/genopinit.c
    branches/lra/gcc/gimple-fold.c
    branches/lra/gcc/gimple-low.c
    branches/lra/gcc/gimple-ssa-strength-reduction.c
    branches/lra/gcc/gimple.c
    branches/lra/gcc/gimple.h
    branches/lra/gcc/gimplify.c
    branches/lra/gcc/go/ChangeLog
    branches/lra/gcc/go/Make-lang.in
    branches/lra/gcc/go/config-lang.in
    branches/lra/gcc/go/gofrontend/expressions.cc
    branches/lra/gcc/go/gofrontend/gogo-tree.cc
    branches/lra/gcc/go/gofrontend/gogo.cc
    branches/lra/gcc/go/gofrontend/lex.cc
    branches/lra/gcc/go/gofrontend/lex.h
    branches/lra/gcc/go/gofrontend/parse.cc
    branches/lra/gcc/graphite-scop-detection.c
    branches/lra/gcc/graphite-sese-to-poly.c
    branches/lra/gcc/graphite.c
    branches/lra/gcc/ipa-inline-analysis.c
    branches/lra/gcc/ipa-inline.c
    branches/lra/gcc/ipa-inline.h
    branches/lra/gcc/ipa-prop.c
    branches/lra/gcc/ipa-pure-const.c
    branches/lra/gcc/ipa-reference.c
    branches/lra/gcc/ipa-split.c
    branches/lra/gcc/ipa-utils.c
    branches/lra/gcc/ipa-utils.h
    branches/lra/gcc/ira.c
    branches/lra/gcc/java/class.c
    branches/lra/gcc/java/expr.c
    branches/lra/gcc/loop-iv.c
    branches/lra/gcc/lto-cgraph.c
    branches/lra/gcc/lto-streamer.c
    branches/lra/gcc/lto-streamer.h
    branches/lra/gcc/lto/ChangeLog
    branches/lra/gcc/lto/lto-partition.c
    branches/lra/gcc/lto/lto-partition.h
    branches/lra/gcc/lto/lto.c
    branches/lra/gcc/objc/objc-next-runtime-abi-02.c
    branches/lra/gcc/optabs.c
    branches/lra/gcc/opts-common.c
    branches/lra/gcc/params.def
    branches/lra/gcc/passes.c
    branches/lra/gcc/po/ChangeLog
    branches/lra/gcc/po/vi.po
    branches/lra/gcc/print-rtl.c
    branches/lra/gcc/read-rtl.c
    branches/lra/gcc/ree.c
    branches/lra/gcc/reload.c
    branches/lra/gcc/reload1.c
    branches/lra/gcc/rtl.h
    branches/lra/gcc/sel-sched-ir.c
    branches/lra/gcc/simplify-rtx.c
    branches/lra/gcc/statistics.h
    branches/lra/gcc/stmt.c
    branches/lra/gcc/stor-layout.c
    branches/lra/gcc/symtab.c
    branches/lra/gcc/system.h
    branches/lra/gcc/testsuite/ChangeLog
    branches/lra/gcc/testsuite/c-c++-common/pr51712.c
    branches/lra/gcc/testsuite/g++.dg/debug/dwarf2/nested-3.C
    branches/lra/gcc/testsuite/gcc.dg/c90-const-expr-8.c
    branches/lra/gcc/testsuite/gcc.dg/pr44194-1.c
    branches/lra/gcc/testsuite/gcc.dg/tm/reg-promotion.c
    branches/lra/gcc/testsuite/gcc.dg/tree-ssa/forwprop-6.c
    branches/lra/gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-17.c
    branches/lra/gcc/testsuite/gcc.target/arm/combine-movs.c
    branches/lra/gcc/testsuite/gcc.target/arm/neon-vmla-1.c
    branches/lra/gcc/testsuite/gcc.target/arm/neon-vmls-1.c
    branches/lra/gcc/testsuite/gcc.target/arm/neon-vset_lanes8.c
    branches/lra/gcc/testsuite/gcc.target/arm/pr48252.c
    branches/lra/gcc/testsuite/gcc.target/arm/pr50318-1.c
    branches/lra/gcc/testsuite/gcc.target/arm/pr51835.c
    branches/lra/gcc/testsuite/gcc.target/arm/smlaltb-1.c
    branches/lra/gcc/testsuite/gcc.target/arm/smlaltt-1.c
    branches/lra/gcc/testsuite/gfortran.dg/bind_c_array_params_2.f90
    branches/lra/gcc/testsuite/gfortran.dg/coarray_10.f90
    branches/lra/gcc/testsuite/gnat.dg/lto15.adb
    branches/lra/gcc/testsuite/lib/target-supports.exp
    branches/lra/gcc/timevar.def
    branches/lra/gcc/trans-mem.c
    branches/lra/gcc/tree-affine.c
    branches/lra/gcc/tree-call-cdce.c
    branches/lra/gcc/tree-cfg.c
    branches/lra/gcc/tree-cfgcleanup.c
    branches/lra/gcc/tree-data-ref.c
    branches/lra/gcc/tree-dfa.c
    branches/lra/gcc/tree-diagnostic.c
    branches/lra/gcc/tree-eh.c
    branches/lra/gcc/tree-emutls.c
    branches/lra/gcc/tree-flow-inline.h
    branches/lra/gcc/tree-object-size.c
    branches/lra/gcc/tree-pass.h
    branches/lra/gcc/tree-predcom.c
    branches/lra/gcc/tree-pretty-print.c
    branches/lra/gcc/tree-sra.c
    branches/lra/gcc/tree-ssa-address.c
    branches/lra/gcc/tree-ssa-alias.c
    branches/lra/gcc/tree-ssa-ccp.c
    branches/lra/gcc/tree-ssa-coalesce.c
    branches/lra/gcc/tree-ssa-dom.c
    branches/lra/gcc/tree-ssa-forwprop.c
    branches/lra/gcc/tree-ssa-loop-im.c
    branches/lra/gcc/tree-ssa-loop-ivcanon.c
    branches/lra/gcc/tree-ssa-loop-ivopts.c
    branches/lra/gcc/tree-ssa-loop-niter.c
    branches/lra/gcc/tree-ssa-math-opts.c
    branches/lra/gcc/tree-ssa-phiopt.c
    branches/lra/gcc/tree-ssa-pre.c
    branches/lra/gcc/tree-ssa-reassoc.c
    branches/lra/gcc/tree-ssa-sccvn.c
    branches/lra/gcc/tree-ssa-sccvn.h
    branches/lra/gcc/tree-ssa-structalias.c
    branches/lra/gcc/tree-ssa-threadupdate.c
    branches/lra/gcc/tree-ssa.c
    branches/lra/gcc/tree-streamer-in.c
    branches/lra/gcc/tree-switch-conversion.c
    branches/lra/gcc/tree-vect-data-refs.c
    branches/lra/gcc/tree-vect-generic.c
    branches/lra/gcc/tree-vect-loop-manip.c
    branches/lra/gcc/tree-vect-patterns.c
    branches/lra/gcc/tree-vect-slp.c
    branches/lra/gcc/tree-vect-stmts.c
    branches/lra/gcc/tree-vectorizer.h
    branches/lra/gcc/tree-vrp.c
    branches/lra/gcc/tree.c
    branches/lra/gcc/tree.h
    branches/lra/gcc/var-tracking.c
    branches/lra/gcc/varasm.c
    branches/lra/gcc/vec.h
    branches/lra/gcc/vecir.h
    branches/lra/include/ChangeLog
    branches/lra/include/dwarf2.def
    branches/lra/include/objalloc.h
    branches/lra/libatomic/ChangeLog
    branches/lra/libatomic/configure
    branches/lra/libffi/ChangeLog
    branches/lra/libffi/configure
    branches/lra/libgcc/ChangeLog
    branches/lra/libgcc/config/avr/lib1funcs-fixed.S
    branches/lra/libgcc/config/avr/lib1funcs.S
    branches/lra/libgcc/config/avr/t-avr
    branches/lra/libgcc/config/sh/lib1funcs.S
    branches/lra/libgcc/config/t-slibgcc-libgcc
    branches/lra/libgcc/libgcov.c
    branches/lra/libgfortran/ChangeLog
    branches/lra/libgfortran/configure
    branches/lra/libgomp/ChangeLog
    branches/lra/libgomp/configure
    branches/lra/libiberty/ChangeLog
    branches/lra/libiberty/Makefile.in
    branches/lra/libiberty/config.in
    branches/lra/libiberty/configure
    branches/lra/libiberty/configure.ac
    branches/lra/libiberty/functions.texi
    branches/lra/libiberty/maint-tool
    branches/lra/libiberty/objalloc.c
    branches/lra/libitm/ChangeLog
    branches/lra/libitm/configure
    branches/lra/libjava/ChangeLog
    branches/lra/libjava/classpath/ChangeLog
    branches/lra/libjava/classpath/configure
    branches/lra/libjava/configure
    branches/lra/libmudflap/ChangeLog
    branches/lra/libmudflap/configure
    branches/lra/libobjc/ChangeLog
    branches/lra/libobjc/configure
    branches/lra/libquadmath/ChangeLog
    branches/lra/libquadmath/configure
    branches/lra/libssp/ChangeLog
    branches/lra/libssp/configure
    branches/lra/libtool.m4
    branches/lra/lto-plugin/ChangeLog
    branches/lra/lto-plugin/configure
    branches/lra/zlib/ChangeLog.gcj
    branches/lra/zlib/configure

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




More information about the Libstdc++-cvs mailing list