Re: Merging the cxx-conversion branch into trunk

2012-08-07 Thread Diego Novillo
On 12-08-03 03:55 , Richard Guenther wrote: I am currently debugging this change. After I fix the remaining PCH failures, I will send the patch for review. Please make sure to send a patch doing 4. for review separate of the cxx-branch merging. That's the patch I was referring to, yes. Mic

Re: Merging the cxx-conversion branch into trunk

2012-08-03 Thread Lawrence Crowl
On 8/3/12, Richard Guenther wrote: > On Aug 2, 2012 Diego Novillo wrote: > > We are about ready to have the cxx-conversion branch merged > > back into trunk. > > > > This merge will change the following: > > > > 1- The compiler can only be built with a C++ compiler. > > > > 2- The tree macros can

Re: Merging the cxx-conversion branch into trunk

2012-08-03 Thread Richard Guenther
On Thu, Aug 2, 2012 at 8:58 PM, Diego Novillo wrote: > > We are about ready to have the cxx-conversion branch merged back into trunk. > > This merge will change the following: > > 1- The compiler can only be built with a C++ compiler. > > 2- The tree macros can be called from gdb (when GCC is buil

Merging the cxx-conversion branch into trunk

2012-08-02 Thread Diego Novillo
We are about ready to have the cxx-conversion branch merged back into trunk. This merge will change the following: 1- The compiler can only be built with a C++ compiler. 2- The tree macros can be called from gdb (when GCC is built with -g3). 3- htab and VEC have been converted to use C++ temp