]> git.ipfire.org Git - thirdparty/gcc.git/commit
builtins.c (expand_builtin_expect_jump): Fix thinko of reusing live "next" variable...
authorRoger Sayle <roger@eyesopen.com>
Sun, 18 Jan 2004 20:04:59 +0000 (20:04 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sun, 18 Jan 2004 20:04:59 +0000 (20:04 +0000)
commit6e46ab25d4b257be152420fc71ce58b76d7b033e
tree6b199a82523b528d9de5ea680ad44a33702fe2c3
parentb4be9e8e86ef2580b079b0ccf3d439af93cb2faa
builtins.c (expand_builtin_expect_jump): Fix thinko of reusing live "next" variable, which can lead to an infinite loop.

* builtins.c (expand_builtin_expect_jump): Fix thinko of reusing
live "next" variable, which can lead to an infinite loop.

From-SVN: r76111
gcc/ChangeLog
gcc/builtins.c