Commit c7cec033 by H.J. Lu Committed by H.J. Lu

Require CET target on gcc.target/i386/pr85404.c

Need a working CET assembler to assemble the compiler output.

	* gcc.target/i386/pr85404.c: Require CET target.

From-SVN: r259508
parent 18108d94
2018-04-19 H.J. Lu <hongjiu.lu@intel.com>
* gcc.target/i386/pr85404.c: Require CET target.
2018-04-19 Jakub Jelinek <jakub@redhat.com> 2018-04-19 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/85467 PR tree-optimization/85467
......
/* { dg-do assemble } */ /* { dg-do assemble { target cet } } */
/* { dg-options "-fleading-underscore -mcet -fcf-protection" } */ /* { dg-options "-fleading-underscore -mcet -fcf-protection" } */
void func(void) __asm("_func"); void func(void) __asm("_func");
......
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