Slashdot Mirror


GCC 4.3.0 Exposes a Kernel Bug

ohxten sends news from earlier this month that GCC 4.3.0's new behavior of not clearing the direction flag before a string operation on x86 systems poses problems with kernels — such as Linux and BSD — that do not clear the direction flag before a signal handler is called, despite the ABI specification.

1 of 256 comments (clear)

  1. GCC is wrong by BadAnalogyGuy · · Score: 0, Troll

    Rule #1: Don't break existing stuff

    GCC breaks this cardinal rule. It should be reverted.