Re: cloog/isl version update for gcc 4.8

2012-12-21 Thread Richard Günther
Jack Howarth wrote: >Tobi, >Can you update the isl and cloog tarballs in the gcc infrastructure >directory >to the new isl 0.11.1 and cloog 0.18.0 releases from... > >ftp://ftp.linux.student.kuleuven.be/pub/people/skimo/isl//isl-0.11.1.tar.bz2 >http://www.bastoul.net/cloog/pages/download/cloog-0.

Re: Preventing link time optimization from inlining

2012-12-21 Thread Richard Günther
Adam Lewis wrote: >On Fri, Dec 21, 2012 at 4:41 AM, Richard Biener >wrote: > >> On Thu, Dec 20, 2012 at 5:33 PM, Adam wrote: >> > Hi, >> > >> > When using -flto is there a way to tell gcc to not inline a >particular >> function? attribute noinline appears to have no effect. I am using >gcc >> 4.