http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46366
--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> 2010-11-08 17:13:24
UTC ---
The testcase looks invalid to me:
static bitstream_init (picture_t * picture, void *start)
{
picture->bitstream_ptr = start;
}
...
xine_xvmc_t * xvmc = bitstream_init (picture, buffer);
