This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r170997 - in /branches/redhat/gcc-4_6-branch: ....
- From: jakub at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Tue, 15 Mar 2011 14:53:35 -0000
- Subject: r170997 - in /branches/redhat/gcc-4_6-branch: ....
Author: jakub
Date: Tue Mar 15 14:53:28 2011
New Revision: 170997
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170997
Log:
svn merge -r170935:170990 svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch
svn merge -r170669:170935 svn+ssh://gcc.gnu.org/svn/gcc/trunk
Added:
branches/redhat/gcc-4_6-branch/libstdc++-v3/src/valarray.cc
- copied unchanged from r170935, trunk/libstdc++-v3/src/valarray.cc
branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/25_algorithms/partial_sort/check_compare_by_value.cc
- copied unchanged from r170935, trunk/libstdc++-v3/testsuite/25_algorithms/partial_sort/check_compare_by_value.cc
branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/25_algorithms/sort/check_compare_by_value.cc
- copied unchanged from r170935, trunk/libstdc++-v3/testsuite/25_algorithms/sort/check_compare_by_value.cc
branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/25_algorithms/sort_heap/check_compare_by_value.cc
- copied unchanged from r170935, trunk/libstdc++-v3/testsuite/25_algorithms/sort_heap/check_compare_by_value.cc
branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/25_algorithms/stable_sort/check_compare_by_value.cc
- copied unchanged from r170935, trunk/libstdc++-v3/testsuite/25_algorithms/stable_sort/check_compare_by_value.cc
Removed:
branches/redhat/gcc-4_6-branch/libstdc++-v3/src/valarray-inst.cc
Modified:
branches/redhat/gcc-4_6-branch/libstdc++-v3/ChangeLog
branches/redhat/gcc-4_6-branch/libstdc++-v3/Makefile.in
branches/redhat/gcc-4_6-branch/libstdc++-v3/acinclude.m4
branches/redhat/gcc-4_6-branch/libstdc++-v3/configure
branches/redhat/gcc-4_6-branch/libstdc++-v3/configure.ac
branches/redhat/gcc-4_6-branch/libstdc++-v3/doc/Makefile.am
branches/redhat/gcc-4_6-branch/libstdc++-v3/doc/Makefile.in
branches/redhat/gcc-4_6-branch/libstdc++-v3/doc/xml/manual/abi.xml
branches/redhat/gcc-4_6-branch/libstdc++-v3/doc/xml/manual/configure.xml
branches/redhat/gcc-4_6-branch/libstdc++-v3/include/Makefile.am
branches/redhat/gcc-4_6-branch/libstdc++-v3/include/Makefile.in
branches/redhat/gcc-4_6-branch/libstdc++-v3/include/bits/allocator.h
branches/redhat/gcc-4_6-branch/libstdc++-v3/include/bits/basic_ios.tcc
branches/redhat/gcc-4_6-branch/libstdc++-v3/include/bits/basic_string.tcc
branches/redhat/gcc-4_6-branch/libstdc++-v3/include/bits/c++config
branches/redhat/gcc-4_6-branch/libstdc++-v3/include/bits/codecvt.h
branches/redhat/gcc-4_6-branch/libstdc++-v3/include/bits/fstream.tcc
branches/redhat/gcc-4_6-branch/libstdc++-v3/include/bits/istream.tcc
branches/redhat/gcc-4_6-branch/libstdc++-v3/include/bits/locale_classes.tcc
branches/redhat/gcc-4_6-branch/libstdc++-v3/include/bits/locale_facets.tcc
branches/redhat/gcc-4_6-branch/libstdc++-v3/include/bits/locale_facets_nonio.tcc
branches/redhat/gcc-4_6-branch/libstdc++-v3/include/bits/ostream.tcc
branches/redhat/gcc-4_6-branch/libstdc++-v3/include/bits/ostream_insert.h
branches/redhat/gcc-4_6-branch/libstdc++-v3/include/bits/random.h
branches/redhat/gcc-4_6-branch/libstdc++-v3/include/bits/random.tcc
branches/redhat/gcc-4_6-branch/libstdc++-v3/include/bits/sstream.tcc
branches/redhat/gcc-4_6-branch/libstdc++-v3/include/bits/stl_algo.h
branches/redhat/gcc-4_6-branch/libstdc++-v3/include/bits/streambuf.tcc
branches/redhat/gcc-4_6-branch/libstdc++-v3/libsupc++/Makefile.in
branches/redhat/gcc-4_6-branch/libstdc++-v3/po/Makefile.in
branches/redhat/gcc-4_6-branch/libstdc++-v3/python/Makefile.in
branches/redhat/gcc-4_6-branch/libstdc++-v3/src/Makefile.am
branches/redhat/gcc-4_6-branch/libstdc++-v3/src/Makefile.in
branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/20_util/ratio/cons/cons_overflow_neg.cc
branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/Makefile.in
branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/ext/profile/mutex_extensions_neg.cc
branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/util/testsuite_rvalref.h
Changes in other areas also in this revision:
Added:
branches/redhat/gcc-4_6-branch/gcc/config/rs6000/t-freebsd
- copied unchanged from r170935, trunk/gcc/config/rs6000/t-freebsd
branches/redhat/gcc-4_6-branch/gcc/config/score/constraints.md
- copied unchanged from r170935, trunk/gcc/config/score/constraints.md
branches/redhat/gcc-4_6-branch/gcc/config/score/sfp-machine.h
- copied unchanged from r170935, trunk/gcc/config/score/sfp-machine.h
branches/redhat/gcc-4_6-branch/gcc/config/score/t-score-softfp
- copied unchanged from r170935, trunk/gcc/config/score/t-score-softfp
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/abi/mangle46.C
- copied unchanged from r170935, trunk/gcc/testsuite/g++.dg/abi/mangle46.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/conversion/cast3.C
- copied unchanged from r170935, trunk/gcc/testsuite/g++.dg/conversion/cast3.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/regress/array1.C
- copied unchanged from r170935, trunk/gcc/testsuite/g++.dg/cpp0x/regress/array1.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/regress/non-const1.C
- copied unchanged from r170935, trunk/gcc/testsuite/g++.dg/cpp0x/regress/non-const1.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/syntax-err1.C
- copied unchanged from r170935, trunk/gcc/testsuite/g++.dg/cpp0x/syntax-err1.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/ext/attrib40.C
- copied unchanged from r170935, trunk/gcc/testsuite/g++.dg/ext/attrib40.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/inherit/covariant19.C
- copied unchanged from r170935, trunk/gcc/testsuite/g++.dg/inherit/covariant19.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/inherit/virtual8.C
- copied unchanged from r170935, trunk/gcc/testsuite/g++.dg/inherit/virtual8.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/lookup/template3.C
- copied unchanged from r170935, trunk/gcc/testsuite/g++.dg/lookup/template3.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/lto/20110311-1_0.C
- copied unchanged from r170935, trunk/gcc/testsuite/g++.dg/lto/20110311-1_0.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/parse/no-type-defn1.C
- copied unchanged from r170935, trunk/gcc/testsuite/g++.dg/parse/no-type-defn1.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/template/anon5.C
- copied unchanged from r170935, trunk/gcc/testsuite/g++.dg/template/anon5.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/template/array22.C
- copied unchanged from r170935, trunk/gcc/testsuite/g++.dg/template/array22.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/template/error45.C
- copied unchanged from r170935, trunk/gcc/testsuite/g++.dg/template/error45.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/template/nontype20.C
- copied unchanged from r170935, trunk/gcc/testsuite/g++.dg/template/nontype20.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/template/nontype21.C
- copied unchanged from r170935, trunk/gcc/testsuite/g++.dg/template/nontype21.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/template/nontype22.C
- copied unchanged from r170935, trunk/gcc/testsuite/g++.dg/template/nontype22.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/template/pseudodtor6.C
- copied unchanged from r170935, trunk/gcc/testsuite/g++.dg/template/pseudodtor6.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/torture/pr47714.C
- copied unchanged from r170935, trunk/gcc/testsuite/g++.dg/torture/pr47714.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/compile/pr47967.c
- copied unchanged from r170935, trunk/gcc/testsuite/gcc.c-torture/compile/pr47967.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/postmod-1.c
- copied unchanged from r170990, branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/postmod-1.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/pr47881.c
- copied unchanged from r170935, trunk/gcc/testsuite/gcc.dg/pr47881.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/pr47899.c
- copied unchanged from r170935, trunk/gcc/testsuite/gcc.dg/pr47899.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/pr47991.c
- copied unchanged from r170935, trunk/gcc/testsuite/gcc.dg/pr47991.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/pr48022-1.c
- copied unchanged from r170935, trunk/gcc/testsuite/gcc.dg/pr48022-1.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/pr48022-2.c
- copied unchanged from r170935, trunk/gcc/testsuite/gcc.dg/pr48022-2.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/pr48067.c
- copied unchanged from r170935, trunk/gcc/testsuite/gcc.dg/pr48067.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/torture/pr47278-1.c
- copied unchanged from r170935, trunk/gcc/testsuite/gcc.dg/torture/pr47278-1.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/torture/pr47278-2.c
- copied unchanged from r170935, trunk/gcc/testsuite/gcc.dg/torture/pr47278-2.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/torture/pr47968.c
- copied unchanged from r170935, trunk/gcc/testsuite/gcc.dg/torture/pr47968.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/torture/pr47975.c
- copied unchanged from r170935, trunk/gcc/testsuite/gcc.dg/torture/pr47975.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/torture/pr48044.c
- copied unchanged from r170935, trunk/gcc/testsuite/gcc.dg/torture/pr48044.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/torture/pr48063.c
- copied unchanged from r170935, trunk/gcc/testsuite/gcc.dg/torture/pr48063.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/torture/pr48098.c
- copied unchanged from r170935, trunk/gcc/testsuite/gcc.dg/torture/pr48098.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.target/powerpc/pr47755-2.c
- copied unchanged from r170935, trunk/gcc/testsuite/gcc.target/powerpc/pr47755-2.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.target/powerpc/pr47862.c
- copied unchanged from r170935, trunk/gcc/testsuite/gcc.target/powerpc/pr47862.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.target/powerpc/pr48053-1.c
- copied unchanged from r170935, trunk/gcc/testsuite/gcc.target/powerpc/pr48053-1.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.target/powerpc/pr48053-2.c
- copied unchanged from r170935, trunk/gcc/testsuite/gcc.target/powerpc/pr48053-2.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/gfortran.dg/array_constructor_37.f90
- copied unchanged from r170935, trunk/gcc/testsuite/gfortran.dg/array_constructor_37.f90
branches/redhat/gcc-4_6-branch/gcc/testsuite/gfortran.dg/class_41.f03
- copied unchanged from r170935, trunk/gcc/testsuite/gfortran.dg/class_41.f03
branches/redhat/gcc-4_6-branch/gcc/testsuite/gfortran.dg/intrinsic_ifunction_2.f90
- copied unchanged from r170935, trunk/gcc/testsuite/gfortran.dg/intrinsic_ifunction_2.f90
branches/redhat/gcc-4_6-branch/gcc/testsuite/gfortran.dg/proc_ptr_comp_31.f90
- copied unchanged from r170935, trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_31.f90
branches/redhat/gcc-4_6-branch/gcc/testsuite/obj-c++.dg/property/property-encoding-1.mm
- copied unchanged from r170935, trunk/gcc/testsuite/obj-c++.dg/property/property-encoding-1.mm
branches/redhat/gcc-4_6-branch/gcc/testsuite/objc.dg/property/property-encoding-1.m
- copied unchanged from r170935, trunk/gcc/testsuite/objc.dg/property/property-encoding-1.m
branches/redhat/gcc-4_6-branch/libgo/go/syslog/syslog_c.c
- copied unchanged from r170935, trunk/libgo/go/syslog/syslog_c.c
branches/redhat/gcc-4_6-branch/libgo/go/syslog/syslog_solaris.go
- copied unchanged from r170935, trunk/libgo/go/syslog/syslog_solaris.go
branches/redhat/gcc-4_6-branch/libgo/go/syslog/syslog_unix.go
- copied unchanged from r170935, trunk/libgo/go/syslog/syslog_unix.go
branches/redhat/gcc-4_6-branch/libgo/syscalls/syscall_uname.go
- copied unchanged from r170935, trunk/libgo/syscalls/syscall_uname.go
Removed:
branches/redhat/gcc-4_6-branch/gcc/config/score/mul-div.S
branches/redhat/gcc-4_6-branch/gcc/config/score/score3.c
branches/redhat/gcc-4_6-branch/gcc/config/score/score3.h
branches/redhat/gcc-4_6-branch/gcc/testsuite/README.QMTEST
Modified:
branches/redhat/gcc-4_6-branch/ (props changed)
branches/redhat/gcc-4_6-branch/ChangeLog
branches/redhat/gcc-4_6-branch/MAINTAINERS
branches/redhat/gcc-4_6-branch/config/ChangeLog
branches/redhat/gcc-4_6-branch/config/override.m4
branches/redhat/gcc-4_6-branch/configure
branches/redhat/gcc-4_6-branch/configure.ac
branches/redhat/gcc-4_6-branch/contrib/ChangeLog
branches/redhat/gcc-4_6-branch/contrib/gennews
branches/redhat/gcc-4_6-branch/gcc/ChangeLog
branches/redhat/gcc-4_6-branch/gcc/DATESTAMP
branches/redhat/gcc-4_6-branch/gcc/DEV-PHASE
branches/redhat/gcc-4_6-branch/gcc/attribs.c
branches/redhat/gcc-4_6-branch/gcc/c-family/ChangeLog
branches/redhat/gcc-4_6-branch/gcc/c-family/c-common.c
branches/redhat/gcc-4_6-branch/gcc/cfgloopmanip.c
branches/redhat/gcc-4_6-branch/gcc/cgraph.c
branches/redhat/gcc-4_6-branch/gcc/cgraph.h
branches/redhat/gcc-4_6-branch/gcc/cgraphunit.c
branches/redhat/gcc-4_6-branch/gcc/common.opt
branches/redhat/gcc-4_6-branch/gcc/config.gcc
branches/redhat/gcc-4_6-branch/gcc/config/arm/arm.md
branches/redhat/gcc-4_6-branch/gcc/config/avr/avr.c
branches/redhat/gcc-4_6-branch/gcc/config/avr/avr.h
branches/redhat/gcc-4_6-branch/gcc/config/i386/i386.c
branches/redhat/gcc-4_6-branch/gcc/config/i386/i386.opt
branches/redhat/gcc-4_6-branch/gcc/config/mips/mips-protos.h
branches/redhat/gcc-4_6-branch/gcc/config/mips/mips.c
branches/redhat/gcc-4_6-branch/gcc/config/mips/mips.h
branches/redhat/gcc-4_6-branch/gcc/config/pa/pa-hpux10.h
branches/redhat/gcc-4_6-branch/gcc/config/rs6000/constraints.md
branches/redhat/gcc-4_6-branch/gcc/config/rs6000/e500.h
branches/redhat/gcc-4_6-branch/gcc/config/rs6000/freebsd.h
branches/redhat/gcc-4_6-branch/gcc/config/rs6000/linux.h
branches/redhat/gcc-4_6-branch/gcc/config/rs6000/linux64.h
branches/redhat/gcc-4_6-branch/gcc/config/rs6000/predicates.md
branches/redhat/gcc-4_6-branch/gcc/config/rs6000/rs6000-protos.h
branches/redhat/gcc-4_6-branch/gcc/config/rs6000/rs6000.c
branches/redhat/gcc-4_6-branch/gcc/config/rs6000/rs6000.h
branches/redhat/gcc-4_6-branch/gcc/config/rs6000/rs6000.md
branches/redhat/gcc-4_6-branch/gcc/config/rs6000/sysv4.h
branches/redhat/gcc-4_6-branch/gcc/config/rx/rx.md
branches/redhat/gcc-4_6-branch/gcc/config/s390/s390-protos.h
branches/redhat/gcc-4_6-branch/gcc/config/s390/s390.c
branches/redhat/gcc-4_6-branch/gcc/config/s390/s390.h
branches/redhat/gcc-4_6-branch/gcc/config/score/crti.asm
branches/redhat/gcc-4_6-branch/gcc/config/score/crtn.asm
branches/redhat/gcc-4_6-branch/gcc/config/score/score-generic.md
branches/redhat/gcc-4_6-branch/gcc/config/score/score-modes.def
branches/redhat/gcc-4_6-branch/gcc/config/score/score.c
branches/redhat/gcc-4_6-branch/gcc/config/score/score.h
branches/redhat/gcc-4_6-branch/gcc/config/score/score.md
branches/redhat/gcc-4_6-branch/gcc/config/score/score.opt
branches/redhat/gcc-4_6-branch/gcc/config/score/score7.c
branches/redhat/gcc-4_6-branch/gcc/config/score/t-score-elf
branches/redhat/gcc-4_6-branch/gcc/config/sol2.c
branches/redhat/gcc-4_6-branch/gcc/config/sparc/sparc.c
branches/redhat/gcc-4_6-branch/gcc/config/stormy16/stormy16-protos.h
branches/redhat/gcc-4_6-branch/gcc/config/stormy16/stormy16.c
branches/redhat/gcc-4_6-branch/gcc/config/stormy16/stormy16.h
branches/redhat/gcc-4_6-branch/gcc/cp/ChangeLog
branches/redhat/gcc-4_6-branch/gcc/cp/call.c
branches/redhat/gcc-4_6-branch/gcc/cp/decl.c
branches/redhat/gcc-4_6-branch/gcc/cp/init.c
branches/redhat/gcc-4_6-branch/gcc/cp/lang-specs.h
branches/redhat/gcc-4_6-branch/gcc/cp/mangle.c
branches/redhat/gcc-4_6-branch/gcc/cp/method.c
branches/redhat/gcc-4_6-branch/gcc/cp/name-lookup.c
branches/redhat/gcc-4_6-branch/gcc/cp/optimize.c
branches/redhat/gcc-4_6-branch/gcc/cp/parser.c
branches/redhat/gcc-4_6-branch/gcc/cp/pt.c
branches/redhat/gcc-4_6-branch/gcc/cp/search.c
branches/redhat/gcc-4_6-branch/gcc/cp/semantics.c
branches/redhat/gcc-4_6-branch/gcc/doc/cfg.texi
branches/redhat/gcc-4_6-branch/gcc/doc/invoke.texi
branches/redhat/gcc-4_6-branch/gcc/doc/standards.texi
branches/redhat/gcc-4_6-branch/gcc/dwarf2out.c
branches/redhat/gcc-4_6-branch/gcc/expmed.c
branches/redhat/gcc-4_6-branch/gcc/expr.c
branches/redhat/gcc-4_6-branch/gcc/fold-const.c
branches/redhat/gcc-4_6-branch/gcc/fortran/ChangeLog
branches/redhat/gcc-4_6-branch/gcc/fortran/expr.c
branches/redhat/gcc-4_6-branch/gcc/fortran/intrinsic.texi
branches/redhat/gcc-4_6-branch/gcc/fortran/module.c
branches/redhat/gcc-4_6-branch/gcc/fortran/trans-expr.c
branches/redhat/gcc-4_6-branch/gcc/fortran/trans-intrinsic.c
branches/redhat/gcc-4_6-branch/gcc/function.c
branches/redhat/gcc-4_6-branch/gcc/gimplify.c
branches/redhat/gcc-4_6-branch/gcc/go/gofrontend/expressions.cc
branches/redhat/gcc-4_6-branch/gcc/go/gofrontend/expressions.h
branches/redhat/gcc-4_6-branch/gcc/go/gofrontend/gogo-tree.cc
branches/redhat/gcc-4_6-branch/gcc/go/gofrontend/gogo.cc
branches/redhat/gcc-4_6-branch/gcc/graphite-clast-to-gimple.c
branches/redhat/gcc-4_6-branch/gcc/graphite-clast-to-gimple.h
branches/redhat/gcc-4_6-branch/gcc/graphite-cloog-compat.h
branches/redhat/gcc-4_6-branch/gcc/graphite.c
branches/redhat/gcc-4_6-branch/gcc/ipa-cp.c
branches/redhat/gcc-4_6-branch/gcc/ipa-inline.c
branches/redhat/gcc-4_6-branch/gcc/ipa.c
branches/redhat/gcc-4_6-branch/gcc/ira.c
branches/redhat/gcc-4_6-branch/gcc/lto-cgraph.c
branches/redhat/gcc-4_6-branch/gcc/lto-symtab.c
branches/redhat/gcc-4_6-branch/gcc/objc/ChangeLog
branches/redhat/gcc-4_6-branch/gcc/objc/lang-specs.h
branches/redhat/gcc-4_6-branch/gcc/objcp/ChangeLog
branches/redhat/gcc-4_6-branch/gcc/objcp/lang-specs.h
branches/redhat/gcc-4_6-branch/gcc/optabs.c
branches/redhat/gcc-4_6-branch/gcc/po/ChangeLog
branches/redhat/gcc-4_6-branch/gcc/po/de.po
branches/redhat/gcc-4_6-branch/gcc/po/gcc.pot
branches/redhat/gcc-4_6-branch/gcc/rtl.h
branches/redhat/gcc-4_6-branch/gcc/stor-layout.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/ChangeLog
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/abi/mangle39.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/abi/mangle45.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/trailing1.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/init/member1.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/parse/constant4.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/parse/error36.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/template/qualified-id3.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/tree-ssa/pr21082.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.old-deja/g++.pt/crash10.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.old-deja/g++.pt/ctor2.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.old-deja/g++.pt/typename3.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.old-deja/g++.pt/typename4.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.old-deja/g++.pt/typename6.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/20001117-1.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/optimize-bswapsi-1.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-33.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.target/i386/combine-mul.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/go.test/go-test.exp
branches/redhat/gcc-4_6-branch/gcc/testsuite/obj-c++.dg/gnu-api-2-property.mm
branches/redhat/gcc-4_6-branch/gcc/testsuite/objc.dg/gnu-api-2-property.m
branches/redhat/gcc-4_6-branch/gcc/tree-ssa-math-opts.c
branches/redhat/gcc-4_6-branch/gcc/tree.c
branches/redhat/gcc-4_6-branch/gcc/tree.h
branches/redhat/gcc-4_6-branch/gcc/var-tracking.c
branches/redhat/gcc-4_6-branch/libcpp/po/ChangeLog
branches/redhat/gcc-4_6-branch/libcpp/po/cpplib.pot
branches/redhat/gcc-4_6-branch/libgcc/ChangeLog
branches/redhat/gcc-4_6-branch/libgcc/config.host
branches/redhat/gcc-4_6-branch/libgcc/generic-morestack.c
branches/redhat/gcc-4_6-branch/libgfortran/ChangeLog
branches/redhat/gcc-4_6-branch/libgfortran/generated/all_l1.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/all_l16.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/all_l2.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/all_l4.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/all_l8.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/any_l1.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/any_l16.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/any_l2.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/any_l4.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/any_l8.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/count_16_l.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/count_1_l.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/count_2_l.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/count_4_l.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/count_8_l.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/maxloc1_16_i1.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/maxloc1_16_i16.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/maxloc1_16_i2.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/maxloc1_16_i4.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/maxloc1_16_i8.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/maxloc1_16_r10.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/maxloc1_16_r16.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/maxloc1_16_r4.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/maxloc1_16_r8.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/maxloc1_4_i1.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/maxloc1_4_i16.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/maxloc1_4_i2.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/maxloc1_4_i4.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/maxloc1_4_i8.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/maxloc1_4_r10.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/maxloc1_4_r16.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/maxloc1_4_r4.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/maxloc1_4_r8.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/maxloc1_8_i1.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/maxloc1_8_i16.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/maxloc1_8_i2.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/maxloc1_8_i4.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/maxloc1_8_i8.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/maxloc1_8_r10.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/maxloc1_8_r16.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/maxloc1_8_r4.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/maxloc1_8_r8.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/maxval_i1.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/maxval_i16.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/maxval_i2.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/maxval_i4.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/maxval_i8.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/maxval_r10.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/maxval_r16.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/maxval_r4.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/maxval_r8.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/minloc1_16_i1.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/minloc1_16_i16.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/minloc1_16_i2.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/minloc1_16_i4.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/minloc1_16_i8.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/minloc1_16_r10.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/minloc1_16_r16.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/minloc1_16_r4.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/minloc1_16_r8.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/minloc1_4_i1.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/minloc1_4_i16.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/minloc1_4_i2.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/minloc1_4_i4.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/minloc1_4_i8.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/minloc1_4_r10.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/minloc1_4_r16.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/minloc1_4_r4.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/minloc1_4_r8.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/minloc1_8_i1.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/minloc1_8_i16.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/minloc1_8_i2.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/minloc1_8_i4.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/minloc1_8_i8.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/minloc1_8_r10.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/minloc1_8_r16.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/minloc1_8_r4.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/minloc1_8_r8.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/minval_i1.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/minval_i16.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/minval_i2.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/minval_i4.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/minval_i8.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/minval_r10.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/minval_r16.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/minval_r4.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/minval_r8.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/product_c10.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/product_c16.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/product_c4.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/product_c8.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/product_i1.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/product_i16.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/product_i2.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/product_i4.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/product_i8.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/product_r10.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/product_r16.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/product_r4.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/product_r8.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/sum_c10.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/sum_c16.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/sum_c4.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/sum_c8.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/sum_i1.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/sum_i16.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/sum_i2.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/sum_i4.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/sum_i8.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/sum_r10.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/sum_r16.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/sum_r4.c
branches/redhat/gcc-4_6-branch/libgfortran/generated/sum_r8.c
branches/redhat/gcc-4_6-branch/libgfortran/intrinsics/ctime.c
branches/redhat/gcc-4_6-branch/libgfortran/io/write_float.def
branches/redhat/gcc-4_6-branch/libgfortran/m4/ifunction.m4
branches/redhat/gcc-4_6-branch/libgfortran/m4/ifunction_logical.m4
branches/redhat/gcc-4_6-branch/libgo/Makefile.am
branches/redhat/gcc-4_6-branch/libgo/Makefile.in
branches/redhat/gcc-4_6-branch/libgo/README.gcc
branches/redhat/gcc-4_6-branch/libgo/go/net/port_test.go
branches/redhat/gcc-4_6-branch/libgo/go/net/sock.go
branches/redhat/gcc-4_6-branch/libgo/go/os/os_test.go
branches/redhat/gcc-4_6-branch/libgo/go/syslog/syslog.go
branches/redhat/gcc-4_6-branch/libgo/runtime/go-go.c
branches/redhat/gcc-4_6-branch/libgo/runtime/go-new-map.c
branches/redhat/gcc-4_6-branch/libgo/runtime/go-new.c
branches/redhat/gcc-4_6-branch/libgo/runtime/thread.c
branches/redhat/gcc-4_6-branch/libgo/syscalls/syscall_solaris_386.go
branches/redhat/gcc-4_6-branch/libgo/syscalls/syscall_unix.go
branches/redhat/gcc-4_6-branch/libgo/testsuite/gotest
Propchange: branches/redhat/gcc-4_6-branch/
('svn:mergeinfo' modified)