This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug regression/20139] [4.0/4.1 regression] cris-elf testsuite: gcc.c-torture/execute/20020720-1.c


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]