From 0b3a20e31d96b6344daef97cb16540d19723ea0a Mon Sep 17 00:00:00 2001 From: Bin Cheng Date: Thu, 14 Aug 2014 02:10:05 +0000 Subject: [PATCH] addrtmp.c: Add bind_pic_locally option. testcases * c-c++-common/addrtmp.c: Add bind_pic_locally option. From-SVN: r213937 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/c-c++-common/addrtmp.c | 1 + 2 files changed, 5 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 536485a5f690..e122b504a5d8 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2014-08-14 Bin Cheng + + * c-c++-common/addrtmp.c: Add bind_pic_locally option. + 2014-08-12 Marek Polacek * gcc.dg/concat.c: Add dg-options. diff --git a/gcc/testsuite/c-c++-common/addrtmp.c b/gcc/testsuite/c-c++-common/addrtmp.c index 3b8140cf8055..3de0175e70a7 100644 --- a/gcc/testsuite/c-c++-common/addrtmp.c +++ b/gcc/testsuite/c-c++-common/addrtmp.c @@ -1,5 +1,6 @@ /* { 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;} -- 2.47.3