ivinline-1.C: Add target nonpic.
authorAlexander Ivchenko <alexander.ivchenko@intel.com>
Wed, 27 Mar 2013 10:00:43 +0000 (10:00 +0000)
committerKirill Yukhin <kyukhin@gcc.gnu.org>
Wed, 27 Mar 2013 10:00:43 +0000 (10:00 +0000)
        * g++.dg/ipa/ivinline-1.C: Add target nonpic.
        * g++.dg/ipa/ivinline-2.C: Likewise.
        * g++.dg/ipa/ivinline-3.C: Likewise.
        * g++.dg/ipa/ivinline-4.C: Likewise.
        * g++.dg/ipa/ivinline-5.C: Likewise.
        * g++.dg/ipa/ivinline-7.C: Likewise.
        * g++.dg/ipa/ivinline-8.C: Likewise.
        * g++.dg/ipa/ivinline-9.C: Likewise.
        * g++.dg/cpp0x/noexcept03.C: Likewise.
        * gcc.dg/const-1.c: Likewise.
        * gcc.dg/ipa/pure-const-1.c: Likewise.
        * gcc.dg/noreturn-8.c: Likewise.
        * gcc.target/i386/mmx-1.c: Likewise.
        * gcc.dg/tree-ssa/ipa-split-5.c: Likewise.
        * gcc.dg/tree-ssa/loadpre6.c: Likewise.
        * gcc.c-torture/execute/pr33992.x: New file.

From-SVN: r197157

17 files changed:
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/noexcept03.C
gcc/testsuite/g++.dg/ipa/ivinline-1.C
gcc/testsuite/g++.dg/ipa/ivinline-2.C
gcc/testsuite/g++.dg/ipa/ivinline-3.C
gcc/testsuite/g++.dg/ipa/ivinline-4.C
gcc/testsuite/g++.dg/ipa/ivinline-5.C
gcc/testsuite/g++.dg/ipa/ivinline-7.C
gcc/testsuite/g++.dg/ipa/ivinline-8.C
gcc/testsuite/g++.dg/ipa/ivinline-9.C
gcc/testsuite/gcc.c-torture/execute/pr33992.x [new file with mode: 0644]
gcc/testsuite/gcc.dg/const-1.c
gcc/testsuite/gcc.dg/ipa/pure-const-1.c
gcc/testsuite/gcc.dg/noreturn-8.c
gcc/testsuite/gcc.dg/tree-ssa/ipa-split-5.c
gcc/testsuite/gcc.dg/tree-ssa/loadpre6.c
gcc/testsuite/gcc.target/i386/mmx-1.c

index 5b0544d..5b26dad 100644 (file)
@@ -1,3 +1,22 @@
+2013-03-27  Alexander Ivchenko  <alexander.ivchenko@intel.com>
+
+       * g++.dg/ipa/ivinline-1.C: Add target nonpic.
+       * g++.dg/ipa/ivinline-2.C: Likewise.
+       * g++.dg/ipa/ivinline-3.C: Likewise.
+       * g++.dg/ipa/ivinline-4.C: Likewise.
+       * g++.dg/ipa/ivinline-5.C: Likewise.
+       * g++.dg/ipa/ivinline-7.C: Likewise.
+       * g++.dg/ipa/ivinline-8.C: Likewise.
+       * g++.dg/ipa/ivinline-9.C: Likewise.
+       * g++.dg/cpp0x/noexcept03.C: Likewise.
+       * gcc.dg/const-1.c: Likewise.
+       * gcc.dg/ipa/pure-const-1.c: Likewise.
+       * gcc.dg/noreturn-8.c: Likewise.
+       * gcc.target/i386/mmx-1.c: Likewise.
+       * gcc.dg/tree-ssa/ipa-split-5.c: Likewise.
+       * gcc.dg/tree-ssa/loadpre6.c: Likewise.
+       * gcc.c-torture/execute/pr33992.x: New file.
+
 2013-03-26  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gcc.c-torture/execute/20011008-3.c: Cap VLEN with STACK_SIZE too.
index 54e04f3..41c442e 100644 (file)
@@ -1,6 +1,6 @@
 // Runtime test for noexcept-specification.
 // { dg-options "-std=c++0x -Wnoexcept" }
-// { dg-do run }
+// { dg-do run { target nonpic } }
 
 #include <exception>
 #include <cstdlib>
index fc63e60..bc4dfea 100644 (file)
@@ -1,6 +1,6 @@
 /* Verify that simple virtual calls are inlined even without early
    inlining.  */
-/* { dg-do run } */
+/* { dg-do run { target nonpic } } */
 /* { dg-options "-O3 -fdump-ipa-inline -fno-early-inlining -fno-ipa-cp"  } */
 
 extern "C" void abort (void);
index f993303..001cff2 100644 (file)
@@ -1,6 +1,6 @@
 /* Verify that simple virtual calls using this pointer are inlined
    even without early inlining..  */
-/* { dg-do run } */
+/* { dg-do run { target nonpic } } */
 /* { dg-options "-O3 -fdump-ipa-inline -fno-early-inlining -fno-ipa-cp"  } */
 
 extern "C" void abort (void);
index d9a47f8..637a6ae 100644 (file)
@@ -1,6 +1,6 @@
 /* Verify that simple virtual calls on an object refrence are inlined
    even without early inlining.  */
-/* { dg-do run } */
+/* { dg-do run { target nonpic } } */
 /* { dg-options "-O3 -fdump-ipa-inline -fno-early-inlining -fno-ipa-cp"  } */
 
 extern "C" void abort (void);
index 93cbe0c..f5b8f8e 100644 (file)
@@ -1,7 +1,7 @@
 /* Verify that simple virtual calls are inlined even without early
    inlining, even when a typecast to an ancestor is involved along the
    way.  */
-/* { dg-do run } */
+/* { dg-do run { target nonpic } } */
 /* { dg-options "-O3 -fdump-ipa-inline -fno-early-inlining -fno-ipa-cp"  } */
 
 extern "C" void abort (void);
index 91e8f4e..d78173d 100644 (file)
@@ -1,6 +1,6 @@
 /* Verify that virtual call inlining does not pick a wrong method when
    there is a user defined ancestor in an object.  */
-/* { dg-do run } */
+/* { dg-do run { target nonpic } } */
 /* { dg-options "-O3 -fdump-ipa-inline -fno-early-inlining -fno-ipa-cp"  } */
 
 extern "C" void abort (void);
index 2630dff..9d725a5 100644 (file)
@@ -1,7 +1,7 @@
 /* Verify that simple virtual calls are inlined even without early
    inlining, even when a typecast to an ancestor is involved along the
    way and that ancestor is not the first one with virtual functions.  */
-/* { dg-do run } */
+/* { dg-do run { target nonpic } } */
 /* { dg-options "-O3 -fdump-ipa-inline -fno-early-inlining -fno-ipa-cp"  } */
 
 extern "C" void abort (void);
index 3bdf4c1..eebfc6a 100644 (file)
@@ -1,6 +1,6 @@
 /* Verify that virtual calls are inlined (ithout early inlining) even
    when their caller is itself indirectly inlined.  */
-/* { dg-do run } */
+/* { dg-do run { target nonpic } } */
 /* { dg-options "-O3 -fdump-ipa-inline -fno-early-inlining -fno-ipa-cp"  } */
 
 extern "C" void abort (void);
index 4ff07a9..586c3af 100644 (file)
@@ -2,7 +2,7 @@
    inlining, even when a typecast to an ancestor is involved along the
    way and that ancestor itself has an ancestor wich is not the
    primary base class.  */
-/* { dg-do run } */
+/* { dg-do run { target nonpic } } */
 /* { dg-options "-O3 -fdump-ipa-inline -fno-early-inlining -fno-ipa-cp"  } */
 
 extern "C" void abort (void);
diff --git a/gcc/testsuite/gcc.c-torture/execute/pr33992.x b/gcc/testsuite/gcc.c-torture/execute/pr33992.x
new file mode 100644 (file)
index 0000000..57e9840
--- /dev/null
@@ -0,0 +1,7 @@
+load_lib target-supports.exp
+
+if { [ check_effective_target_nonpic ] } {
+        return 0
+}
+
+return 1
index 2a532f8..a5b2b16 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile } */
+/* { dg-do compile { target nonpic } } */
 /* { dg-options "-O2 -Wsuggest-attribute=const" } */
 
 extern int extern_const(int a) __attribute__ ((const));
index 51837ea..f76dd87 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile } */
+/* { dg-do compile { target nonpic } } */
 /* { dg-options "-O3 -fdump-tree-local-pure-const1 -fdump-ipa-pure-const -fdump-tree-optimized -fno-early-inlining" } */
 void abort (void);
 int error_code;
index 50765da..1e75633 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do run } */
+/* { dg-do run { target nonpic } } */
 /* { dg-options "-O2" } */
 void exit (int);
 void noreturn_autodetection_failed ();
index bf07149..abf1e07 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile } */
+/* { dg-do compile { target nonpic } } */
 /* { dg-options "-O3 -fdump-tree-fnsplit -fdump-tree-optimized" } */
 
 struct a {int a,b;};
index 6fc2a57..bcd72c5 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile } */ 
+/* { dg-do compile { target nonpic } } */
 /* { dg-options "-O2 -fdump-tree-pre-stats -fdump-tree-fre1" } */
 #include <stddef.h>
 
index 0b31a53..e304aca 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do compile } */
+/* { dg-do compile { target { nonpic } } } */
 /* { dg-options "-O2 -Werror-implicit-function-declaration -mmmx" } */
 
 /* Test that the intrinsics compile with optimization.  All of them are