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/17066] [3.5 Regression] ICE in do_jump, at dojump.c:275


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-17 18:54 -------
Confirmed, I will note that we buildTRUTH_ORIF_EXPR  in dojump:
            /* If the target doesn't support combined unordered
               compares, decompose into two comparisons.  */
            cmp0 = fold (build2 (tcode1, TREE_TYPE (exp), op0, op1));
            cmp1 = fold (build2 (tcode2, TREE_TYPE (exp), op0, op1));
            exp = build2 (TRUTH_ORIF_EXPR, TREE_TYPE (exp), cmp0, cmp1);


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2004-08-17 18:54:44
               date|                            |
            Summary|ICE in do_jump, at          |[3.5 Regression] ICE in
                   |dojump.c:275                |do_jump, at dojump.c:275
   Target Milestone|---                         |3.5.0


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


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