This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r137622 - in /branches/stack: gcc/ChangeLog gcc...
- From: hjl at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Tue, 08 Jul 2008 13:45:59 -0000
- Subject: r137622 - in /branches/stack: gcc/ChangeLog gcc...
Author: hjl
Date: Tue Jul 8 13:45:54 2008
New Revision: 137622
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137622
Log:
Merged with trunk at revision 137621.
Added:
branches/stack/libstdc++-v3/testsuite/20_util/common_type/
- copied from r137621, trunk/libstdc++-v3/testsuite/20_util/common_type/
Modified:
branches/stack/libstdc++-v3/ChangeLog
branches/stack/libstdc++-v3/include/std/type_traits
branches/stack/libstdc++-v3/testsuite/20_util/ratio/comparisons/comp1.cc
branches/stack/libstdc++-v3/testsuite/20_util/ratio/comparisons/comp2.cc
branches/stack/libstdc++-v3/testsuite/20_util/ratio/cons/cons1.cc
branches/stack/libstdc++-v3/testsuite/20_util/ratio/cons/cons_overflow.cc
branches/stack/libstdc++-v3/testsuite/20_util/ratio/operations/ops1.cc
branches/stack/libstdc++-v3/testsuite/20_util/ratio/operations/ops2.cc
branches/stack/libstdc++-v3/testsuite/20_util/ratio/operations/ops3.cc
branches/stack/libstdc++-v3/testsuite/20_util/ratio/operations/ops_overflow.cc
branches/stack/libstdc++-v3/testsuite/lib/dg-options.exp
branches/stack/libstdc++-v3/testsuite/lib/libstdc++.exp
Changes in other areas also in this revision:
Added:
branches/stack/gcc/testsuite/gcc.dg/compat/vector-1a_main.c
- copied unchanged from r137621, trunk/gcc/testsuite/gcc.dg/compat/vector-1a_main.c
branches/stack/gcc/testsuite/gcc.dg/compat/vector-1a_x.c
- copied unchanged from r137621, trunk/gcc/testsuite/gcc.dg/compat/vector-1a_x.c
branches/stack/gcc/testsuite/gcc.dg/compat/vector-1a_y.c
- copied unchanged from r137621, trunk/gcc/testsuite/gcc.dg/compat/vector-1a_y.c
branches/stack/gcc/testsuite/gcc.dg/compat/vector-2a_main.c
- copied unchanged from r137621, trunk/gcc/testsuite/gcc.dg/compat/vector-2a_main.c
branches/stack/gcc/testsuite/gcc.dg/compat/vector-2a_x.c
- copied unchanged from r137621, trunk/gcc/testsuite/gcc.dg/compat/vector-2a_x.c
branches/stack/gcc/testsuite/gcc.dg/compat/vector-2a_y.c
- copied unchanged from r137621, trunk/gcc/testsuite/gcc.dg/compat/vector-2a_y.c
branches/stack/gcc/testsuite/gcc.dg/torture/ipa-pta-1.c
- copied unchanged from r137621, trunk/gcc/testsuite/gcc.dg/torture/ipa-pta-1.c
branches/stack/gcc/testsuite/gcc.dg/torture/pta-ptrarith-1.c
- copied unchanged from r137621, trunk/gcc/testsuite/gcc.dg/torture/pta-ptrarith-1.c
branches/stack/gcc/testsuite/gcc.dg/torture/pta-ptrarith-2.c
- copied unchanged from r137621, trunk/gcc/testsuite/gcc.dg/torture/pta-ptrarith-2.c
branches/stack/gcc/testsuite/gfortran.dg/gomp/pr36726.f90
- copied unchanged from r137621, trunk/gcc/testsuite/gfortran.dg/gomp/pr36726.f90
branches/stack/gcc/testsuite/gfortran.dg/matmul_bounds_2.f90
- copied unchanged from r137621, trunk/gcc/testsuite/gfortran.dg/matmul_bounds_2.f90
branches/stack/gcc/testsuite/gfortran.dg/matmul_bounds_3.f90
- copied unchanged from r137621, trunk/gcc/testsuite/gfortran.dg/matmul_bounds_3.f90
branches/stack/gcc/testsuite/gfortran.dg/matmul_bounds_4.f90
- copied unchanged from r137621, trunk/gcc/testsuite/gfortran.dg/matmul_bounds_4.f90
branches/stack/gcc/testsuite/gfortran.dg/matmul_bounds_5.f90
- copied unchanged from r137621, trunk/gcc/testsuite/gfortran.dg/matmul_bounds_5.f90
branches/stack/gcc/testsuite/gfortran.dg/product_sum_bounds_1.f90
- copied unchanged from r137621, trunk/gcc/testsuite/gfortran.dg/product_sum_bounds_1.f90
branches/stack/libgcc/config/i386/64/_divtc3.c
- copied unchanged from r137621, trunk/libgcc/config/i386/64/_divtc3.c
branches/stack/libgcc/config/i386/64/_multc3.c
- copied unchanged from r137621, trunk/libgcc/config/i386/64/_multc3.c
branches/stack/libgcc/config/i386/64/_powitf2.c
- copied unchanged from r137621, trunk/libgcc/config/i386/64/_powitf2.c
Removed:
branches/stack/libgcc/config/i386/64/_divtc3-compat.c
branches/stack/libgcc/config/i386/64/_multc3-compat.c
branches/stack/libgcc/config/i386/64/_powitf2-compat.c
Modified:
branches/stack/gcc/ChangeLog
branches/stack/gcc/DATESTAMP
branches/stack/gcc/Makefile.in
branches/stack/gcc/cgraph.c
branches/stack/gcc/cgraph.h
branches/stack/gcc/config.in
branches/stack/gcc/config/arm/aout.h
branches/stack/gcc/config/arm/arm.c
branches/stack/gcc/config/i386/i386.c
branches/stack/gcc/configure
branches/stack/gcc/configure.ac
branches/stack/gcc/doc/invoke.texi
branches/stack/gcc/fortran/ChangeLog
branches/stack/gcc/fortran/f95-lang.c
branches/stack/gcc/fortran/iresolve.c
branches/stack/gcc/function.c
branches/stack/gcc/gcc.c
branches/stack/gcc/ipa-cp.c
branches/stack/gcc/ipa-prop.c
branches/stack/gcc/ipa-prop.h
branches/stack/gcc/java/ChangeLog
branches/stack/gcc/java/Make-lang.in
branches/stack/gcc/testsuite/ChangeLog
branches/stack/gcc/testsuite/gcc.c-torture/compile/20080625-1.c
branches/stack/gcc/testsuite/gcc.dg/compat/struct-layout-1_generate.c
branches/stack/gcc/testsuite/gcc.dg/compat/union-m128-1_main.c
branches/stack/gcc/testsuite/gcc.dg/compat/union-m128-1_x.c
branches/stack/gcc/testsuite/gcc.dg/compat/union-m128-1_y.c
branches/stack/gcc/testsuite/gcc.dg/compat/vector-1_x.c
branches/stack/gcc/testsuite/gcc.dg/compat/vector-1_y.c
branches/stack/gcc/testsuite/gcc.dg/compat/vector-2_x.c
branches/stack/gcc/testsuite/gcc.dg/compat/vector-2_y.c
branches/stack/gcc/testsuite/gcc.dg/compat/vector-defs.h
branches/stack/gcc/testsuite/gcc.dg/torture/pr36373-10.c
branches/stack/gcc/testsuite/lib/compat.exp
branches/stack/gcc/tree-dump.c
branches/stack/gcc/tree-flow-inline.h
branches/stack/gcc/tree-nrv.c
branches/stack/gcc/tree-outof-ssa.c
branches/stack/gcc/tree-ssa-alias.c
branches/stack/gcc/tree-ssa-structalias.c
branches/stack/gcc/tree-ssa-structalias.h
branches/stack/gcc/tree-tailcall.c
branches/stack/gcc/unwind-pe.h
branches/stack/include/ChangeLog
branches/stack/include/safe-ctype.h
branches/stack/libgcc/ChangeLog
branches/stack/libgcc/config/i386/64/t-softfp-compat
branches/stack/libgfortran/ChangeLog
branches/stack/libgfortran/acinclude.m4
branches/stack/libgfortran/configure
branches/stack/libgfortran/generated/matmul_c10.c
branches/stack/libgfortran/generated/matmul_c16.c
branches/stack/libgfortran/generated/matmul_c4.c
branches/stack/libgfortran/generated/matmul_c8.c
branches/stack/libgfortran/generated/matmul_i1.c
branches/stack/libgfortran/generated/matmul_i16.c
branches/stack/libgfortran/generated/matmul_i2.c
branches/stack/libgfortran/generated/matmul_i4.c
branches/stack/libgfortran/generated/matmul_i8.c
branches/stack/libgfortran/generated/matmul_l16.c
branches/stack/libgfortran/generated/matmul_l4.c
branches/stack/libgfortran/generated/matmul_l8.c
branches/stack/libgfortran/generated/matmul_r10.c
branches/stack/libgfortran/generated/matmul_r16.c
branches/stack/libgfortran/generated/matmul_r4.c
branches/stack/libgfortran/generated/matmul_r8.c
branches/stack/libgfortran/m4/matmul.m4
branches/stack/libgfortran/m4/matmull.m4
branches/stack/libjava/ChangeLog
branches/stack/libjava/libtool-version