------- 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