------- Comment #9 from jakub at gcc dot gnu dot org 2008-06-06 19:27 ------- Subject: Bug 36362
Author: jakub Date: Fri Jun 6 19:26:53 2008 New Revision: 136495 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136495 Log: PR target/36362 * gimplify.c (gimplify_expr) <case TRUTH_NOT_EXPR>: If *expr_p type is not bool, boolify the whole *expr_p and convert to the desired type. * gcc.c-torture/execute/20080529-1.c: New test. Added: branches/gcc-4_3-branch/gcc/testsuite/gcc.c-torture/execute/20080529-1.c Modified: branches/gcc-4_3-branch/gcc/ChangeLog branches/gcc-4_3-branch/gcc/gimplify.c branches/gcc-4_3-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36362