This is the mail archive of the gcc@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]

new compile test


compile/990107-1.c -O1 fails for SH3E with an abort.  That this failure
is triggered on the SH3E is connected with the SH3E non-ANSI precision
for double.  Here is a test that fails for targets with ordinary
floating point:

int
f (f)
     float f;
{
  long long  *ip = (long long  *) &f;
  return (*ip & 0x7ff0000000000000LL ) != 0x7ff0000000000000LL ;
}


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