This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/36362] [4.1/4.2/4.3/4.4 Regression] ICE in simplify_subreg



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]