view gcc/testsuite/gcc.target/arm/fp16-return-1.c @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents 04ced10e8804
children
line wrap: on
line source

/* { dg-do compile } */
/* { dg-options "-mfp16-format=ieee" } */

/* Test that __fp16 is supported as a return type.  */
extern __fp16 f (void);
extern __fp16 (*pf) (void);

extern __fp16 *g (void);
extern __fp16 *(*pg) (void);