view gcc/testsuite/gcc.dg/ipa/pr81520.c @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
line wrap: on
line source

/* PR ipa/81520 */
/* { dg-do compile } */
/* { dg-options "-O2 -fPIC" } */
/* { dg-require-effective-target fpic } */

char
a (int b)
{
  a (b);
  return 0;
}