OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [builtin-unreachable-1.c] - Blame information for rev 690

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 689 jeremybenn
/* Check that __builtin_unreachable() prevents the 'control reaches
2
   end of non-void function' diagnostic.  */
3
/* { dg-do compile } */
4
/* { dg-options "-O2 -Wreturn-type" } */
5
int
6
f(int a, int b)
7
{
8
  if (a)
9
    {
10
      return b;
11
    }
12
  else
13
    {
14
      asm ("bug");
15
      __builtin_unreachable();
16
    }
17
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.