Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Strlen was jumping to strlen as part of -ftree-loop-distribute-patterns. Seems this sort of issue can be common and generally fixed with -fno-builtin. However, some of those optimizations may be useful and I don't think our semantics for the functions are wildly different than the standard, so I'm fixing this surgically with -ftree-loop-distribute-patterns to just util.c. That may be the wrong call, so if this bites us again, let's go more aggressive. [Above is commit message from FlashFloppy, which also references FlashFloppy GitHub issue 660.] Refs #60
- Loading branch information