This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/54442] [4.8/4.9 Regression] Const overloads resolution failure
- From: "paolo at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 13 Jan 2015 23:39:56 +0000
- Subject: [Bug c++/54442] [4.8/4.9 Regression] Const overloads resolution failure
- Auto-submitted: auto-generated
- References: <bug-54442-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54442
--- Comment #7 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> ---
Author: paolo
Date: Tue Jan 13 23:39:24 2015
New Revision: 219566
URL: https://gcc.gnu.org/viewcvs?rev=219566&root=gcc&view=rev
Log:
gcc/
2015-01-13 Marc Glisse <marc.glisse@inria.fr>
PR c++/54442
* tree.c (build_qualified_type): Use a canonical type for
TYPE_CANONICAL.
testsuite/
2015-01-13 Marc Glisse <marc.glisse@inria.fr>
PR c++/54442
* g++.dg/pr54442.C: New file.
Added:
branches/gcc-4_9-branch/gcc/testsuite/g++.dg/pr54442.C
Modified:
branches/gcc-4_9-branch/gcc/ChangeLog
branches/gcc-4_9-branch/gcc/testsuite/ChangeLog
branches/gcc-4_9-branch/gcc/tree.c