------- Comment #4 from pinskia at gcc dot gnu dot org  2006-09-26 07:05 -------
Reduced testcase:
template <bool>
static int label (int w)
{
  sizeof(int[w]);
}
int a = label<false>(1);



So I was correct :)


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code


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


Reply via email to