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++/79368] [7 Regression] ICE with pointer to unnamed struct


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

Volker Reichelt <reichelt at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #3 from Volker Reichelt <reichelt at gcc dot gnu.org> ---
It's indeed fixed with today's version.
It was most probably fixed by r244575:

2017-01-18  Nathan Sidwell  <nathan@acm.org>

        PR c++/79091
        * mangle.c (write_exception_spec): Check nothrow explicitly.
        (write_encoding): Don't increment processing_template_decl around
        encoding.

So closing this bug as duplicate of PR79091.
Sorry for the noise.

*** This bug has been marked as a duplicate of bug 79091 ***

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