This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/52830] ICE: "canonical types differ for identity types ..." when attempting SFINAE with member type
- From: "patrick.a.moran at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 23 Jun 2014 17:42:22 +0000
- Subject: [Bug c++/52830] ICE: "canonical types differ for identity types ..." when attempting SFINAE with member type
- Auto-submitted: auto-generated
- References: <bug-52830-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52830
Patrick Moran <patrick.a.moran at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |patrick.a.moran at gmail dot com
--- Comment #1 from Patrick Moran <patrick.a.moran at gmail dot com> ---
Created attachment 32992
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32992&action=edit
Another reproduction
Adding my reproducing test case from a duplicate bug I filed before I mark it a
duplicate (the failure behavior is different on 4.9.0 than from snapshot, but
I've confirmed it's the same issue).