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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [981223-1.c] - Diff between revs 297 and 338

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

Rev 297 Rev 338
/* The problem on IA-64 is that the assembler emits
/* The problem on IA-64 is that the assembler emits
 
 
   Warning: Additional NOP may be necessary to workaround Itanium
   Warning: Additional NOP may be necessary to workaround Itanium
   processor A/B step errata  */
   processor A/B step errata  */
 
 
/* { dg-prune-output "Assembler messages" } */
/* { dg-prune-output "Assembler messages" } */
/* { dg-prune-output "Additional NOP may be necessary" } */
/* { dg-prune-output "Additional NOP may be necessary" } */
 
 
 
 
__complex__ float
__complex__ float
func (__complex__ float x)
func (__complex__ float x)
{
{
    if (__real__ x == 0.0)
    if (__real__ x == 0.0)
        return 1.0;
        return 1.0;
    else
    else
        return 0.0;
        return 0.0;
}
}
 
 

powered by: WebSVN 2.1.0

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