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 tree-optimization/18705] [4.0 Regression] ACATS c34002a and c460007 ICE expected integer_cst, have var_decl/nop_expr in tree_int_cst_lt, at tree.c:3783


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-28 18:42 -------
Confirmed, what is happening is that DOM asked for the MIN/MAX_EXPR for the type but DOM thought 
that MIN/MAX_EXPR for a integer type is always an INTEGER_CST.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|ada                         |tree-optimization
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-11-28 18:42:02
               date|                            |
            Summary|ACATS c34002a and c460007   |[4.0 Regression] ACATS
                   |ICE expected integer_cst,   |c34002a and c460007 ICE
                   |have var_decl/nop_expr in   |expected integer_cst, have
                   |tree_int_cst_lt, at         |var_decl/nop_expr in
                   |tree.c:3783                 |tree_int_cst_lt, at
                   |                            |tree.c:3783
   Target Milestone|---                         |4.0.0


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


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