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]
Other format: [Raw text]

Re: [RFC] Tightening up the type system


I actually have a bug report along these lines; compiling the following:

int
foo(double x, long double y)
{
 return  __builtin_isgreater (x, y);
}

crashes, because we end up creating an UNLE tree node with parameters
of two different types, and the RTL generator asserts.


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