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]

r195733 - in /branches/google/gcc-4_7-mobile-vt...


Author: ctice
Date: Mon Feb  4 19:29:30 2013
New Revision: 195733

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195733
Log:
Various small fixes:
  - Temporary workaround for GCC incorrect down-casting bug.
  - Update counters output.
  - Allow mangle_decl to work on type decls.
  - Don't add link options to command line if linker won't be called.


Modified:
    branches/google/gcc-4_7-mobile-vtable-verification/libstdc++-v3/libsupc++/vtv_rts.cc
    branches/google/gcc-4_7-mobile-vtable-verification/libstdc++-v3/libsupc++/vtv_utils.cc
    branches/google/gcc-4_7-mobile-vtable-verification/libstdc++-v3/src/Makefile.am
    branches/google/gcc-4_7-mobile-vtable-verification/libstdc++-v3/src/Makefile.in

Changes in other areas also in this revision:
Modified:
    branches/google/gcc-4_7-mobile-vtable-verification/ChangeLog.google-4_7-vtable
    branches/google/gcc-4_7-mobile-vtable-verification/gcc/BASE-VER
    branches/google/gcc-4_7-mobile-vtable-verification/gcc/cp/g++spec.c
    branches/google/gcc-4_7-mobile-vtable-verification/gcc/cp/mangle.c
    branches/google/gcc-4_7-mobile-vtable-verification/gcc/cp/vtable-class-hierarchy.c
    branches/google/gcc-4_7-mobile-vtable-verification/gcc/gimple.c
    branches/google/gcc-4_7-mobile-vtable-verification/gcc/gimple.h
    branches/google/gcc-4_7-mobile-vtable-verification/gcc/tree-ssa-copyrename.c


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