From: Bin Cheng Date: Thu, 14 Aug 2014 02:10:05 +0000 (+0000) Subject: addrtmp.c: Add bind_pic_locally option. X-Git-Tag: releases/gcc-5.1.0~5506 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b3a20e31d96b6344daef97cb16540d19723ea0a;p=thirdparty%2Fgcc.git addrtmp.c: Add bind_pic_locally option. testcases * c-c++-common/addrtmp.c: Add bind_pic_locally option. From-SVN: r213937 --- 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;}