gcc-4.7-20110514 is now available

2011-05-14 Thread gccadmin
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

Differences in optimisations on different versions of same program

2011-05-14 Thread suhas_c
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