[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gcc-bugs
Subject:    [Bug regression/20139] [4.0/4.1 regression] cris-elf testsuite: gcc.c-torture/execute/20020720-1.c
From:       "pinskia at gcc dot gnu dot org" <gcc-bugzilla () gcc ! gnu ! org>
Date:       2005-02-28 21:37:35
Message-ID: 20050228213735.30352.qmail () sourceware ! org
[Download RAW message or body]


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-28 21:37 -------
I should note that this shows up with the following code:
#include <math.h>
#include <complex.h>

int main()
{
    float a;
    complex float b,c;
    foo(&a,&b);
    c = b/a;
    return creal(c) + cimag(c) < 0;
}


  if (ABS_EXPR <SR.4> < 0.0) goto <L1>; else goto <L2>;

So it shows us that it can show up in real code.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20139
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic