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]

r187121 - in /branches/google/gcc-4_6-mobile/vt...


Author: llozano
Date: Thu May  3 22:24:49 2012
New Revision: 187121

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187121
Log:
Added code to verify that verification for construction vtables is needed

Check if a  VTT is needed and only generate the verification for the refered
conctruction vtables if needed. There seems to be a bug in GCC where
some VTTs are being marked as needed so I also had to check for the
"finalized" flag. This needs to be reviewed.

Modified:
    branches/google/gcc-4_6-mobile/vtable-security/ChangeLog.vtable-security
    branches/google/gcc-4_6-mobile/vtable-security/gcc/cp/vtable-class-hierarchy.c


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