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++/54913] [4.8 Regression] '#'indirect_ref' not supported by dump_decl#<declaration error>' is not a member of 'E'


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54913

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason at gcc dot gnu.org

--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-10-13 13:35:23 UTC ---
d0b4bf064cc775c510f804bee8394067530cc2bb is the first bad commit
commit d0b4bf064cc775c510f804bee8394067530cc2bb
Author: jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Fri Aug 31 02:50:18 2012 +0000

        * semantics.c (finish_qualified_id_expr): Handle building up a
        non-dependent SCOPE_REF here.
        (finish_id_expression): Not here.
        * error.c (dump_decl) [SCOPE_REF]: Only pass TFF_UNQUALIFIED_NAME.

    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190829
138bc75d-0d04-0410-961f-82ee72b054a4


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