This is the mail archive of the gcc-bugs@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]

[Bug c++/54442] [4.8/4.9 Regression] Const overloads resolution failure


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


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