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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |4.7.1
           Keywords|ice-checking                |

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Not changing `&T::a` to be a full definition:

int T::*b = &T::a;

or
auto b = &T::a;

Gives an ICE all the way back to GCC 4.7.

Reply via email to