------- Comment #12 from nathan at gcc dot gnu dot org 2005-10-17 08:36 ------- the overflow happens in the static constant assignment 'int b = 0x80000000' assigns an unsigned long to an int, and overflows. The int_cst as b's DCL_INITIAL has the overflow flag set. I rejected clearing the overflow flag at that point, because I was worried about other overflow paths on the case label expression (although I failed to excite any).
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22551 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]