Require linker plugin for pr78768.c
authorTom de Vries <tom@codesourcery.com>
Mon, 1 May 2017 18:31:07 +0000 (18:31 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Mon, 1 May 2017 18:31:07 +0000 (18:31 +0000)
The test-case has an xfail-ed line.  For linkers without plugin support, that
line happens to xpass.  Require linker with plugin support, such that the line
is no longer xpass-ing, but unsupported.

2017-05-01  Tom de Vries  <tom@codesourcery.com>

* gcc.dg/pr78768.c: Require linker plugin.

From-SVN: r247443

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr78768.c

index 584eae59c681cbf6a81c8a0e8b72826178c362d8..4c2283a22b57e6bdeb94fa9834a8d93955875075 100644 (file)
@@ -1,3 +1,7 @@
+2017-05-01  Tom de Vries  <tom@codesourcery.com>
+
+       * gcc.dg/pr78768.c: Require linker plugin.
+
 2017-05-01  Thomas Koenig  <tkoenig@gcc.gnu.org>
 
        PR fortran/37131
index 68d717a61a5eb71cf68e135ab9f6f68440bb4128..b6cda47c6a8823ddd28ad789cc60d0eb2f4f5ed6 100644 (file)
@@ -2,6 +2,7 @@
    by -flto
   { dg-do link }
   { dg-require-effective-target lto }
+  { dg-require-linker-plugin "" }
   { dg-options "-O2 -Walloca-larger-than=10 -Wformat -Wformat-overflow -flto" } */
 
 int main (void)