[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Bug c++/29226] [4.0/4.1/4.2 regression] ICE in make_decl_rtl, at varasm.c:886




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



Reply to: