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++/85262] [6/7/8 Regression] Trouble with constructor and -fpermissive


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85262

--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Mon Apr  9 20:53:31 2018
New Revision: 259255

URL: https://gcc.gnu.org/viewcvs?rev=259255&root=gcc&view=rev
Log:
        PR c++/85262 - ICE with redundant qualification on constructor.

        * call.c (build_new_method_call_1): Move make_args_non_dependent
        after A::A() handling.

Added:
    trunk/gcc/testsuite/g++.dg/parse/ctor10.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/call.c

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