[Bug middle-end/39260] Failed to build lame-3.98-2 source with graphite
spop at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Feb 21 23:48:00 GMT 2009
------- Comment #3 from spop at gcc dot gnu dot org 2009-02-21 23:48 -------
Subject: Re: Failed to build lame-3.98-2 source with
graphite
Reduced testcase:
VBR_encode_frame (int mode_gr, int channels_out, int max_bits[2][2])
{
int max_nbits_ch[2][2];
int gr, ch;
for (gr = 0; gr < mode_gr; ++gr)
{
float f[2], s = 0;
for (ch = 0; ch < channels_out; ++ch)
if (max_nbits_ch[gr][ch] > 0)
s += f[ch];
for (ch = 0; ch < channels_out; ++ch)
if (s > 0)
max_nbits_ch[gr][ch] = 7680 * f[ch] / s;
}
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39260
More information about the Gcc-bugs
mailing list