Re: [PATCH 2/4] Add liboffloadmic

2015-07-13 Thread Ilya Verbin
On Thu, Jul 09, 2015 at 12:00:29 +0200, Thomas Schwinge wrote: > I noticed that -- at least with current versions of GCC -- there are > several compiler diagnostics displayed during the build. It would be > nice to get these addressed -- as applicable, presumably in the Intel > upstream version, a

Re: [PATCH 2/4] Add liboffloadmic

2015-07-09 Thread Thomas Schwinge
Hi Ilya! On Tue, 21 Oct 2014 21:20:34 +0400, Ilya Verbin wrote: > This patch contains liboffloadmic library. > > It is used by ICC for offloading. The sources are imported from upstream > ( https://www.openmprtl.org/sites/default/files/liboffload_oss.tgz ) > Configure and makefiles are new. >

Re: [PATCH 2/4] Add liboffloadmic

2015-02-04 Thread Jakub Jelinek
On Wed, Feb 04, 2015 at 08:44:42PM +0300, Ilya Verbin wrote: > contrib/ > * gcc_update (files_and_dependencies): Add rules for liboffloadmic and > liboffloadmic/plugin. Ok, thanks. Jakub

Re: [PATCH 2/4] Add liboffloadmic

2015-02-04 Thread Ilya Verbin
Hi, On 12 Dec 11:46, Thomas Schwinge wrote: > On Tue, 21 Oct 2014 21:20:34 +0400, Ilya Verbin wrote: > > This patch contains liboffloadmic library. > > > liboffloadmic/ > > Initial commit. Imported from upstream: > > https://www.openmprtl.org/sites/default/files/liboffload_oss.tgz > >

Re: [PATCH 2/4] Add liboffloadmic

2014-12-12 Thread Thomas Schwinge
Hi! On Tue, 21 Oct 2014 21:20:34 +0400, Ilya Verbin wrote: > This patch contains liboffloadmic library. > liboffloadmic/ > Initial commit. Imported from upstream: > https://www.openmprtl.org/sites/default/files/liboffload_oss.tgz > * Makefile.am: New file. > * Makefile.i

Re: [PATCH 2/4] Add liboffloadmic

2014-11-12 Thread Ilya Verbin
On 06 Nov 19:21, Jakub Jelinek wrote: > I'm still seeing various unhandled malloc failures, e.g.: > ... > would crash if malloc returns NULL. Similarly for realloc: Fixed in the branch: https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=534b201fadf0af05ca509dc3f8e13ef26ee719a2 > Also, I see you heavi

Re: [PATCH 2/4] Add liboffloadmic

2014-11-12 Thread Jakub Jelinek
On Thu, Nov 06, 2014 at 07:21:31PM +0100, Jakub Jelinek wrote: > On Wed, Oct 22, 2014 at 11:21:28PM +0400, Ilya Verbin wrote: > > > Also, do we really want the messy DOS/Windows '\r' in the messages on > > > Unix-ish targets? Shouldn't that be dependent on what target is the > > > library > > > c

Re: [PATCH 2/4] Add liboffloadmic

2014-11-06 Thread Jakub Jelinek
On Wed, Oct 22, 2014 at 11:21:28PM +0400, Ilya Verbin wrote: > > Also, do we really want the messy DOS/Windows '\r' in the messages on > > Unix-ish targets? Shouldn't that be dependent on what target is the library > > configured for? > > Fixed. ... I'm still seeing various unhandled malloc fai

Re: [PATCH 2/4] Add liboffloadmic

2014-10-29 Thread Ilya Verbin
On 22 Oct 23:21, Ilya Verbin wrote: > On 22 Oct 10:54, Jakub Jelinek wrote: > > On Tue, Oct 21, 2014 at 09:20:34PM +0400, Ilya Verbin wrote: > > > This patch contains liboffloadmic library. > > > > > > It is used by ICC for offloading. The sources are imported from upstream > > > ( https://www.op

Re: [PATCH 2/4] Add liboffloadmic

2014-10-22 Thread Ilya Verbin
On 22 Oct 10:54, Jakub Jelinek wrote: > On Tue, Oct 21, 2014 at 09:20:34PM +0400, Ilya Verbin wrote: > > This patch contains liboffloadmic library. > > > > It is used by ICC for offloading. The sources are imported from upstream > > ( https://www.openmprtl.org/sites/default/files/liboffload_oss.t

Re: [PATCH 2/4] Add liboffloadmic

2014-10-22 Thread Joseph S. Myers
On Wed, 22 Oct 2014, Jakub Jelinek wrote: > Also, do we really want the messy DOS/Windows '\r' in the messages on > Unix-ish targets? Shouldn't that be dependent on what target is the library > configured for? On platforms where it matters, I think it's still right to use \n only - if in the en

Re: [PATCH 2/4] Add liboffloadmic

2014-10-22 Thread Jakub Jelinek
On Tue, Oct 21, 2014 at 09:20:34PM +0400, Ilya Verbin wrote: > This patch contains liboffloadmic library. > > It is used by ICC for offloading. The sources are imported from upstream > ( https://www.openmprtl.org/sites/default/files/liboffload_oss.tgz ) > Configure and makefiles are new. > > Als