Re: [PATCH, CHKP] Fix instrumentation clones privatization

2014-12-10 Thread Ilya Enkovich
2014-12-10 21:29 GMT+03:00 James Greenhalgh : > On Wed, Dec 10, 2014 at 06:19:08PM +, Ilya Enkovich wrote: >> 2014-12-10 21:07 GMT+03:00 James Greenhalgh : >> > In the interests of breaking us out of this loop... >> > >> > At least: {arm-none-linux-gnueabihf, arm-none-eabi, >> > aar

Re: [PATCH, CHKP] Fix instrumentation clones privatization

2014-12-10 Thread James Greenhalgh
On Wed, Dec 10, 2014 at 06:19:08PM +, Ilya Enkovich wrote: > 2014-12-10 21:07 GMT+03:00 James Greenhalgh : > > In the interests of breaking us out of this loop... > > > > At least: {arm-none-linux-gnueabihf, arm-none-eabi, > > aarch64-none-linux-gnueabi, aarch64-none-elf, > > aarch

Re: [PATCH, CHKP] Fix instrumentation clones privatization

2014-12-10 Thread Ilya Enkovich
2014-12-10 21:07 GMT+03:00 James Greenhalgh : > On Wed, Dec 10, 2014 at 05:13:22PM +, Andreas Schwab wrote: >> Ilya Enkovich writes: >> >> > 2014-12-10 19:49 GMT+03:00 Andreas Schwab : >> >> Ilya Enkovich writes: >> >> >> >>> 2014-12-10 18:53 GMT+03:00 Andreas Schwab : >> Ilya Enkovich

Re: [PATCH, CHKP] Fix instrumentation clones privatization

2014-12-10 Thread James Greenhalgh
On Wed, Dec 10, 2014 at 05:13:22PM +, Andreas Schwab wrote: > Ilya Enkovich writes: > > > 2014-12-10 19:49 GMT+03:00 Andreas Schwab : > >> Ilya Enkovich writes: > >> > >>> 2014-12-10 18:53 GMT+03:00 Andreas Schwab : > Ilya Enkovich writes: > > > 2014-12-10 17:49 GMT+03:00 Andr

Re: [PATCH, CHKP] Fix instrumentation clones privatization

2014-12-10 Thread Andreas Schwab
Ilya Enkovich writes: > 2014-12-10 19:49 GMT+03:00 Andreas Schwab : >> Ilya Enkovich writes: >> >>> 2014-12-10 18:53 GMT+03:00 Andreas Schwab : Ilya Enkovich writes: > 2014-12-10 17:49 GMT+03:00 Andreas Schwab : >> Ilya Enkovich writes: >> >>> * gcc.dg/lto/lto.e

Re: [PATCH, CHKP] Fix instrumentation clones privatization

2014-12-10 Thread Ilya Enkovich
2014-12-10 19:49 GMT+03:00 Andreas Schwab : > Ilya Enkovich writes: > >> 2014-12-10 18:53 GMT+03:00 Andreas Schwab : >>> Ilya Enkovich writes: >>> 2014-12-10 17:49 GMT+03:00 Andreas Schwab : > Ilya Enkovich writes: > >> * gcc.dg/lto/lto.exp: Load mpx-dg.exp. >> *

Re: [PATCH, CHKP] Fix instrumentation clones privatization

2014-12-10 Thread Andreas Schwab
Ilya Enkovich writes: > 2014-12-10 18:53 GMT+03:00 Andreas Schwab : >> Ilya Enkovich writes: >> >>> 2014-12-10 17:49 GMT+03:00 Andreas Schwab : Ilya Enkovich writes: > * gcc.dg/lto/lto.exp: Load mpx-dg.exp. > * gcc.dg/lto/chkp-privatize_0.c: New. > * gcc.

Re: [PATCH, CHKP] Fix instrumentation clones privatization

2014-12-10 Thread Ilya Enkovich
2014-12-10 18:53 GMT+03:00 Andreas Schwab : > Ilya Enkovich writes: > >> 2014-12-10 17:49 GMT+03:00 Andreas Schwab : >>> Ilya Enkovich writes: >>> * gcc.dg/lto/lto.exp: Load mpx-dg.exp. * gcc.dg/lto/chkp-privatize_0.c: New. * gcc.dg/lto/chkp-privatize_1.c: New. >>

Re: [PATCH, CHKP] Fix instrumentation clones privatization

2014-12-10 Thread Andreas Schwab
Ilya Enkovich writes: > 2014-12-10 17:49 GMT+03:00 Andreas Schwab : >> Ilya Enkovich writes: >> >>> * gcc.dg/lto/lto.exp: Load mpx-dg.exp. >>> * gcc.dg/lto/chkp-privatize_0.c: New. >>> * gcc.dg/lto/chkp-privatize_1.c: New. >> >> xgcc: error: unrecognized command line option '-m

Re: [PATCH, CHKP] Fix instrumentation clones privatization

2014-12-10 Thread Ilya Enkovich
2014-12-10 17:49 GMT+03:00 Andreas Schwab : > Ilya Enkovich writes: > >> * gcc.dg/lto/lto.exp: Load mpx-dg.exp. >> * gcc.dg/lto/chkp-privatize_0.c: New. >> * gcc.dg/lto/chkp-privatize_1.c: New. > > xgcc: error: unrecognized command line option '-mmpx' > > FAIL: gcc.dg/lto/chkp-pr

Re: [PATCH, CHKP] Fix instrumentation clones privatization

2014-12-10 Thread Andreas Schwab
Ilya Enkovich writes: > * gcc.dg/lto/lto.exp: Load mpx-dg.exp. > * gcc.dg/lto/chkp-privatize_0.c: New. > * gcc.dg/lto/chkp-privatize_1.c: New. xgcc: error: unrecognized command line option '-mmpx' FAIL: gcc.dg/lto/chkp-privatize c_lto_chkp-privatize_0.o assemble, -fPIC -flto

Re: [PATCH, CHKP] Fix instrumentation clones privatization

2014-12-08 Thread Jeff Law
On 12/02/14 07:18, Ilya Enkovich wrote: Hi, Currently symbol names privatization doesn't work for instrumentation clones because clones assembler name is transparent alias and therefore alias target should be privatized instead. This patch does it. Bootstrapped and tested on x86_64-unknown-