------- 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

Reply via email to