Commit 0b3a20e3 by Bin Cheng Committed by Bin Cheng

addrtmp.c: Add bind_pic_locally option.

	testcases
	* c-c++-common/addrtmp.c: Add bind_pic_locally option.

From-SVN: r213937
parent bc54cc9a
2014-08-14 Bin Cheng <bin.cheng@arm.com>
* c-c++-common/addrtmp.c: Add bind_pic_locally option.
2014-08-12 Marek Polacek <polacek@redhat.com>
* gcc.dg/concat.c: Add dg-options.
......
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-add-options bind_pic_locally } */
typedef struct A { int a,b; } A;
int*g(int*x){return x;}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment