This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/33837] [4.3 regresssion] ICE with invalid use of decltype



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]