[Bug c++/53055] ICE in cp_build_indirect_ref, at cp/typeck.c:2836

marc.glisse at normalesup dot org gcc-bugzilla@gcc.gnu.org
Fri Apr 20 14:44:00 GMT 2012


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53055

Marc Glisse <marc.glisse at normalesup dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marc.glisse at normalesup
                   |                            |dot org

--- Comment #2 from Marc Glisse <marc.glisse at normalesup dot org> 2012-04-20 14:44:29 UTC ---
A brutal application of delta gives this short but non-sensical code:

void f () ;
struct A A :: * p ;
int i = p ->* f ;



More information about the Gcc-bugs mailing list