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 optimization/14682] [tree-ssa] error: Invalid operand to binary operator


------- Additional Comments From steven at gcc dot gnu dot org  2004-03-22 21:14 -------
Yup, DOM1 is doing something really interesting here: 
 
Optimizing statement <L0>:; 
Optimizing statement T.0_5 = 9223372036854775807 - bytes_1; 
  Replaced 'bytes<D1401>_1' with constant '0' 
  Folded to: T.0_5 = 9223372036854775807; 
Optimizing statement if (T.0_5 < iov_len_6) goto <L1>; else goto <L2>; 
  Replaced 'T.0<D1405>_5' with constant '9223372036854775807' 
  Folded to: if ((long long int)iov_len_6 < 0) goto <L1>; else goto <L2>; 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|0000-00-00 00:00:00         |2004-03-22 21:14:32
               date|                            |


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


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