This is the mail archive of the gcc-patches@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: [Lto-team] Fwd: [tuples] reduced testcase of the libjava build failure


On 05/02/08 05:07, Richard Guenther wrote:

IMHO if such comparison may trap then we need to gimplify to

<bb>
  ...
  bool tmp = a < b;

<bb>
  if (tmp)
     ....

Right. Though GIMPLE now will express the conditional as 'if (tmp == true)'.



Diego.



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