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 c/54559] [4.7/4.8 Regression], ICE in gimplify_expr, at gimplify.c:7592


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54559

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-09-13 16:57:31 UTC ---
Author: jakub
Date: Thu Sep 13 16:57:15 2012
New Revision: 191270

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191270
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:
    trunk/gcc/testsuite/gcc.c-torture/compile/pr54559.c
Modified:
    trunk/gcc/c/ChangeLog
    trunk/gcc/c/c-typeck.c
    trunk/gcc/testsuite/ChangeLog


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