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.c-torture/] [compile/] [981223-1.c] - Diff between revs 149 and 154

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

Rev 149 Rev 154
/* 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.