[Bug c/59933] for loop goes wild with assert() enabled
warnerme at ptd dot net
gcc-bugzilla@gcc.gnu.org
Wed Feb 19 20:36:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59933
--- Comment #11 from Mark Warner <warnerme at ptd dot net> ---
I'm confused .. what about..
for (k = i; k < (int)(sizeof(NSQ_del_dec_struct) / sizeof(opus_int32)); ++k)
... is illegal or invalid ?
Why does it only fail if -DDEBUG is defined ?
I mean, this code worked fine for months .. and now
More information about the Gcc-bugs
mailing list