[Bug c++/79056] [C++17] ICE with broken deduction guide
marxin at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jan 30 09:16:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79056
Martin Liška <marxin at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2017-01-30
CC| |marxin at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
Probably the same problem:
--- tc.ii ---
template <a> struct b;
c( b
---
started with r240756.
More information about the Gcc-bugs
mailing list