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

------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to