Re: [PATCH] x32: Add and use libgnarl/s-taprop__x32.adb

2017-10-02 Thread Arnaud Charlet
> I have no idea how to do it. I opened: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82384 See Pierre-Marie's suggested patch on the PR. Arno

Re: [PATCH] x32: Add and use libgnarl/s-taprop__x32.adb

2017-10-01 Thread H.J. Lu
On 10/1/17, Arnaud Charlet wrote: >> s-taprop.adb failed to compile for x32: >> >> s-taprop.adb:341:29: operator for type "System.Linux.time_t" is not >> directly visible >> s-taprop.adb:341:29: add with_clause and use_clause for "Linux" >> >> which is caused by >> >> 2017-09-25 Doug Rupp >> >>

Re: [PATCH] x32: Add and use libgnarl/s-taprop__x32.adb

2017-10-01 Thread Arnaud Charlet
> s-taprop.adb failed to compile for x32: > > s-taprop.adb:341:29: operator for type "System.Linux.time_t" is not > directly visible > s-taprop.adb:341:29: add with_clause and use_clause for "Linux" > > which is caused by > > 2017-09-25 Doug Rupp > > * libgnarl/s-taprop__linux.adb (B

[PATCH] x32: Add and use libgnarl/s-taprop__x32.adb

2017-10-01 Thread H.J. Lu
s-taprop.adb failed to compile for x32: s-taprop.adb:341:29: operator for type "System.Linux.time_t" is not directly visible s-taprop.adb:341:29: add with_clause and use_clause for "Linux" which is caused by 2017-09-25 Doug Rupp * libgnarl/s-taprop__linux.adb (Base_Monotonic_Clock)