]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/c-common.c
c-common.c (c_common_truthvalue_conversion): Use fold_build2 instead of build_binary_...
authorRoger Sayle <roger@eyesopen.com>
Mon, 16 May 2005 19:40:35 +0000 (19:40 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Mon, 16 May 2005 19:40:35 +0000 (19:40 +0000)
commitcb3b1e70906bc80f8592153b7dfea00817e22351
treea2ab762e353042f444c967de8ec0d8a382257d5b
parent4f751533e48a432d340bc782d4ac2c1480b0f32f
c-common.c (c_common_truthvalue_conversion): Use fold_build2 instead of build_binary_op when...

* c-common.c (c_common_truthvalue_conversion): Use fold_build2
instead of build_binary_op when performing code transformations
to avoid error messages about constructs not it the user's code.

From-SVN: r99791
gcc/ChangeLog
gcc/c-common.c