ADDRESSOF bug

Jeffrey A Law law@cygnus.com
Thu Jan 7 22:44:00 GMT 1999


Anyone up for what (I hope) should be a reasonably simple bug to track
down?

Configure for powerpc-ibm-aix4.1.3 and compile the attached code with -O1.
This is keeping the ppc aix port from bootstrapping with BOOT_CFLAGS=-O1

Have fun...

static int
java_double_finite (d)
     double  d;
{
  long long  *ip = (long long  *) &d;
  return (*ip & 0x7ff0000000000000LL ) != 0x7ff0000000000000LL ;
}



More information about the Gcc-bugs mailing list