------- Comment #6 from pinskia at gcc dot gnu dot org  2006-10-19 21:54 -------
Reduced testcase:

template< bool C > int assertion_failed( int);
template< class > 
struct N
{
  static bool const okay = true;
  enum {
    t = sizeof( assertion_failed<okay>( 0))
  };
};
  main()
{
  N<int> n;
}


-- 


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

Reply via email to