------- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-14 05:51 ------- This is invalid, as mmxsupport gets inlined into jpeg_CreateDecompress creating the label NOT_SUPPORTED twice. Either use noinline on that function or use the correct way of creating a label in inline-asm: 0 and 0f.
-- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20468