This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r108764 - in /branches/dfp-branch: ./ gcc/Chang...


Author: bje
Date: Sun Dec 18 22:38:45 2005
New Revision: 108764

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108764
Log:
Merged revisions 108723-108763 via svnmerge from
/trunk

Added:
    branches/dfp-branch/gcc/testsuite/gcc.dg/20051201-1.c
      - copied unchanged from r108763, trunk/gcc/testsuite/gcc.dg/20051201-1.c
    branches/dfp-branch/gcc/testsuite/gcc.dg/pr21041.c
      - copied unchanged from r108763, trunk/gcc/testsuite/gcc.dg/pr21041.c
    branches/dfp-branch/gcc/testsuite/gcc.dg/torture/pr25481.c
      - copied unchanged from r108763, trunk/gcc/testsuite/gcc.dg/torture/pr25481.c
    branches/dfp-branch/gcc/testsuite/gfortran.dg/initialization_1.f90
      - copied unchanged from r108763, trunk/gcc/testsuite/gfortran.dg/initialization_1.f90
    branches/dfp-branch/libstdc++-v3/config/abi/post/
      - copied from r108763, trunk/libstdc++-v3/config/abi/post/
    branches/dfp-branch/libstdc++-v3/config/abi/pre/
      - copied from r108763, trunk/libstdc++-v3/config/abi/pre/
    branches/dfp-branch/libstdc++-v3/src/ios-inst.cc
      - copied unchanged from r108763, trunk/libstdc++-v3/src/ios-inst.cc
    branches/dfp-branch/libstdc++-v3/src/iostream-inst.cc
      - copied unchanged from r108763, trunk/libstdc++-v3/src/iostream-inst.cc
    branches/dfp-branch/libstdc++-v3/testsuite/23_containers/deque/modifiers/erase/
      - copied from r108763, trunk/libstdc++-v3/testsuite/23_containers/deque/modifiers/erase/
    branches/dfp-branch/libstdc++-v3/testsuite/libstdc++-dg/conformance.exp
      - copied unchanged from r108763, trunk/libstdc++-v3/testsuite/libstdc++-dg/conformance.exp
Removed:
    branches/dfp-branch/libstdc++-v3/config/abi/alpha-linux-gnu/
    branches/dfp-branch/libstdc++-v3/config/abi/hppa-linux-gnu/
    branches/dfp-branch/libstdc++-v3/config/abi/i386-linux-gnu/
    branches/dfp-branch/libstdc++-v3/config/abi/i486-linux-gnu/
    branches/dfp-branch/libstdc++-v3/config/abi/ia64-linux-gnu/
    branches/dfp-branch/libstdc++-v3/config/abi/mips-linux-gnu/
    branches/dfp-branch/libstdc++-v3/config/abi/powerpc-linux-gnu/
    branches/dfp-branch/libstdc++-v3/config/abi/powerpc64-linux-gnu/
    branches/dfp-branch/libstdc++-v3/config/abi/s390-linux-gnu/
    branches/dfp-branch/libstdc++-v3/config/abi/s390x-linux-gnu/
    branches/dfp-branch/libstdc++-v3/config/abi/sparc-linux-gnu/
    branches/dfp-branch/libstdc++-v3/config/abi/x86_64-linux-gnu/
    branches/dfp-branch/libstdc++-v3/config/linker-map.dummy
    branches/dfp-branch/libstdc++-v3/config/linker-map.gnu
    branches/dfp-branch/libstdc++-v3/src/io-inst.cc
    branches/dfp-branch/libstdc++-v3/testsuite/libstdc++-dg/normal.exp
Modified:
    branches/dfp-branch/   (props changed)
    branches/dfp-branch/gcc/ChangeLog
    branches/dfp-branch/gcc/c-cppbuiltin.c
    branches/dfp-branch/gcc/c-format.c
    branches/dfp-branch/gcc/c-incpath.c
    branches/dfp-branch/gcc/c-pch.c
    branches/dfp-branch/gcc/c-ppoutput.c
    branches/dfp-branch/gcc/c-pragma.c
    branches/dfp-branch/gcc/c-typeck.c
    branches/dfp-branch/gcc/cfgloop.h
    branches/dfp-branch/gcc/cgraph.c
    branches/dfp-branch/gcc/config/m68k/m68k.c
    branches/dfp-branch/gcc/cp/ChangeLog
    branches/dfp-branch/gcc/doc/objc.texi
    branches/dfp-branch/gcc/fortran/ChangeLog
    branches/dfp-branch/gcc/fortran/expr.c
    branches/dfp-branch/gcc/gcse.c
    branches/dfp-branch/gcc/genpreds.c
    branches/dfp-branch/gcc/gensupport.c
    branches/dfp-branch/gcc/gimplify.c
    branches/dfp-branch/gcc/lambda.h
    branches/dfp-branch/gcc/libgcov.c
    branches/dfp-branch/gcc/prefix.c
    branches/dfp-branch/gcc/reload.c
    branches/dfp-branch/gcc/testsuite/ChangeLog
    branches/dfp-branch/gcc/testsuite/gfortran.dg/enum_5.f90
    branches/dfp-branch/gcc/testsuite/gfortran.dg/g77/980616-0.f
    branches/dfp-branch/gcc/tree-cfg.c
    branches/dfp-branch/gcc/tree-dfa.c
    branches/dfp-branch/gcc/tree-eh.c
    branches/dfp-branch/gcc/tree-flow-inline.h
    branches/dfp-branch/gcc/tree-inline.c
    branches/dfp-branch/gcc/tree-into-ssa.c
    branches/dfp-branch/gcc/tree-nested.c
    branches/dfp-branch/gcc/tree-outof-ssa.c
    branches/dfp-branch/gcc/tree-scalar-evolution.c
    branches/dfp-branch/gcc/tree-ssa-alias.c
    branches/dfp-branch/gcc/tree-ssa-ccp.c
    branches/dfp-branch/gcc/tree-ssa-copy.c
    branches/dfp-branch/gcc/tree-ssa-dce.c
    branches/dfp-branch/gcc/tree-ssa-dom.c
    branches/dfp-branch/gcc/tree-ssa-forwprop.c
    branches/dfp-branch/gcc/tree-ssa-live.c
    branches/dfp-branch/gcc/tree-ssa-operands.c
    branches/dfp-branch/gcc/tree-ssa-phiopt.c
    branches/dfp-branch/gcc/tree-ssa-pre.c
    branches/dfp-branch/gcc/tree-ssa-structalias.c
    branches/dfp-branch/gcc/tree-ssa-uncprop.c
    branches/dfp-branch/gcc/tree-ssa.c
    branches/dfp-branch/gcc/tree-tailcall.c
    branches/dfp-branch/gcc/tree-vect-transform.c
    branches/dfp-branch/gcc/tree-vn.c
    branches/dfp-branch/libstdc++-v3/ChangeLog
    branches/dfp-branch/libstdc++-v3/Makefile.in
    branches/dfp-branch/libstdc++-v3/acinclude.m4
    branches/dfp-branch/libstdc++-v3/config.h.in
    branches/dfp-branch/libstdc++-v3/configure
    branches/dfp-branch/libstdc++-v3/include/Makefile.in
    branches/dfp-branch/libstdc++-v3/include/bits/deque.tcc
    branches/dfp-branch/libstdc++-v3/include/bits/stl_algo.h
    branches/dfp-branch/libstdc++-v3/include/bits/stl_algobase.h
    branches/dfp-branch/libstdc++-v3/include/bits/stl_deque.h
    branches/dfp-branch/libstdc++-v3/include/bits/stl_vector.h
    branches/dfp-branch/libstdc++-v3/include/c_std/std_cstdlib.h
    branches/dfp-branch/libstdc++-v3/libmath/Makefile.in
    branches/dfp-branch/libstdc++-v3/libsupc++/Makefile.in
    branches/dfp-branch/libstdc++-v3/po/Makefile.in
    branches/dfp-branch/libstdc++-v3/src/Makefile.am
    branches/dfp-branch/libstdc++-v3/src/Makefile.in
    branches/dfp-branch/libstdc++-v3/src/compatibility.cc
    branches/dfp-branch/libstdc++-v3/testsuite/Makefile.in

Propchange: branches/dfp-branch/
            ('svnmerge-integrated' modified)



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