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++/68926] [4.9/5/6 Regression] decltype and sfinae to check for template instance availability fails to compile


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

Grygoriy Fuchedzhy <grygoriy.fuchedzhy at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason at redhat dot com

--- Comment #4 from Grygoriy Fuchedzhy <grygoriy.fuchedzhy at gmail dot com> ---
Regression was introduced in git commit
6395f98e518629ec25c36a680a3ec080590fa949 (190653 svn).
Attached patch fixes it for me. However it is probably not a proper fix for it.

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