http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54559
--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-09-13 17:04:59 UTC --- Author: jakub Date: Thu Sep 13 17:04:44 2012 New Revision: 191271 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191271 Log: PR c/54559 * c-typeck.c (c_finish_return): Do convert to BOOLEAN_TYPE or COMPLEX_TYPE with in_late_binary_op set temporarily to true. * gcc.c-torture/compile/pr54559.c: New test. Added: branches/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/compile/pr54559.c Modified: branches/gcc-4_7-branch/gcc/ChangeLog branches/gcc-4_7-branch/gcc/c-typeck.c branches/gcc-4_7-branch/gcc/testsuite/ChangeLog