This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r136257 - in /branches/ix86/avx: ChangeLog conf...
- From: hjl at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Sun, 01 Jun 2008 23:57:53 -0000
- Subject: r136257 - in /branches/ix86/avx: ChangeLog conf...
Author: hjl
Date: Sun Jun 1 23:57:52 2008
New Revision: 136257
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136257
Log:
Merged with trunk at revision 136256.
Modified:
branches/ix86/avx/libstdc++-v3/ChangeLog
branches/ix86/avx/libstdc++-v3/include/bits/stl_heap.h
Changes in other areas also in this revision:
Added:
branches/ix86/avx/gcc/config/darwin-f.c
- copied unchanged from r136256, trunk/gcc/config/darwin-f.c
branches/ix86/avx/gcc/testsuite/g++.dg/cpp0x/vt-35243.C
- copied unchanged from r136256, trunk/gcc/testsuite/g++.dg/cpp0x/vt-35243.C
branches/ix86/avx/gcc/testsuite/gcc.dg/cpp/pr36320.c
- copied unchanged from r136256, trunk/gcc/testsuite/gcc.dg/cpp/pr36320.c
branches/ix86/avx/gcc/testsuite/gcc.target/mips/fpr-moves-7.c
- copied unchanged from r136256, trunk/gcc/testsuite/gcc.target/mips/fpr-moves-7.c
branches/ix86/avx/gcc/testsuite/gcc.target/mips/fpr-moves-8.c
- copied unchanged from r136256, trunk/gcc/testsuite/gcc.target/mips/fpr-moves-8.c
Modified:
branches/ix86/avx/ChangeLog
branches/ix86/avx/configure
branches/ix86/avx/configure.ac
branches/ix86/avx/gcc/ChangeLog
branches/ix86/avx/gcc/ChangeLog.avx
branches/ix86/avx/gcc/DATESTAMP
branches/ix86/avx/gcc/Makefile.in
branches/ix86/avx/gcc/builtins.c
branches/ix86/avx/gcc/cfgbuild.c
branches/ix86/avx/gcc/cfgrtl.c
branches/ix86/avx/gcc/config.gcc
branches/ix86/avx/gcc/config/alpha/alpha.md
branches/ix86/avx/gcc/config/arc/arc.md
branches/ix86/avx/gcc/config/arm/arm.c
branches/ix86/avx/gcc/config/arm/arm.md
branches/ix86/avx/gcc/config/arm/linux-elf.h
branches/ix86/avx/gcc/config/avr/avr.c
branches/ix86/avx/gcc/config/avr/avr.md
branches/ix86/avx/gcc/config/bfin/bfin.c
branches/ix86/avx/gcc/config/bfin/bfin.h
branches/ix86/avx/gcc/config/bfin/bfin.md
branches/ix86/avx/gcc/config/cris/cris.c
branches/ix86/avx/gcc/config/darwin.c
branches/ix86/avx/gcc/config/frv/frv.c
branches/ix86/avx/gcc/config/i386/i386.c
branches/ix86/avx/gcc/config/i386/i386.md
branches/ix86/avx/gcc/config/ia64/ia64.md
branches/ix86/avx/gcc/config/iq2000/iq2000.c
branches/ix86/avx/gcc/config/m32c/m32c.c
branches/ix86/avx/gcc/config/m32r/m32r.c
branches/ix86/avx/gcc/config/mips/mips-protos.h
branches/ix86/avx/gcc/config/mips/mips.c
branches/ix86/avx/gcc/config/mips/mips.md
branches/ix86/avx/gcc/config/mn10300/mn10300.md
branches/ix86/avx/gcc/config/pa/pa.md
branches/ix86/avx/gcc/config/pdp11/pdp11.md
branches/ix86/avx/gcc/config/rs6000/rs6000.c
branches/ix86/avx/gcc/config/s390/s390.c
branches/ix86/avx/gcc/config/s390/s390.md
branches/ix86/avx/gcc/config/sh/sh.c
branches/ix86/avx/gcc/config/sparc/sparc.c
branches/ix86/avx/gcc/config/sparc/sparc.md
branches/ix86/avx/gcc/config/spu/spu.c
branches/ix86/avx/gcc/config/t-darwin
branches/ix86/avx/gcc/config/v850/v850.c
branches/ix86/avx/gcc/configure
branches/ix86/avx/gcc/configure.ac
branches/ix86/avx/gcc/cp/ChangeLog
branches/ix86/avx/gcc/cp/pt.c
branches/ix86/avx/gcc/emit-rtl.c
branches/ix86/avx/gcc/exec-tool.in
branches/ix86/avx/gcc/explow.c
branches/ix86/avx/gcc/expmed.c
branches/ix86/avx/gcc/expr.c
branches/ix86/avx/gcc/fold-const.c
branches/ix86/avx/gcc/fortran/ChangeLog
branches/ix86/avx/gcc/fortran/Make-lang.in
branches/ix86/avx/gcc/fortran/arith.c
branches/ix86/avx/gcc/fortran/scanner.c
branches/ix86/avx/gcc/fortran/simplify.c
branches/ix86/avx/gcc/function.c
branches/ix86/avx/gcc/incpath.c
branches/ix86/avx/gcc/lower-subreg.c
branches/ix86/avx/gcc/optabs.c
branches/ix86/avx/gcc/optabs.h
branches/ix86/avx/gcc/reload.c
branches/ix86/avx/gcc/reload1.c
branches/ix86/avx/gcc/rtl.h
branches/ix86/avx/gcc/stmt.c
branches/ix86/avx/gcc/testsuite/ChangeLog
branches/ix86/avx/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp
branches/ix86/avx/gcc/testsuite/gcc.target/bfin/mcpu-bf522.c
branches/ix86/avx/gcc/testsuite/gcc.target/bfin/mcpu-bf523.c
branches/ix86/avx/gcc/testsuite/gcc.target/bfin/mcpu-bf524.c
branches/ix86/avx/gcc/testsuite/gcc.target/bfin/mcpu-bf525.c
branches/ix86/avx/gcc/testsuite/gcc.target/bfin/mcpu-bf526.c
branches/ix86/avx/gcc/testsuite/gcc.target/bfin/mcpu-bf527.c
branches/ix86/avx/gcc/testsuite/gcc.target/bfin/mcpu-bf531.c
branches/ix86/avx/gcc/testsuite/gcc.target/bfin/mcpu-bf532.c
branches/ix86/avx/gcc/testsuite/gcc.target/bfin/mcpu-bf533.c
branches/ix86/avx/gcc/testsuite/gcc.target/bfin/mcpu-bf534.c
branches/ix86/avx/gcc/testsuite/gcc.target/bfin/mcpu-bf536.c
branches/ix86/avx/gcc/testsuite/gcc.target/bfin/mcpu-bf537.c
branches/ix86/avx/gcc/testsuite/gcc.target/bfin/mcpu-bf538.c
branches/ix86/avx/gcc/testsuite/gcc.target/bfin/mcpu-bf539.c
branches/ix86/avx/gcc/testsuite/gcc.target/bfin/mcpu-bf542.c
branches/ix86/avx/gcc/testsuite/gcc.target/bfin/mcpu-bf544.c
branches/ix86/avx/gcc/testsuite/gcc.target/bfin/mcpu-bf547.c
branches/ix86/avx/gcc/testsuite/gcc.target/bfin/mcpu-bf548.c
branches/ix86/avx/gcc/testsuite/gcc.target/bfin/mcpu-bf549.c
branches/ix86/avx/gcc/testsuite/gcc.target/bfin/mcpu-bf561.c
branches/ix86/avx/gcc/testsuite/gcc.target/bfin/mcpu-default.c
branches/ix86/avx/gcc/testsuite/gcc.target/bfin/workarounds-1.c
branches/ix86/avx/gcc/testsuite/gcc.target/bfin/workarounds-2.c
branches/ix86/avx/gcc/testsuite/gcc.target/bfin/workarounds-3.c
branches/ix86/avx/gcc/testsuite/gcc.target/bfin/workarounds-4.c
branches/ix86/avx/gcc/testsuite/gcc.target/bfin/workarounds-any.c
branches/ix86/avx/gcc/testsuite/gcc.target/bfin/workarounds-none.c
branches/ix86/avx/gcc/tree-scalar-evolution.c
branches/ix86/avx/gcc/tree-scalar-evolution.h
branches/ix86/avx/gcc/tree-vrp.c
branches/ix86/avx/libcpp/ChangeLog
branches/ix86/avx/libcpp/directives.c
branches/ix86/avx/libcpp/expr.c
branches/ix86/avx/libcpp/include/cpplib.h
branches/ix86/avx/libcpp/internal.h
branches/ix86/avx/libobjc/ChangeLog
branches/ix86/avx/libobjc/exception.c