Hi,
This is an age old topic but I can't find how to solve it. I've searched the
past few days.
I'm trying to build passenger on AIX 6.1 TL07 SP03 using gcc 4.5.2 that I built
myself. I've used it for a number of months and have built many things.
The short question is how do I get rid of th
I have been experimenting with the graphite optimizer, based on GCC trunk, and
cloog-isl. I started with the attached simple "C" program, which has this
basic structure.
#define N 2
int a[N][N], b[N], c[N];
[...]
for (i = 0; i < N; i++)
{
b[i] = i;
c[i] = i + N;
}
for
Snapshot gcc-4.8-20120729 is now available on
ftp://gcc.gnu.org/pub/gcc/snapshots/4.8-20120729/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 4.8 SVN branch
with the following options: svn://gcc.gnu.org/svn/gcc/trunk