tree-ssa-forwprop.c (combine_conversions): Punt if the RHS of the defining statement...
authorEric Botcazou <ebotcazou@adacore.com>
Thu, 19 Jul 2012 21:35:12 +0000 (21:35 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 19 Jul 2012 21:35:12 +0000 (21:35 +0000)
commit9402220cecec63a6e7d26ab0767a569f48a0385b
tree690fb10d1738f67c49fec46cc3c844fa7255f80b
parenta3628196ec3dee889444cce725c810e84e36b670
tree-ssa-forwprop.c (combine_conversions): Punt if the RHS of the defining statement is a SSA name that occurs in abnormal...

* tree-ssa-forwprop.c (combine_conversions): Punt if the RHS of the
defining statement is a SSA name that occurs in abnormal PHIs.

From-SVN: r189687
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/opt25.adb [new file with mode: 0644]
gcc/testsuite/gnat.dg/opt25_pkg1.adb [new file with mode: 0644]
gcc/testsuite/gnat.dg/opt25_pkg1.ads [new file with mode: 0644]
gcc/testsuite/gnat.dg/opt25_pkg2.adb [new file with mode: 0644]
gcc/testsuite/gnat.dg/opt25_pkg2.ads [new file with mode: 0644]
gcc/tree-ssa-forwprop.c