RE: [PATCH,testsuite] Add check_effective_target_rdynamic and use it in g++.dg/lto/pr69589_0.C.

2017-06-06 Thread Toma Tabacu
Thanks, Rainer. Committed as r248916. Thanks for suggesting a backport, Renlin. Regards, Toma

Re: [PATCH,testsuite] Add check_effective_target_rdynamic and use it in g++.dg/lto/pr69589_0.C.

2017-06-06 Thread Rainer Orth
Hi Toma, >> Thanks for fixing this! Do you have plan to backport the fix to gcc-6 branch? > > I am happy to backport it. > I've rebased the patch on top of the gcc-6 branch and attached it below. > > Rainer, is this OK for gcc-6? sure, thanks. Rainer > gcc/ChangeLog: > >

RE: [PATCH,testsuite] Add check_effective_target_rdynamic and use it in g++.dg/lto/pr69589_0.C.

2017-06-05 Thread Toma Tabacu
Hi Renlin, > > Thanks for fixing this! Do you have plan to backport the fix to gcc-6 branch? > I am happy to backport it. I've rebased the patch on top of the gcc-6 branch and attached it below. Rainer, is this OK for gcc-6? Regards, Toma Tabacu gcc/ChangeLog: Backported from

Re: [PATCH,testsuite] Add check_effective_target_rdynamic and use it in g++.dg/lto/pr69589_0.C.

2017-06-02 Thread Renlin Li
Hi Toma, Thanks for fixing this! Do you have plan to backport the fix to gcc-6 branch? Regards, Renlin On 09/03/17 15:08, Toma Tabacu wrote: Ok for mainline with that fixed. Thanks. Rainer Committed as r246004. Thanks, Toma

RE: [PATCH,testsuite] Add check_effective_target_rdynamic and use it in g++.dg/lto/pr69589_0.C.

2017-03-09 Thread Toma Tabacu
> > Ok for mainline with that fixed. > > Thanks. > Rainer > Committed as r246004. Thanks, Toma

RE: [PATCH,testsuite] Add check_effective_target_rdynamic and use it in g++.dg/lto/pr69589_0.C.

2017-03-09 Thread Matthew Fortune
Rainer Orth writes: > > g++.dg/lto/pr69589_0.C is currently failing for mips-mti-elf with the > following error: > > > > xg++: error: unrecognized command line option '-rdynamic' > > > > However, it passes just fine for mips-mti-linux-gnu. > > I think that we should

Re: [PATCH,testsuite] Add check_effective_target_rdynamic and use it in g++.dg/lto/pr69589_0.C.

2017-03-08 Thread Rainer Orth
Hi Toma, > g++.dg/lto/pr69589_0.C is currently failing for mips-mti-elf with the > following error: > > xg++: error: unrecognized command line option '-rdynamic' > > However, it passes just fine for mips-mti-linux-gnu. > I think that we should skip this test for mips-mti-elf. could it be that

[PATCH,testsuite] Add check_effective_target_rdynamic and use it in g++.dg/lto/pr69589_0.C.

2017-03-06 Thread Toma Tabacu
Hi, g++.dg/lto/pr69589_0.C is currently failing for mips-mti-elf with the following error: xg++: error: unrecognized command line option '-rdynamic' However, it passes just fine for mips-mti-linux-gnu. I think that we should skip this test for mips-mti-elf. This patch achieves this by adding