diff options
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r-- | gcc/cp/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index cc4db40..5e73e1b 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,22 @@ +2012-11-05 Sriraman Tallam <tmsriram@google.com> + + * class.c (add_method): Change assembler names of function versions. + (mark_versions_used): New static function. + (resolve_address_of_overloaded_function): Create dispatcher decl and + return address of dispatcher instead. + * decl.c (decls_match): Make decls unmatched for versioned + functions. + (duplicate_decls): Remove ambiguity for versioned functions. + Delete versioned function data for merged decls. + * decl2.c (check_classfn): Check attributes of versioned functions + for match. + * call.c (get_function_version_dispatcher): New function. + (mark_versions_used): New static function. + (build_over_call): Make calls to multiversioned functions + to call the dispatcher. + (joust): For calls to multi-versioned functions, make the most + specialized function version win. + 2012-10-31 Lawrence Crowl <crowl@google.com> * decl2.c (var_finalized_p): Rename varpool_node to |