Re: cloog/isl version update for gcc 4.8

2012-12-21 Thread Tobias Grosser
On 12/21/2012 08:33 PM, Ian Lance Taylor wrote: On Fri, Dec 21, 2012 at 8:39 AM, Jack Howarth wrote: The main issue is that the test in configure is brain-dead and demands an explicit version. Any reason not to fix that? As far as I remember, the explicit version was set at that time

Re: cloog/isl version update for gcc 4.8

2012-12-21 Thread Tobias Grosser
On 12/21/2012 08:33 PM, Ian Lance Taylor wrote: On Fri, Dec 21, 2012 at 8:39 AM, Jack Howarth wrote: The main issue is that the test in configure is brain-dead and demands an explicit version. Any reason not to fix that? As far as I remember, the explicit version was set at that time

gcc-4.6-20121221 is now available

2012-12-21 Thread gccadmin
Snapshot gcc-4.6-20121221 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.6-20121221/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.6 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches

The Linux binutils 2.23.51.0.8 is released

2012-12-21 Thread H.J. Lu
Hi, This update fixed the linker regression: http://www.sourceware.org/bugzilla/show_bug.cgi?id=14980 H.J. This is the beta release of binutils 2.23.51.0.8 for Linux, which is based on binutils 2012 1218 in CVS on sourceware.org plus various changes. It is purely for Linux. All relevant p

Re: cloog/isl version update for gcc 4.8

2012-12-21 Thread Ian Lance Taylor
On Fri, Dec 21, 2012 at 8:39 AM, Jack Howarth wrote: >The main issue is that the test in configure is brain-dead and demands an > explicit version. Any reason not to fix that? Ian

Re: cloog/isl version update for gcc 4.8

2012-12-21 Thread Jack Howarth
On Fri, Dec 21, 2012 at 05:06:46PM +0100, Richard Günther wrote: > 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/sk

Re: Preventing link time optimization from inlining

2012-12-21 Thread Adam Lewis
On Fri, Dec 21, 2012 at 11:08 AM, Richard Günther wrote: > 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 >>> functio

Re: cloog/isl version update for gcc 4.8

2012-12-21 Thread Ian Lance Taylor
On Fri, Dec 21, 2012 at 8:06 AM, Richard Günther wrote: Oy vey, he's changed his name again. Ian

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.

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 Adam Lewis
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.7.2. The use case is fo

native Linux x86 compile failure

2012-12-21 Thread Joel Sherrill
Hi I was trying to start an RTEMS target test sweep and was building a native compiler as the baseline to build the crosses with. The native compiler configuration failures to build. This is on a Fedora 16 x86_64 machine with this as the distribution compiler I am starting with. GCC reports: gcc

cloog/isl version update for gcc 4.8

2012-12-21 Thread Jack Howarth
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.18.0.tar.gz It looks li

Assigning memory to parameters and SSA

2012-12-21 Thread Thomas, George
Hi, I was looking into PR54218 and had some doubts about SSA partition type and how parameters are handled by it. The issue happened because the stack variables were expanded in 2 places one is in assign_params_setup_stack and the other when the expansion of SA partitions are done. The follo

Re: Preventing link time optimization from inlining

2012-12-21 Thread Richard Biener
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.7.2. > The use case is for certain functions that cause optimization problems when > they are