http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56888
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-04-09
10:01:31 UTC ---
Just add -fno-tree-loop-distribute-patterns to the already long list of options
you need for compilation of certain routines in your C library.
