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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gdb-6.8/] [sim/] [testsuite/] [sim/] [cris/] [c/] [pipe7.c] - Diff between revs 24 and 157

Only display areas with differences | Details | Blame | View Log

Rev 24 Rev 157
/* Check for proper pipe semantics at corner cases.
/* Check for proper pipe semantics at corner cases.
#notarget: cris*-*-elf
#notarget: cris*-*-elf
*/
*/
 
 
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
#include <unistd.h>
#include <unistd.h>
#include <errno.h>
#include <errno.h>
 
 
int main (void)
int main (void)
{
{
  if (pipe (NULL) != -1
  if (pipe (NULL) != -1
      || errno != EFAULT)
      || errno != EFAULT)
  {
  {
    perror ("pipe");
    perror ("pipe");
    abort ();
    abort ();
  }
  }
 
 
  printf ("pass\n");
  printf ("pass\n");
  exit (0);
  exit (0);
}
}
 
 

powered by: WebSVN 2.1.0

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