Re: [PATCH, Ada] Fix powerpc-darwin bootstrap with gcc-trunk.

2015-03-29 Thread Arnaud Charlet
> So, FAOD, you're OK with my applying the patch to trunk for gcc-5? Yes, that's fine.

Re: [PATCH, Ada] Fix powerpc-darwin bootstrap with gcc-trunk.

2015-03-29 Thread Iain Sandoe
On 29 Mar 2015, at 20:01, Arnaud Charlet wrote: >> (cd ada/bldtools/sinfo; gnatmake -q xsinfo ; ./xsinfo sinfo.h ) >> raised PROGRAM_ERROR : s-atocou.adb:57 explicit raise >> >> Looking at this code, it indicates that it is a dummy implementation for >> platforms without an atomic increment supp

Re: [PATCH, Ada] Fix powerpc-darwin bootstrap with gcc-trunk.

2015-03-29 Thread Arnaud Charlet
> (cd ada/bldtools/sinfo; gnatmake -q xsinfo ; ./xsinfo sinfo.h ) > raised PROGRAM_ERROR : s-atocou.adb:57 explicit raise > > Looking at this code, it indicates that it is a dummy implementation for > platforms without an atomic increment support. > > hence, I concluded (possibly erroneously) tha

Re: [PATCH, Ada] Fix powerpc-darwin bootstrap with gcc-trunk.

2015-03-29 Thread Iain Sandoe
Hi Arnaud, On 29 Mar 2015, at 19:43, Arnaud Charlet wrote: >> Currently Ada bootstrap is broken for bootstrap compiler == gcc-trunk, and >> platform == powerpc-darwin9 (although it is possible to bootstrap with >> gcc-4.9). >> >> The reason is that generations of sinfo.h appears now to _require_

Re: [PATCH, Ada] Fix powerpc-darwin bootstrap with gcc-trunk.

2015-03-29 Thread Arnaud Charlet
> Currently Ada bootstrap is broken for bootstrap compiler == gcc-trunk, and > platform == powerpc-darwin9 (although it is possible to bootstrap with > gcc-4.9). > > The reason is that generations of sinfo.h appears now to _require_ support > for atomics (I assume that's intended). No, that's def