Commit d539a57b by Tom de Vries Committed by Tom de Vries

Require linker plugin for pr78768.c

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
parent c6b9e849
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
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment