X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=19cdae44ac6325604667290b09a6e1df56fc3f21;hb=6592e36f33270932ce9f9d19fd6488b3754c1b95;hp=8e75bbe07acd49294264fe31613c836dfd7c751a;hpb=7d27a96df4e297e7329e0e3856c6d6e346478c80;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8e75bbe07a..19cdae44ac 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2012-12-14 Tom Tromey + + PR c++/8888: + * symtab.c (lookup_symbol_aux): If constructor is found, consider + returning the type instead. + * c-exp.y (classify_name): Check STRUCT_DOMAIN if a constructor is + found. + 2012-12-14 Tom Tromey Partial fix for PR c++/14160: