Processed: Bug#429657: uses abs() instead of labs() (fwd)

2007-06-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > clone 429657 -1 Bug#429657: gcc-4.1: optimisation bug abs() in nested if Bug 429657 cloned as bug 429805. > reassign -1 abuse-sdl Bug#429805: gcc-4.1: optimisation bug abs() in nested if Bug reassigned from package `gcc-4.1' to `abuse-sdl'. > retitle

Bug#429657: uses abs() instead of labs()

2007-06-20 Thread Petr Salinger
clone 429657 -1 reassign -1 abuse-sdl retitle -1 uses abs() instead of labs() quit abuse-sdl-0.7.0 has a gun aiming problem due to a mis-optimisation. attached is a canned example. The "dx" and "dy" are defined as longs, so you have to use rather labs() (and #include to get the prototype). Th