Re: Status of Gcc-5.1.0?
Frank Peters <[email protected]> Fri, 22 May 2015 17:41:07 -0400
| Newsgroups | gmane.linux.gentoo.amd64 |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 22 May 2015 20:35:23 +0200 "Stefan G. Weichinger" <[email protected]> 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