• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GCC with patches for OS216


Commit MetaInfo

修訂48a70d445a13ca157ee8acbe0ceeee8433faa875 (tree)
時間2018-03-24 01:06:12
作者Andrew Macleod <amacleod@gcc....>
CommiterAndrew Macleod

Log Message

Dont check invalid ssa names, like floats

From-SVN: r258817

Change Summary

差異

--- a/gcc/ssa-range.c
+++ b/gcc/ssa-range.c
@@ -512,6 +512,8 @@ path_ranger::path_range_of_def (irange &r, gimple *g)
512512 unsigned x;
513513 edge e;
514514
515+ if (!valid_irange_ssa (phi_def))
516+ return false;
515517 if (get_global_ssa_range (r, phi_def))
516518 return true;
517519