re PR tree-optimization/69574 (gcc ICE at -O2 and -O3 on x86_64-linux-gnu in hide_evo...
authorRichard Biener <rguenther@suse.de>
Mon, 1 Feb 2016 15:38:08 +0000 (15:38 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 1 Feb 2016 15:38:08 +0000 (15:38 +0000)
commitbc369dbd3f4a3290bc6e6e42892e47a90dc34f4f
tree38b01bfd3bdf6c9d9b8753e0ef46c0c637f4491c
parent0b2e1bfa0a8b778c564786af0556302257cea450
re PR tree-optimization/69574 (gcc ICE at -O2 and -O3 on x86_64-linux-gnu in hide_evolution_in_other_loops_than_loop)

2016-02-01  Richard Biener  <rguenther@suse.de>

PR tree-optimization/69574
* tree-chrec.c (hide_evolution_in_other_loops_than_loop): Instead
of asserting return chrec_dont_know.

* gcc.dg/torture/pr69574.c: New testcase.

From-SVN: r233039
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr69574.c [new file with mode: 0644]
gcc/tree-chrec.c