Re: [PATCH 0/6] Convert gimple to a C++ class hierarchy

2013-08-31 Thread Basile Starynkevitch
On Sat, 2013-08-31 at 11:57 +0200, Richard Biener wrote: > Diego Novillo wrote: > > > >Yes. Lawrence and I thought about moving gengtype inside g++. That > >seemed like a promising approach. > > > What do you do during stage1? Have a collector that never collects? We could imagine that the s

gcc-4.7-20130831 is now available

2013-08-31 Thread gccadmin
Snapshot gcc-4.7-20130831 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.7-20130831/ 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/branches

Generating multiple binaries from a single source file

2013-08-31 Thread Rodolfo Guilherme Wottrich
Hello everyone, I would like to be able to generate multiple binaries from a single source file, each of which being slightly different from the other(s). For example, in case there's an OpenMP parallel region in the code, I want to generate two binaries: one of them being the normal one and the o