diff options
author | Siva Chandra <sivachandra@chromium.org> | 2014-09-09 06:03:42 -0700 |
---|---|---|
committer | Siva Chandra <sivachandra@chromium.org> | 2014-10-15 04:25:32 -0700 |
commit | 82c48ac732edb0155288a93ef3dd39625ff2d2e1 (patch) | |
tree | aaa8e3ea7ea59d494f28b9a18ca61a1e0a0b20da /etc/texi2pod.pl | |
parent | 778811d5e7eb96b5ecb848033ffaa2df455a921e (diff) | |
download | gdb-82c48ac732edb0155288a93ef3dd39625ff2d2e1.zip gdb-82c48ac732edb0155288a93ef3dd39625ff2d2e1.tar.gz gdb-82c48ac732edb0155288a93ef3dd39625ff2d2e1.tar.bz2 |
Fix gnuv3_pass_by_reference to lookup copy c-tors with qualified args.
Before this, a copy constructor declared as in the following snippet was
not being treated as a copy constructor.
class A
{
public:
A (A &); // OK.
A (const A &); // Not being treated as a copy constructor because of the
// 'const' qualifier.
};
gdb/ChangeLog:
PR c++/13403
PR c++/15154
* gnu-v3-abi.c (gnuv3_pass_by_reference): Lookup copy constructors
with qualified args.
Diffstat (limited to 'etc/texi2pod.pl')
0 files changed, 0 insertions, 0 deletions