r175357 - in /branches/annotalysis: ./ ChangeLo...
delesley@gcc.gnu.org
delesley@gcc.gnu.org
Thu Jun 23 23:05:00 GMT 2011
Author: delesley
Date: Thu Jun 23 23:05:43 2011
New Revision: 175357
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175357
Log:
Merged revisions 171167,171755,172333,172341,172354,172380,173047,173923,173959,174121,174339,175149 via svnmerge from
svn+ssh://delesley@gcc.gnu.org/svn/gcc/branches/google/integration
........
r171167 | dnovillo | 2011-03-18 13:27:18 -0700 (Fri, 18 Mar 2011) | 7 lines
Backported from trunk@171161.
* mixed-mode-arith_neg.cc: Rename from mixed-mode_neg.cc
* mixed-mode-cmp_neg.cc: Factor out of mixed-mode-arith_neg.cc
........
r171755 | dnovillo | 2011-03-30 14:47:30 -0700 (Wed, 30 Mar 2011) | 5 lines
2011-03-30 Diego Novillo <dnovillo@google.com>
* g++.dg/guality/guality.exp: Disable.
* gcc.dg/guality/guality.exp: Disable.
* gfortran.dg/guality/guality.exp: Disable.
........
r172333 | ppluzhnikov | 2011-04-12 11:34:16 -0700 (Tue, 12 Apr 2011) | 10 lines
2011-04-12 Paul Pluzhnikov <ppluzhnikov@google.com>
* libstdc++-v3/src/Makefile.am: Add -fno-omit-frame-pointer to
functexcept.
* libstdc++-v3/libsupc++/Makefile.am: Add -fno-omit-frame-pointer
to eh_throw and eh_terminate.
* libstdc++-v3/src/Makefile.in: Regenerate.
* libstdc++-v3/libsupc++/Makefile.in: Regenerate.
........
r172341 | ppluzhnikov | 2011-04-12 13:16:36 -0700 (Tue, 12 Apr 2011) | 10 lines
2011-04-12 Paul Pluzhnikov <ppluzhnikov@google.com>
* libstdc++-v3/src/Makefile.am: Add -fno-omit-frame-pointer to
functexcept.
* libstdc++-v3/libsupc++/Makefile.am: Add -fno-omit-frame-pointer
to eh_throw and eh_terminate.
* libstdc++-v3/src/Makefile.in: Regenerate.
* libstdc++-v3/libsupc++/Makefile.in: Regenerate.
........
r172354 | ppluzhnikov | 2011-04-12 18:01:46 -0700 (Tue, 12 Apr 2011) | 16 lines
2011-04-12 Paul Pluzhnikov <ppluzhnikov@google.com>
* libstdc++-v3/include/ext/vstring.h: Enable debug checks when
__google_stl_debug_string is 1.
* libstdc++-v3/include/ext/sso_string_base.h: Scribble on
logically-dangling storage when __google_stl_debug_string_dangling
is 1.
* libstdc++-v3/include/bits/stl_vector.h: Enable debug checks when
__google_stl_debug_vector is 1.
* libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/assign_neg.cc:
Adjust line number.
* libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/insert_neg.cc: Likewise.
* libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_1_neg.cc: Likewise.
* libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_2_neg.cc: Likewise.
........
r172380 | ppluzhnikov | 2011-04-13 08:51:12 -0700 (Wed, 13 Apr 2011) | 8 lines
2011-04-13 Paul Pluzhnikov <ppluzhnikov@google.com>
* libstdc++-v3/include/bits/stl_algo.h: Add comparator debug checks
when __google_stl_debug_compare is 1.
* libstdc++-v3/include/bits/stl_tree.h: Add comparator debug checks
when __google_stl_debug_rbtree is 1.
........
r173047 | aaw | 2011-04-27 12:25:53 -0700 (Wed, 27 Apr 2011) | 8 lines
2011-04-27 Ollie Wild <aaw@google.com>
* config.gcc: Add GRTE detection.
* config/i386/linux.h (LINUX_GRTE_EXTRA_SPECS): New macro.
(SUBTARGET_EXTRA_SPECS): Add LINUX_GRTE_EXTRA_SPECS.
* config/i386/linux64.h (LINUX_GRTE_EXTRA_SPECS): New macro.
(SUBTARGET_EXTRA_SPECS): New macro with LINUX_GRTE_EXTRA_SPECS.
* config/linux-grtev2.h: New file.
........
r173923 | ppluzhnikov | 2011-05-19 14:15:58 -0700 (Thu, 19 May 2011) | 7 lines
2011-05-19 Paul Pluzhnikov <ppluzhnikov@google.com>
* libstdc++-v3/libsupc++/Makefile.am: Add -fno-omit-frame-pointer
to vterminate.
* libstdc++-v3/libsupc++/Makefile.in: Regenerate.
........
r173959 | ppluzhnikov | 2011-05-20 08:56:29 -0700 (Fri, 20 May 2011) | 6 lines
2011-05-20 Simon Baldwin <simonb@google.com>
* libstdc++-v3/scripts/extract_symvers.in: Handle processor/OS
specific or unknown symbol binding strings from readelf.
........
r174121 | simonb | 2011-05-24 08:23:47 -0700 (Tue, 24 May 2011) | 5 lines
2011-05-24 Simon Baldwin <simonb@google.com>
* common.opt (-Wself-assign): New placeholder flag.
........
r174339 | simonb | 2011-05-27 07:38:24 -0700 (Fri, 27 May 2011) | 10 lines
2011-05-27 Simon Baldwin <simonb@google.com>
* testsuite/gcc.dg/plugin/selfassign.c (check_self_assign): Renamed
from warn_self_assign.
(execute_warn_self_assign): Call a function by its new name.
* testsuite/g++.dg/plugin/selfassign.c (check_self_assign): Renamed
from warn_self_assign.
(execute_warn_self_assign): Call a function by its new name.
........
r175149 | cgd | 2011-06-17 08:11:33 -0700 (Fri, 17 Jun 2011) | 10 lines
2011-06-17 Chris Demetriou <cgd@google.com>
* config/arm/linux-grtev2.h: New file.
* config/arm/linux-elf.h (GLIBC_DYNAMIC_LINKER): Prefix with
RUNTIME_ROOT_PREFIX.
* config/arm/linux-eabi.h (GLIBC_DYNAMIC_LINKER): Likewise.
* config/linux-grtev2.h (LIB_SPEC): Update comment about what
this definition overrides.
* config.gcc: Use linux-grtev2.h for arm-grtev2-linux-*eabi targets.
........
Added:
branches/annotalysis/libstdc++-v3/testsuite/decimal/mixed-mode-arith_neg.cc
- copied unchanged from r175149, branches/google/integration/libstdc++-v3/testsuite/decimal/mixed-mode-arith_neg.cc
branches/annotalysis/libstdc++-v3/testsuite/decimal/mixed-mode-cmp_neg.cc
- copied unchanged from r175149, branches/google/integration/libstdc++-v3/testsuite/decimal/mixed-mode-cmp_neg.cc
Removed:
branches/annotalysis/libstdc++-v3/testsuite/decimal/mixed-mode_neg.cc
Modified:
branches/annotalysis/libstdc++-v3/ChangeLog.google-integration
branches/annotalysis/libstdc++-v3/include/bits/stl_algo.h
branches/annotalysis/libstdc++-v3/include/bits/stl_tree.h
branches/annotalysis/libstdc++-v3/include/bits/stl_vector.h
branches/annotalysis/libstdc++-v3/include/ext/sso_string_base.h
branches/annotalysis/libstdc++-v3/include/ext/vstring.h
branches/annotalysis/libstdc++-v3/libsupc++/Makefile.am
branches/annotalysis/libstdc++-v3/libsupc++/Makefile.in
branches/annotalysis/libstdc++-v3/scripts/extract_symvers.in
branches/annotalysis/libstdc++-v3/src/Makefile.am
branches/annotalysis/libstdc++-v3/src/Makefile.in
branches/annotalysis/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/assign_neg.cc
branches/annotalysis/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_1_neg.cc
branches/annotalysis/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_2_neg.cc
branches/annotalysis/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/insert_neg.cc
Changes in other areas also in this revision:
Added:
branches/annotalysis/gcc/config/arm/linux-grtev2.h
- copied unchanged from r175149, branches/google/integration/gcc/config/arm/linux-grtev2.h
branches/annotalysis/gcc/config/linux-grtev2.h
- copied unchanged from r175149, branches/google/integration/gcc/config/linux-grtev2.h
Modified:
branches/annotalysis/ (props changed)
branches/annotalysis/ChangeLog.google-integration
branches/annotalysis/gcc/ChangeLog.google-integration
branches/annotalysis/gcc/common.opt
branches/annotalysis/gcc/config.gcc
branches/annotalysis/gcc/config/arm/linux-eabi.h
branches/annotalysis/gcc/config/arm/linux-elf.h
branches/annotalysis/gcc/config/i386/linux.h
branches/annotalysis/gcc/config/i386/linux64.h
branches/annotalysis/gcc/testsuite/ChangeLog.google-integration
branches/annotalysis/gcc/testsuite/g++.dg/guality/guality.exp
branches/annotalysis/gcc/testsuite/g++.dg/plugin/selfassign.c
branches/annotalysis/gcc/testsuite/gcc.dg/guality/guality.exp
branches/annotalysis/gcc/testsuite/gcc.dg/plugin/selfassign.c
branches/annotalysis/gcc/testsuite/gcc.target/powerpc/ppc-round.c (props changed)
branches/annotalysis/gcc/testsuite/gfortran.dg/guality/guality.exp
branches/annotalysis/libjava/classpath/ (props changed)
Propchange: branches/annotalysis/
('svn:mergeinfo' modified)
Propchange: branches/annotalysis/
('svnmerge-integrated' modified)
Propchange: branches/annotalysis/gcc/testsuite/gcc.target/powerpc/ppc-round.c
('svn:mergeinfo' modified)
Propchange: branches/annotalysis/libjava/classpath/
('svn:mergeinfo' modified)
More information about the Libstdc++-cvs
mailing list