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]

r127998 - in /branches/ubuntu/gcc-4_2-branch: g...


Author: doko
Date: Fri Aug 31 17:26:53 2007
New Revision: 127998

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127998
Log:
svn merge -r127840:127997 svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_2-branch
back out the gcc/java changes

Added:
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/g++.dg/debug/const3.C
      - copied unchanged from r127997, branches/gcc-4_2-branch/gcc/testsuite/g++.dg/debug/const3.C
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/g++.dg/debug/const4.C
      - copied unchanged from r127997, branches/gcc-4_2-branch/gcc/testsuite/g++.dg/debug/const4.C
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/g++.dg/template/crash70.C
      - copied unchanged from r127997, branches/gcc-4_2-branch/gcc/testsuite/g++.dg/template/crash70.C
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.c-torture/compile/20070827-1.c
      - copied unchanged from r127997, branches/gcc-4_2-branch/gcc/testsuite/gcc.c-torture/compile/20070827-1.c
    branches/ubuntu/gcc-4_2-branch/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/uniform_int/33128.cc
      - copied unchanged from r127997, branches/gcc-4_2-branch/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/uniform_int/33128.cc
Modified:
    branches/ubuntu/gcc-4_2-branch/gcc/ChangeLog
    branches/ubuntu/gcc-4_2-branch/gcc/DATESTAMP
    branches/ubuntu/gcc-4_2-branch/gcc/cp/ChangeLog
    branches/ubuntu/gcc-4_2-branch/gcc/cp/Make-lang.in
    branches/ubuntu/gcc-4_2-branch/gcc/cp/call.c
    branches/ubuntu/gcc-4_2-branch/gcc/cp/class.c
    branches/ubuntu/gcc-4_2-branch/gcc/cp/config-lang.in
    branches/ubuntu/gcc-4_2-branch/gcc/cp/cp-gimplify.c
    branches/ubuntu/gcc-4_2-branch/gcc/cp/cp-lang.c
    branches/ubuntu/gcc-4_2-branch/gcc/cp/cp-objcp-common.c
    branches/ubuntu/gcc-4_2-branch/gcc/cp/cp-objcp-common.h
    branches/ubuntu/gcc-4_2-branch/gcc/cp/cp-tree.def
    branches/ubuntu/gcc-4_2-branch/gcc/cp/cp-tree.h
    branches/ubuntu/gcc-4_2-branch/gcc/cp/cvt.c
    branches/ubuntu/gcc-4_2-branch/gcc/cp/cxx-pretty-print.c
    branches/ubuntu/gcc-4_2-branch/gcc/cp/cxx-pretty-print.h
    branches/ubuntu/gcc-4_2-branch/gcc/cp/decl.c
    branches/ubuntu/gcc-4_2-branch/gcc/cp/decl.h
    branches/ubuntu/gcc-4_2-branch/gcc/cp/decl2.c
    branches/ubuntu/gcc-4_2-branch/gcc/cp/dump.c
    branches/ubuntu/gcc-4_2-branch/gcc/cp/error.c
    branches/ubuntu/gcc-4_2-branch/gcc/cp/except.c
    branches/ubuntu/gcc-4_2-branch/gcc/cp/expr.c
    branches/ubuntu/gcc-4_2-branch/gcc/cp/friend.c
    branches/ubuntu/gcc-4_2-branch/gcc/cp/g++spec.c
    branches/ubuntu/gcc-4_2-branch/gcc/cp/init.c
    branches/ubuntu/gcc-4_2-branch/gcc/cp/lang-specs.h
    branches/ubuntu/gcc-4_2-branch/gcc/cp/lex.c
    branches/ubuntu/gcc-4_2-branch/gcc/cp/mangle.c
    branches/ubuntu/gcc-4_2-branch/gcc/cp/method.c
    branches/ubuntu/gcc-4_2-branch/gcc/cp/name-lookup.c
    branches/ubuntu/gcc-4_2-branch/gcc/cp/name-lookup.h
    branches/ubuntu/gcc-4_2-branch/gcc/cp/operators.def
    branches/ubuntu/gcc-4_2-branch/gcc/cp/optimize.c
    branches/ubuntu/gcc-4_2-branch/gcc/cp/parser.c
    branches/ubuntu/gcc-4_2-branch/gcc/cp/pt.c
    branches/ubuntu/gcc-4_2-branch/gcc/cp/ptree.c
    branches/ubuntu/gcc-4_2-branch/gcc/cp/repo.c
    branches/ubuntu/gcc-4_2-branch/gcc/cp/rtti.c
    branches/ubuntu/gcc-4_2-branch/gcc/cp/search.c
    branches/ubuntu/gcc-4_2-branch/gcc/cp/semantics.c
    branches/ubuntu/gcc-4_2-branch/gcc/cp/tree.c
    branches/ubuntu/gcc-4_2-branch/gcc/cp/typeck.c
    branches/ubuntu/gcc-4_2-branch/gcc/cp/typeck2.c
    branches/ubuntu/gcc-4_2-branch/gcc/dwarf2out.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/ChangeLog
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/Make-lang.in
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/arith.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/arith.h
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/array.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/bbt.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/check.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/convert.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/data.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/decl.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/dependency.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/dependency.h
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/dump-parse-tree.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/error.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/expr.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/f95-lang.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/gfortran.h
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/gfortranspec.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/interface.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/intrinsic.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/intrinsic.h
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/io.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/iresolve.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/lang-specs.h
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/lang.opt
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/match.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/match.h
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/matchexp.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/misc.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/module.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/openmp.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/options.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/parse.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/parse.h
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/primary.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/resolve.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/scanner.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/simplify.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/st.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/symbol.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/trans-array.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/trans-array.h
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/trans-common.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/trans-const.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/trans-const.h
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/trans-decl.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/trans-expr.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/trans-intrinsic.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/trans-io.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/trans-openmp.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/trans-stmt.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/trans-stmt.h
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/trans-types.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/trans-types.h
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/trans.c
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/trans.h
    branches/ubuntu/gcc-4_2-branch/gcc/fortran/types.def
    branches/ubuntu/gcc-4_2-branch/gcc/objc/ChangeLog
    branches/ubuntu/gcc-4_2-branch/gcc/objc/Make-lang.in
    branches/ubuntu/gcc-4_2-branch/gcc/objc/config-lang.in
    branches/ubuntu/gcc-4_2-branch/gcc/objc/lang-specs.h
    branches/ubuntu/gcc-4_2-branch/gcc/objc/objc-act.c
    branches/ubuntu/gcc-4_2-branch/gcc/objc/objc-act.h
    branches/ubuntu/gcc-4_2-branch/gcc/objc/objc-lang.c
    branches/ubuntu/gcc-4_2-branch/gcc/objc/objc-tree.def
    branches/ubuntu/gcc-4_2-branch/gcc/objcp/ChangeLog
    branches/ubuntu/gcc-4_2-branch/gcc/objcp/Make-lang.in
    branches/ubuntu/gcc-4_2-branch/gcc/objcp/config-lang.in
    branches/ubuntu/gcc-4_2-branch/gcc/objcp/lang-specs.h
    branches/ubuntu/gcc-4_2-branch/gcc/objcp/objcp-decl.c
    branches/ubuntu/gcc-4_2-branch/gcc/objcp/objcp-decl.h
    branches/ubuntu/gcc-4_2-branch/gcc/objcp/objcp-lang.c
    branches/ubuntu/gcc-4_2-branch/gcc/simplify-rtx.c
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/ChangeLog
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/config/default.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/g++.dg/bprob/bprob.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/g++.dg/charset/charset.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/g++.dg/compat/compat.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/g++.dg/compat/struct-layout-1.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/g++.dg/compat/struct-layout-1_generate.c
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/g++.dg/debug/debug.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/g++.dg/dg.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/g++.dg/gcov/gcov.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/g++.dg/pch/pch.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/g++.dg/special/ecos.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/g++.dg/tls/tls.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/g++.dg/vect/vect.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/g++.old-deja/g++.gb/README
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/g++.old-deja/g++.niklas/README
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/g++.old-deja/old-deja.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.c-torture/compile/compile.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.c-torture/compile/structs.c
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.c-torture/execute/execute.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.dg/charset/charset.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.dg/compat/compat.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.dg/compat/struct-layout-1.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.dg/compat/struct-layout-1_generate.c
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.dg/cpp/cpp.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.dg/cpp/trad/trad.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.dg/debug/debug.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.dg/dfp/dfp.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.dg/dg.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.dg/format/format.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.dg/ipa/ipa.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.dg/noncompile/noncompile.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.dg/pch/pch.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.dg/special/mips-abi.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.dg/special/special.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.dg/tls/tls.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.dg/tree-ssa/tree-ssa.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.dg/vect/vect.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.dg/vmx/vmx.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.dg/weak/weak.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.misc-tests/acker1.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.misc-tests/arm-isr.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.misc-tests/bprob.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.misc-tests/dectest.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.misc-tests/dhry.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.misc-tests/gcov.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.misc-tests/linkage.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.misc-tests/matrix1.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.misc-tests/mg-2.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.misc-tests/mg.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.misc-tests/options.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.misc-tests/sieve.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.misc-tests/sort2.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.target/alpha/alpha.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.target/arm/arm.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.target/cris/cris.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.target/cris/torture/cris-torture.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.target/i386/i386.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.target/ia64/ia64.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.target/mips/mips.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.target/powerpc/powerpc.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.target/sparc/sparc.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.test-framework/gen_directive_tests
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.test-framework/test-framework.awk
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gcc.test-framework/test-framework.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gfortran.dg/dg.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gfortran.dg/vect/vect.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gfortran.fortran-torture/compile/compile.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gfortran.fortran-torture/execute/execute.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gnat.dg/dg.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gnat.dg/specs/specs.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/gnat.dg/style/style.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/lib/c-compat.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/lib/c-torture.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/lib/compat.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/lib/copy-file.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/lib/dg-pch.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/lib/file-format.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/lib/fortran-torture.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/lib/g++-dg.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/lib/g++.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/lib/gcc-defs.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/lib/gcc-dg.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/lib/gcc.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/lib/gcov.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/lib/gfortran-dg.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/lib/gfortran.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/lib/gnat-dg.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/lib/gnat.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/lib/mike-g++.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/lib/mike-gcc.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/lib/obj-c++-dg.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/lib/obj-c++.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/lib/objc-dg.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/lib/objc-torture.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/lib/objc.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/lib/profopt.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/lib/prune.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/lib/scanasm.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/lib/scandump.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/lib/scanipa.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/lib/scanrtl.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/lib/scantree.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/lib/target-libpath.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/lib/target-supports-dg.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/lib/target-supports.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/lib/treelang-dg.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/lib/treelang.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/lib/wrapper.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/obj-c++.dg/dg.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/objc.dg/dg.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/objc.dg/gnu-encoding/gnu-encoding.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/objc.dg/gnu-encoding/struct-layout-encoding-1_generate.c
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/objc.dg/pch/pch.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/objc.dg/special/special.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/objc/compile/compile.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/objc/execute/exceptions/exceptions.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/objc/execute/execute.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/treelang/Makefile.in
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/treelang/compile/compile.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/treelang/execute/execute.exp
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/treelang/output/output-1.c
    branches/ubuntu/gcc-4_2-branch/gcc/testsuite/treelang/output/output-1.tree
    branches/ubuntu/gcc-4_2-branch/gcc/treelang/ChangeLog
    branches/ubuntu/gcc-4_2-branch/gcc/treelang/Make-lang.in
    branches/ubuntu/gcc-4_2-branch/gcc/treelang/config-lang.in
    branches/ubuntu/gcc-4_2-branch/gcc/treelang/lang-specs.h
    branches/ubuntu/gcc-4_2-branch/gcc/treelang/lang.opt
    branches/ubuntu/gcc-4_2-branch/gcc/treelang/lex.l
    branches/ubuntu/gcc-4_2-branch/gcc/treelang/parse.y
    branches/ubuntu/gcc-4_2-branch/gcc/treelang/spec.c
    branches/ubuntu/gcc-4_2-branch/gcc/treelang/tree-convert.c
    branches/ubuntu/gcc-4_2-branch/gcc/treelang/tree1.c
    branches/ubuntu/gcc-4_2-branch/gcc/treelang/treelang.h
    branches/ubuntu/gcc-4_2-branch/gcc/treelang/treetree.c
    branches/ubuntu/gcc-4_2-branch/gcc/treelang/treetree.h
    branches/ubuntu/gcc-4_2-branch/libstdc++-v3/ChangeLog
    branches/ubuntu/gcc-4_2-branch/libstdc++-v3/include/tr1/random


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