Fix gcc.target/i386/cet-sjlj-3.c on Solaris

* gcc.target/i386/cet-sjlj-3.c: Allow for emtpy user label prefix
	in setjmp call.

From-SVN: r254049
This commit is contained in:
Rainer Orth 2017-10-24 16:29:20 +00:00 committed by Rainer Orth
parent da76b2532f
commit 2f5124a6e9
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2017-10-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gcc.target/i386/cet-sjlj-3.c: Allow for emtpy user label prefix
in setjmp call.
2017-10-24 Richard Biener <rguenther@suse.de>
PR tree-optimization/82697

View File

@ -2,7 +2,7 @@
/* { dg-options "-O -fcf-protection -mcet" } */
/* { dg-final { scan-assembler-times "endbr32" 4 { target ia32 } } } */
/* { dg-final { scan-assembler-times "endbr64" 4 { target { ! ia32 } } } } */
/* { dg-final { scan-assembler-times "call _setjmp" 1 } } */
/* { dg-final { scan-assembler-times "call _?setjmp" 1 } } */
/* { dg-final { scan-assembler-times "call longjmp" 1 } } */
#include <stdio.h>