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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [20030906-1.c] - Diff between revs 149 and 154

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 149 Rev 154
/* Bug 9862 -- Spurious warnings with -finline-functions.
/* Bug 9862 -- Spurious warnings with -finline-functions.
   Copyright (C) 2003 Free Software Foundation Inc.  */
   Copyright (C) 2003 Free Software Foundation Inc.  */
 
 
/* { dg-do compile } */
/* { dg-do compile } */
/* { dg-options "-O -finline-functions -Wextra" } */
/* { dg-options "-O -finline-functions -Wextra" } */
 
 
extern int i;
extern int i;
extern int foo (void);
extern int foo (void);
extern int bar (void);
extern int bar (void);
 
 
int foo (void)
int foo (void)
{
{
  if( i ) return 0;
  if( i ) return 0;
  else    return 1;
  else    return 1;
}               /* { dg-bogus "may return with or without a value" } */
}               /* { dg-bogus "may return with or without a value" } */
 
 
int bar (void)
int bar (void)
{
{
  if( i ) return;
  if( i ) return;
  else    return 1;
  else    return 1;
}               /* { dg-warning "may return with or without a value" } */
}               /* { dg-warning "may return with or without a value" } */
 
 

powered by: WebSVN 2.1.0

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