Re: [PING^2] C++ conversion - pull in cstdlib

2012-09-13 Thread Richard Guenther
On Thu, Sep 13, 2012 at 12:10 AM, Oleg Endo wrote: > Hello, > > On Sun, 2012-09-02 at 01:19 +0200, Oleg Endo wrote: >> On Sat, 2012-09-01 at 18:25 +0200, Oleg Endo wrote: >> > On Sat, 2012-09-01 at 16:17 +, Joseph S. Myers wrote: >> > > On Sat, 1 Sep 2012, Oleg Endo wrote: >> > > >> > > > Ping

[PING^2] C++ conversion - pull in cstdlib

2012-09-12 Thread Oleg Endo
Hello, On Sun, 2012-09-02 at 01:19 +0200, Oleg Endo wrote: > On Sat, 2012-09-01 at 18:25 +0200, Oleg Endo wrote: > > On Sat, 2012-09-01 at 16:17 +, Joseph S. Myers wrote: > > > On Sat, 1 Sep 2012, Oleg Endo wrote: > > > > > > > Ping! > > > > > > > > This allows one to include e.g. in GCC so

Re: [PING] C++ conversion - pull in cstdlib

2012-09-01 Thread Oleg Endo
On Sat, 2012-09-01 at 18:25 +0200, Oleg Endo wrote: > On Sat, 2012-09-01 at 16:17 +, Joseph S. Myers wrote: > > On Sat, 1 Sep 2012, Oleg Endo wrote: > > > > > Ping! > > > > > > This allows one to include e.g. in GCC source files. > > > Since the switch to C++ has been made, this should be OK

Re: [PING] C++ conversion - pull in cstdlib

2012-09-01 Thread Oleg Endo
On Sat, 2012-09-01 at 16:17 +, Joseph S. Myers wrote: > On Sat, 1 Sep 2012, Oleg Endo wrote: > > > Ping! > > > > This allows one to include e.g. in GCC source files. > > Since the switch to C++ has been made, this should be OK to do now, I > > guess. > > This is not a review, but have you t

Re: [PING] C++ conversion - pull in cstdlib

2012-09-01 Thread Joseph S. Myers
On Sat, 1 Sep 2012, Oleg Endo wrote: > Ping! > > This allows one to include e.g. in GCC source files. > Since the switch to C++ has been made, this should be OK to do now, I > guess. This is not a review, but have you tested building the Ada front end with this patch applied? Given recent iss

[PING] C++ conversion - pull in cstdlib

2012-09-01 Thread Oleg Endo
Ping! This allows one to include e.g. in GCC source files. Since the switch to C++ has been made, this should be OK to do now, I guess. Cheers, Oleg On Sat, 2012-08-25 at 23:59 +0200, Oleg Endo wrote: > Hello, > > This one makes system.h pull in when compiling as C++. > It fixes issues when e

C++ conversion - pull in cstdlib

2012-08-25 Thread Oleg Endo
Hello, This one makes system.h pull in when compiling as C++. It fixes issues when e.g. including . Tested on my SH cross compiler config with 'make all-gcc', after including the following std headers in one of the RTL passes: e e . My host GCC is: g