------- Comment #3 from rguenth at gcc dot gnu dot org  2007-08-22 09:05 -------
We indeed have a strange chrec here:

(gdb) call debug_tree (left)
 <negate_expr 0x2afca7c12240
    type <pointer_type 0x2afca7be9b60
        type <record_type 0x2afca7be9a90 jpc_enc_pass_t type_0 DI
            size <integer_cst 0x2afca71ddb70 constant invariant 64>
            unit size <integer_cst 0x2afca71ddba0 constant invariant 8>
            align 32 symtab 0 alias set -1 canonical type 0x2afca7be9820 fields
<field_decl 0x2afca72a90b0 end> context <translation_unit_decl 0x2afca7be9ea0
D.2029>
            pointer_to_this <pointer_type 0x2afca7be9b60>>
        sizes-gimplified public unsigned DI size <integer_cst 0x2afca71ddb70
64> unit size <integer_cst 0x2afca71ddba0 8>
        align 64 symtab 0 alias set -1 canonical type 0x2afca7be9c30>

    arg 0 <ssa_name 0x2afca7c02060 type <pointer_type 0x2afca7be9b60>
        volatile visited var <parm_decl 0x2afca71e45a0 p> def_stmt <nop_expr
0x2afca7bff6c0>
        version 5
        ptr-info 0x2afca7bfe560>>

(gdb) call debug_tree (right)
 <integer_cst 0x2afca7c0ae40 type <pointer_type 0x2afca7be9b60> constant
invariant public overflow 18446744073709551608>


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-08-22 09:05:54
               date|                            |
   Target Milestone|---                         |4.3.0


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

Reply via email to