Re: [testsuite] PATCH: Correct target selector in gcc.target/i386/nop-mcount.c

2015-01-12 Thread Uros Bizjak
On Mon, Jan 12, 2015 at 1:31 AM, H.J. Lu wrote: > nonpic in target selector in gcc.target/i386/nop-mcount.c is ignored > since {} is misplaced. This patch properly places {} in target selector. > Tested on Linux/x86. OK for trunk? > > Thanks. > > H.J. > --- > gcc/testsuite/gcc.target/i386/nop-m

[testsuite] PATCH: Correct target selector in gcc.target/i386/nop-mcount.c

2015-01-11 Thread H.J. Lu
nonpic in target selector in gcc.target/i386/nop-mcount.c is ignored since {} is misplaced. This patch properly places {} in target selector. Tested on Linux/x86. OK for trunk? Thanks. H.J. --- gcc/testsuite/gcc.target/i386/nop-mcount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 20