Re: ANK's PSCHED_TDIFF_SAFE change unmasked old bug (~0UL != 0xFFFFFFFF)
From: <hidden>
Date: 2002-05-16 14:59:51
From: <hidden>
Date: 2002-05-16 14:59:51
Hello!
echo -e "#if ~0UL == 0xffffffff\nTST\n#endif"|gcc -E - echo -e "#if ~0UL == 0xffffffffffffffff\nTST\n#endif"|gcc -E - and the second line displays TST !!
With old good 2.7.2 this worked... Dave, do you know a theory explaining this change in gcc behavior? Alexey