------- Comment #2 from reichelt at gcc dot gnu dot org  2007-11-01 12:00 
-------
This ICE still happens when I add the missing parentheses to the testcase:

==========================
void foo()
{
  __decltype (A::foo());
}
==========================

An even simpler testcase:

==========================
void foo()
{
  __decltype(A);
}
==========================


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|DUPLICATE                   |


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

Reply via email to