Commit 70b766b2 by Ilya Leoshkevich

S/390: Commit forgotten test for r275336

gcc/testsuite/ChangeLog:

2019-09-03  Ilya Leoshkevich  <iii@linux.ibm.com>

	* gcc.target/s390/sigfpe-eh.c: Forgotten test.

From-SVN: r275337
parent 837ee1e0
/* { dg-do compile } */
/* { dg-options "-march=z196 -O2 -fexceptions -fnon-call-exceptions" } */
extern float f (void);
extern float g (void);
float h (float x, float y)
{
return x < y ? f () : g ();
}
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