]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
inline-22.c: Add bind_pic_locally.
authorVidya Praveen <vidyapraveen@arm.com>
Thu, 26 Jun 2014 10:35:47 +0000 (11:35 +0100)
committerVidya Praveen <vp@gcc.gnu.org>
Thu, 26 Jun 2014 10:35:47 +0000 (11:35 +0100)
gcc/testsuite/
* gcc.dg/inline-22.c: Add bind_pic_locally.
* gcc.dg/inline_4.c: Ditto.
* gcc.dg/fail_always_inline.c: Ditto.
* g++.dg/ipa/devirt-25.C: Ditto.

From-SVN: r212024

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ipa/devirt-25.C
gcc/testsuite/gcc.dg/fail_always_inline.c
gcc/testsuite/gcc.dg/inline-22.c
gcc/testsuite/gcc.dg/inline_4.c

index 77e7a33900005a3b15f83ea64f2b55b7e33a98dc..3b5cd4f9bc98ea1ad39ecfc23ece58cca29ec59d 100644 (file)
@@ -1,3 +1,10 @@
+2014-06-26  Vidya Praveen  <vidyapraveen@arm.com>
+
+       * gcc.dg/inline-22.c: Add bind_pic_locally.
+       * gcc.dg/inline_4.c: Ditto.
+       * gcc.dg/fail_always_inline.c: Ditto.
+       * g++.dg/ipa/devirt-25.C: Ditto.
+
 2014-06-26  Vidya Praveen  <vidyapraveen@arm.com>
 
        * lib/target-support.exp (bind_pic_locally): Save the flags to
index 751647957facdb5a6a69c009a5ce20da73e9ab9e..387d5290e462990148d8e5adbf03d7efa392cdd3 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-O3 -fdump-ipa-cp"  } */
+/* { dg-add-options bind_pic_locally } */
 
 class ert_RefCounter {
  protected:
index 4b196acb07f3fd670f462e033809157b10e2a793..86645b850de86d6401bd6a7d750788b6f1e9f577 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do compile } */
+/* { dg-add-options bind_pic_locally } */
 
 extern __attribute__ ((always_inline)) void
  bar() { } /* { dg-warning "function might not be inlinable" } */
index 1785e1ce6d5f49b6f3e3e5a452eaa9ae887d9467..6795c5f4ab9a3f110388c50a54cb8db33610f5e6 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-funit-at-a-time -Wno-attributes" } */
+/* { dg-add-options bind_pic_locally } */
 /* Verify we can inline without a complete prototype and with promoted
    arguments.  See also PR32492.  */
 __attribute__((always_inline)) void f1() {}
index dd4fadb48874ce2fdf05129e6e19ccdd4115f04a..ebd57e980fd122a3e9e064edd8a05ff95d9f56ef 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-O2 -fdump-tree-optimized -fdisable-tree-einline=foo2 -fdisable-ipa-inline -Wno-attributes" } */
+/* { dg-add-options bind_pic_locally } */
 int g;
 __attribute__((always_inline)) void bar (void)
 {