------- Comment #7 from rguenth at gcc dot gnu dot org 2006-03-06 12:49 ------- A workaround is to do
memcpy ((char*)outdata + 1, ...); -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26565
rguenth at gcc dot gnu dot org Mon, 06 Mar 2006 04:49:04 -0800
------- Comment #7 from rguenth at gcc dot gnu dot org 2006-03-06 12:49 ------- A workaround is to do
memcpy ((char*)outdata + 1, ...); -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26565