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 middle-end/66945] ICE in generic_simplify (generic-match.c:24790)


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66945

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2015-07-21
           Assignee|unassigned at gcc dot gnu.org      |rguenth at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
(gdb) up
#1  0x0000000000a0c151 in fold_binary_loc (loc=2147483656, code=NE_EXPR, 
    type=<boolean_type 0x7ffff68d0d20 _Bool>, op0=<ssa_name 0x7ffff6a061f8>, 
    op1=<integer_cst 0x7ffff68e9000>)
    at /space/rguenther/tramp3d/trunk/gcc/fold-const.c:9068
9068      tem = generic_simplify (loc, code, type, op0, op1);
(gdb) p debug_tree (op0)
 <ssa_name 0x7ffff6a061f8 nothrowdef_stmt 

    version 13 in-free-list>
$1 = void


Mine.


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