public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Division by ZERO on GIMPLE?
@ 2013-12-07  9:48 Bin.Cheng
  2013-12-08  1:29 ` Ian Lance Taylor
  0 siblings, 1 reply; 7+ messages in thread
From: Bin.Cheng @ 2013-12-07  9:48 UTC (permalink / raw)
  To: gcc-help

Hi,
I just found some GIMPLE like below is generated during boostrap gcc
for x86, tree-vect-loop.c


  <bb 637>:
  # group_size_1432 = PHI <1(497), group_size_1017(660)>
  # scalar_dest_1287 = PHI <scalar_dest_1228(497), scalar_dest_1012(660)>
  ratio_1497 = group_size_1432 / 0;
  goto <bb 501>;

The compilation ends fine, but what is the division by 0?

Thanks,
bin

-- 
Best Regards.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-12-09  3:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-07  9:48 Division by ZERO on GIMPLE? Bin.Cheng
2013-12-08  1:29 ` Ian Lance Taylor
2013-12-08 12:17   ` Bin.Cheng
2013-12-08 12:47     ` Bin.Cheng
2013-12-08 19:04     ` Ian Lance Taylor
2013-12-09  1:57       ` Bin.Cheng
2013-12-09  3:26     ` Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).