This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ 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]

r126118 - in /branches/fortran-experiments: ./ ...


Author: kargl
Date: Fri Jun 29 19:12:35 2007
New Revision: 126118

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126118
Log:
2006-06-29  Steven G. Kargl  <kargl@gcc.gnu.org>

	* Merged revisions 125973-126115 via svnmerge

Added:
    branches/fortran-experiments/libstdc++-v3/testsuite/18_support/bad_alloc/cons_virtual_derivation.cc
      - copied unchanged from r126115, trunk/libstdc++-v3/testsuite/18_support/bad_alloc/cons_virtual_derivation.cc
    branches/fortran-experiments/libstdc++-v3/testsuite/18_support/bad_cast/cons_virtual_derivation.cc
      - copied unchanged from r126115, trunk/libstdc++-v3/testsuite/18_support/bad_cast/cons_virtual_derivation.cc
    branches/fortran-experiments/libstdc++-v3/testsuite/18_support/bad_exception/cons_virtual_derivation.cc
      - copied unchanged from r126115, trunk/libstdc++-v3/testsuite/18_support/bad_exception/cons_virtual_derivation.cc
    branches/fortran-experiments/libstdc++-v3/testsuite/18_support/bad_typeid/cons_virtual_derivation.cc
      - copied unchanged from r126115, trunk/libstdc++-v3/testsuite/18_support/bad_typeid/cons_virtual_derivation.cc
    branches/fortran-experiments/libstdc++-v3/testsuite/19_diagnostics/logic_error/cons_virtual_derivation.cc
      - copied unchanged from r126115, trunk/libstdc++-v3/testsuite/19_diagnostics/logic_error/cons_virtual_derivation.cc
    branches/fortran-experiments/libstdc++-v3/testsuite/19_diagnostics/runtime_error/cons_virtual_derivation.cc
      - copied unchanged from r126115, trunk/libstdc++-v3/testsuite/19_diagnostics/runtime_error/cons_virtual_derivation.cc
    branches/fortran-experiments/libstdc++-v3/testsuite/20_util/function_objects/bad_function_call/
      - copied from r126115, trunk/libstdc++-v3/testsuite/20_util/function_objects/bad_function_call/
    branches/fortran-experiments/libstdc++-v3/testsuite/27_io/ios_base/failure/
      - copied from r126115, trunk/libstdc++-v3/testsuite/27_io/ios_base/failure/
    branches/fortran-experiments/libstdc++-v3/testsuite/ext/concurrence_lock_error/
      - copied from r126115, trunk/libstdc++-v3/testsuite/ext/concurrence_lock_error/
    branches/fortran-experiments/libstdc++-v3/testsuite/ext/concurrence_unlock_error/
      - copied from r126115, trunk/libstdc++-v3/testsuite/ext/concurrence_unlock_error/
    branches/fortran-experiments/libstdc++-v3/testsuite/ext/forced_exception_error/
      - copied from r126115, trunk/libstdc++-v3/testsuite/ext/forced_exception_error/
    branches/fortran-experiments/libstdc++-v3/testsuite/util/testsuite_api.h
      - copied unchanged from r126115, trunk/libstdc++-v3/testsuite/util/testsuite_api.h
Modified:
    branches/fortran-experiments/libstdc++-v3/ChangeLog
    branches/fortran-experiments/libstdc++-v3/acinclude.m4
    branches/fortran-experiments/libstdc++-v3/configure
    branches/fortran-experiments/libstdc++-v3/docs/html/install.html
    branches/fortran-experiments/libstdc++-v3/include/ext/throw_allocator.h
    branches/fortran-experiments/libstdc++-v3/libsupc++/exception
    branches/fortran-experiments/libstdc++-v3/libsupc++/new
    branches/fortran-experiments/libstdc++-v3/libsupc++/typeinfo
    branches/fortran-experiments/libstdc++-v3/testsuite/util/io/illegal_input_error.hpp
    branches/fortran-experiments/libstdc++-v3/testsuite/util/io/verified_cmd_line_input.cc
    branches/fortran-experiments/libstdc++-v3/testsuite/util/testsuite_shared.cc

Changes in other areas also in this revision:
Added:
    branches/fortran-experiments/gcc/testsuite/g++.dg/ext/visibility/ms-compat-1.C
      - copied unchanged from r126115, trunk/gcc/testsuite/g++.dg/ext/visibility/ms-compat-1.C
    branches/fortran-experiments/gcc/testsuite/g++.dg/other/friend5.C
      - copied unchanged from r126115, trunk/gcc/testsuite/g++.dg/other/friend5.C
    branches/fortran-experiments/gcc/testsuite/gcc.c-torture/execute/20070623-1.c
      - copied unchanged from r126115, trunk/gcc/testsuite/gcc.c-torture/execute/20070623-1.c
    branches/fortran-experiments/gcc/testsuite/gcc.dg/inline-22.c
      - copied unchanged from r126115, trunk/gcc/testsuite/gcc.dg/inline-22.c
    branches/fortran-experiments/gcc/testsuite/gcc.dg/inline-23.c
      - copied unchanged from r126115, trunk/gcc/testsuite/gcc.dg/inline-23.c
    branches/fortran-experiments/gcc/testsuite/gcc.dg/pointer-arith-9.c
      - copied unchanged from r126115, trunk/gcc/testsuite/gcc.dg/pointer-arith-9.c
    branches/fortran-experiments/gcc/testsuite/gcc.dg/pr20216.c
      - copied unchanged from r126115, trunk/gcc/testsuite/gcc.dg/pr20216.c
    branches/fortran-experiments/gcc/testsuite/gcc.dg/tree-ssa/pr32461-1.c
      - copied unchanged from r126115, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr32461-1.c
    branches/fortran-experiments/gcc/testsuite/gcc.dg/tree-ssa/pr32461-2.c
      - copied unchanged from r126115, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr32461-2.c
    branches/fortran-experiments/gcc/testsuite/gcc.dg/vect/pr32421.c
      - copied unchanged from r126115, trunk/gcc/testsuite/gcc.dg/vect/pr32421.c
    branches/fortran-experiments/gcc/testsuite/gcc.target/i386/sse2-lrint-vec.c
      - copied unchanged from r126115, trunk/gcc/testsuite/gcc.target/i386/sse2-lrint-vec.c
    branches/fortran-experiments/gcc/testsuite/gcc.target/i386/sse2-lrintf-vec.c
      - copied unchanged from r126115, trunk/gcc/testsuite/gcc.target/i386/sse2-lrintf-vec.c
    branches/fortran-experiments/gcc/testsuite/gcc.target/i386/vectorize2.c
      - copied unchanged from r126115, trunk/gcc/testsuite/gcc.target/i386/vectorize2.c
    branches/fortran-experiments/gcc/testsuite/gfortran.dg/error_format.f90
      - copied unchanged from r126115, trunk/gcc/testsuite/gfortran.dg/error_format.f90
    branches/fortran-experiments/gcc/testsuite/gfortran.dg/fmt_huge.f90
      - copied unchanged from r126115, trunk/gcc/testsuite/gfortran.dg/fmt_huge.f90
    branches/fortran-experiments/gcc/testsuite/gfortran.dg/fmt_read_2.f90
      - copied unchanged from r126115, trunk/gcc/testsuite/gfortran.dg/fmt_read_2.f90
    branches/fortran-experiments/gcc/testsuite/gfortran.dg/gomp/allocatable_components_1.f90
      - copied unchanged from r126115, trunk/gcc/testsuite/gfortran.dg/gomp/allocatable_components_1.f90
    branches/fortran-experiments/gcc/testsuite/gfortran.dg/host_assoc_call_1.f90
      - copied unchanged from r126115, trunk/gcc/testsuite/gfortran.dg/host_assoc_call_1.f90
    branches/fortran-experiments/gcc/testsuite/gfortran.dg/host_assoc_function_2.f90
      - copied unchanged from r126115, trunk/gcc/testsuite/gfortran.dg/host_assoc_function_2.f90
    branches/fortran-experiments/gcc/testsuite/gfortran.dg/minmaxloc_1.f90
      - copied unchanged from r126115, trunk/gcc/testsuite/gfortran.dg/minmaxloc_1.f90
    branches/fortran-experiments/gcc/testsuite/gfortran.dg/minmaxloc_2.f90
      - copied unchanged from r126115, trunk/gcc/testsuite/gfortran.dg/minmaxloc_2.f90
    branches/fortran-experiments/gcc/testsuite/gfortran.dg/pr32136.f90
      - copied unchanged from r126115, trunk/gcc/testsuite/gfortran.dg/pr32136.f90
    branches/fortran-experiments/gcc/testsuite/gfortran.dg/private_type_6.f90
      - copied unchanged from r126115, trunk/gcc/testsuite/gfortran.dg/private_type_6.f90
    branches/fortran-experiments/gcc/testsuite/gfortran.fortran-torture/compile/pr32417.f90
      - copied unchanged from r126115, trunk/gcc/testsuite/gfortran.fortran-torture/compile/pr32417.f90
Removed:
    branches/fortran-experiments/gcc/testsuite/gcc.dg/noncompile/pr16876.c
Modified:
    branches/fortran-experiments/   (props changed)
    branches/fortran-experiments/ChangeLog
    branches/fortran-experiments/MAINTAINERS
    branches/fortran-experiments/config/ChangeLog
    branches/fortran-experiments/config/acx.m4
    branches/fortran-experiments/configure
    branches/fortran-experiments/configure.ac
    branches/fortran-experiments/gcc/ChangeLog
    branches/fortran-experiments/gcc/DATESTAMP
    branches/fortran-experiments/gcc/builtins.c
    branches/fortran-experiments/gcc/c-common.c
    branches/fortran-experiments/gcc/c-objc-common.h
    branches/fortran-experiments/gcc/c-tree.h
    branches/fortran-experiments/gcc/c-typeck.c
    branches/fortran-experiments/gcc/c.opt
    branches/fortran-experiments/gcc/cgraphbuild.c
    branches/fortran-experiments/gcc/cgraphunit.c
    branches/fortran-experiments/gcc/combine.c
    branches/fortran-experiments/gcc/common.opt
    branches/fortran-experiments/gcc/config/arm/arm.md
    branches/fortran-experiments/gcc/config/i386/i386.c
    branches/fortran-experiments/gcc/config/i386/sse.md
    branches/fortran-experiments/gcc/config/m32c/m32c.c
    branches/fortran-experiments/gcc/config/m32c/m32c.h
    branches/fortran-experiments/gcc/config/m68k/m68k.c
    branches/fortran-experiments/gcc/config/m68k/m68k.h
    branches/fortran-experiments/gcc/config/rs6000/predicates.md
    branches/fortran-experiments/gcc/config/rs6000/rs6000.c
    branches/fortran-experiments/gcc/config/rs6000/spe.md
    branches/fortran-experiments/gcc/config/sh/sh.md
    branches/fortran-experiments/gcc/cp/ChangeLog
    branches/fortran-experiments/gcc/cp/decl.c
    branches/fortran-experiments/gcc/cp/decl2.c
    branches/fortran-experiments/gcc/dce.c
    branches/fortran-experiments/gcc/df-problems.c
    branches/fortran-experiments/gcc/doc/extend.texi
    branches/fortran-experiments/gcc/doc/invoke.texi
    branches/fortran-experiments/gcc/doc/rtl.texi
    branches/fortran-experiments/gcc/fold-const.c
    branches/fortran-experiments/gcc/fortran/ChangeLog
    branches/fortran-experiments/gcc/fortran/dump-parse-tree.c
    branches/fortran-experiments/gcc/fortran/gfortran.h
    branches/fortran-experiments/gcc/fortran/gfortranspec.c
    branches/fortran-experiments/gcc/fortran/interface.c
    branches/fortran-experiments/gcc/fortran/io.c
    branches/fortran-experiments/gcc/fortran/lang.opt
    branches/fortran-experiments/gcc/fortran/match.c
    branches/fortran-experiments/gcc/fortran/module.c
    branches/fortran-experiments/gcc/fortran/openmp.c
    branches/fortran-experiments/gcc/fortran/options.c
    branches/fortran-experiments/gcc/fortran/primary.c
    branches/fortran-experiments/gcc/fortran/resolve.c
    branches/fortran-experiments/gcc/fortran/symbol.c
    branches/fortran-experiments/gcc/fortran/trans-intrinsic.c
    branches/fortran-experiments/gcc/fwprop.c
    branches/fortran-experiments/gcc/gcc.c
    branches/fortran-experiments/gcc/genmodes.c
    branches/fortran-experiments/gcc/gimplify.c
    branches/fortran-experiments/gcc/ipa-inline.c
    branches/fortran-experiments/gcc/langhooks-def.h
    branches/fortran-experiments/gcc/langhooks.c
    branches/fortran-experiments/gcc/langhooks.h
    branches/fortran-experiments/gcc/machmode.def
    branches/fortran-experiments/gcc/machmode.h
    branches/fortran-experiments/gcc/mode-classes.def
    branches/fortran-experiments/gcc/po/ChangeLog
    branches/fortran-experiments/gcc/po/be.po
    branches/fortran-experiments/gcc/po/ca.po
    branches/fortran-experiments/gcc/po/da.po
    branches/fortran-experiments/gcc/po/de.po
    branches/fortran-experiments/gcc/po/el.po
    branches/fortran-experiments/gcc/po/es.po
    branches/fortran-experiments/gcc/po/fr.po
    branches/fortran-experiments/gcc/po/ja.po
    branches/fortran-experiments/gcc/po/nl.po
    branches/fortran-experiments/gcc/po/ru.po
    branches/fortran-experiments/gcc/po/rw.po
    branches/fortran-experiments/gcc/po/sr.po
    branches/fortran-experiments/gcc/po/sv.po
    branches/fortran-experiments/gcc/po/tr.po
    branches/fortran-experiments/gcc/po/zh_CN.po
    branches/fortran-experiments/gcc/po/zh_TW.po
    branches/fortran-experiments/gcc/postreload.c
    branches/fortran-experiments/gcc/recog.c
    branches/fortran-experiments/gcc/recog.h
    branches/fortran-experiments/gcc/testsuite/ChangeLog
    branches/fortran-experiments/gcc/testsuite/gcc.dg/assign-warn-3.c
    branches/fortran-experiments/gcc/testsuite/gcc.dg/pr29254.c
    branches/fortran-experiments/gcc/testsuite/gcc.dg/vect/vect-iv-4.c
    branches/fortran-experiments/gcc/testsuite/gcc.dg/warn-1.c
    branches/fortran-experiments/gcc/testsuite/gcc.target/i386/large-size-array-3.c
    branches/fortran-experiments/gcc/testsuite/gfortran.dg/gomp/reduction1.f90
    branches/fortran-experiments/gcc/testsuite/gfortran.dg/open_errors.f90
    branches/fortran-experiments/gcc/testsuite/gfortran.dg/secnds-1.f
    branches/fortran-experiments/gcc/tree-affine.c
    branches/fortran-experiments/gcc/tree-inline.c
    branches/fortran-experiments/gcc/tree-vect-transform.c
    branches/fortran-experiments/gcc/tree.c
    branches/fortran-experiments/gcc/tree.def
    branches/fortran-experiments/gcc/tree.h
    branches/fortran-experiments/libcpp/po/ChangeLog
    branches/fortran-experiments/libcpp/po/be.po
    branches/fortran-experiments/libcpp/po/ca.po
    branches/fortran-experiments/libcpp/po/da.po
    branches/fortran-experiments/libcpp/po/de.po
    branches/fortran-experiments/libcpp/po/el.po
    branches/fortran-experiments/libcpp/po/es.po
    branches/fortran-experiments/libcpp/po/fr.po
    branches/fortran-experiments/libcpp/po/ja.po
    branches/fortran-experiments/libcpp/po/nl.po
    branches/fortran-experiments/libcpp/po/rw.po
    branches/fortran-experiments/libcpp/po/sv.po
    branches/fortran-experiments/libcpp/po/tr.po
    branches/fortran-experiments/libcpp/po/vi.po
    branches/fortran-experiments/libcpp/po/zh_CN.po
    branches/fortran-experiments/libcpp/po/zh_TW.po
    branches/fortran-experiments/libgfortran/ChangeLog
    branches/fortran-experiments/libgfortran/io/unit.c
    branches/fortran-experiments/libgfortran/io/write.c
    branches/fortran-experiments/libgfortran/libgfortran.h
    branches/fortran-experiments/libgfortran/runtime/backtrace.c
    branches/fortran-experiments/libgfortran/runtime/error.c
    branches/fortran-experiments/libjava/ChangeLog
    branches/fortran-experiments/libjava/include/jni_md.h
    branches/fortran-experiments/libjava/testsuite/libjava.jvmti/jvmti-interp.exp
    branches/fortran-experiments/maintainer-scripts/ChangeLog
    branches/fortran-experiments/maintainer-scripts/gcc_release

Propchange: branches/fortran-experiments/
            ('svnmerge-integrated' modified)



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