On Fri, 22 May 2015 20:35:23 +0200 "Stefan G. Weichinger" <li...@xunil.at> wrote:
> > isl is only pulled in by USE="graphite" for gcc ... > as I don't have that set I have gcc-5.1.0 compiled and working. > maybe remove that flag for now? > Yes, that is correct. Isl is needed only for the graphite loop optimization features of gcc. But then that leads to a new question: How important and/or useful is the gcc-graphite optimization? AFAIK it does improve performance in many cases. Also, as opposed to link-time optimization (LTO), gcc-graphite is stable. Since gcc-5.1.0 is not that urgent, I'll wait until the isl problem is sorted out. Frank Peters