]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/bitmap.h
re PR tree-optimization/71691 (wrong code at -O3 in both 32-bit and 64-bit modes...
authorAldy Hernandez <aldyh@redhat.com>
Tue, 31 Jan 2017 10:30:47 +0000 (10:30 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Tue, 31 Jan 2017 10:30:47 +0000 (10:30 +0000)
commit8b670f93ab11361ae88a22fea4f96c770afb6311
tree36ec292abbd9b98c6a30917ff5375daaefcbd37e
parent4727e06bb7c047a10aa502c829b7e4b519d8082b
re PR tree-optimization/71691 (wrong code at -O3 in both 32-bit and 64-bit modes on x86_64-linux-gnu (Floating point exception))

PR tree-optimization/71691
* bitmap.h (class auto_bitmap): New.
* tree-ssa-loop-unswitch.c (tree_may_unswitch_on): Call
is_maybe_undefined instead of ssa_undefined_value_p.

From-SVN: r245057
gcc/ChangeLog
gcc/bitmap.h
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/loop-unswitch-1.c
gcc/testsuite/gcc.dg/loop-unswitch-5.c [new file with mode: 0644]
gcc/tree-ssa-loop-unswitch.c