On 14 November 2012 22:09, Mickey Iluz mickey.iluz@orcam.com wrote:
Hi Michael,
Thanks for looking into that issue. Upgrading to GCC 4.7 might be possible, for now I've decided to remove the -funroll-loops flag, and keep working with Freescale's GCC 4.6.2 build.
Sure. I also found that you could hide the bug by tweaking unrolling through --param max-unroll-insns=100 instead of the default 200. That's a hack at best.
-- Michael