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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [return-type-3.c] - Rev 853

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

/* PR optimization/7189
   This was a missing warning caused by a cfg cleanup after sibling
   call optimization.  The return clobber insn was cleaned up and
   the warning was never issued.  */
/* { dg-do compile } */
/* { dg-options "-O -foptimize-sibling-calls -Wreturn-type" } */
 
extern void foo(void);
 
int
bar (void)
{
  foo();
} /* { dg-warning "control reaches end of non-void function" "warning for falling off end of non-void function" } */
 

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

powered by: WebSVN 2.1.0

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