view gcc/testsuite/g++.target/i386/pr92354.C @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents
children
line wrap: on
line source

/* PR c++/92354 */
/* { dg-do compile } */
/* { dg-require-ifunc "" }  */
/* { dg-options "--param ggc-min-heapsize=0" } */

__attribute__ ((target ("default"))) void f ();
__attribute__ ((target ("sse"))) void f ();
__attribute__ ((target ("default"))) void f ();