Snapshot gcc-4.7-20110514 is now available on
ftp://gcc.gnu.org/pub/gcc/snapshots/4.7-20110514/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 4.7 SVN branch
with the following options: svn://gcc.gnu.org/svn/gcc/trunk
Hi
I have been looking at the intermediate representation (IR) dumped by gcc
(4.4.5, cross compiled for powerpc) through the switch -fdump-tree-all.
An experiment I carried out was to manually make the IR compilable, i.e.
write a C program with the same control flow (using "if" and "goto") and
v