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++/85587] [8/9 Regression] bogus error: ‘F’ was not declared in this scope


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

--- Comment #1 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Tue May  1 18:11:53 2018
New Revision: 259805

URL: https://gcc.gnu.org/viewcvs?rev=259805&root=gcc&view=rev
Log:
        PR c++/85587 - error with scoped enum in template.

        * semantics.c (finish_qualified_id_expr): Don't return an
        unqualified IDENTIFIER_NODE.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/scoped_enum8.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/semantics.c

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