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/27865] [4.2 Regression] tree check failure building FreePOOMA



------- Comment #4 from pinskia at gcc dot gnu dot org  2006-06-03 03:46 -------
The code to do:
2098                  /* If we just created an invalid range with the minimum
2099                     greater than the maximum, take the maximum all the
2100                     way to +INF.  */
2101                  if (compare_values (min, max) == 1)
2102                    max = TYPE_MAX_VALUE (TREE_TYPE (max));


Was added by:
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110261


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |law at redhat dot com


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


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