------- Additional Comments From reichelt at gcc dot gnu dot org  2005-04-26 
15:10 -------
Reduced testcase that ICE's with checking enabled:

===================================
template<typename T> bool foo()
{
    const int i = T();
    return i>0;
};
===================================


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
  GCC build triplet|sparc-sun-solaris2.9        |
   GCC host triplet|sparc-sun-solaris2.9        |
 GCC target triplet|sparc-sun-solaris2.9        |
           Keywords|                            |monitored


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

Reply via email to