Changes between Version 4 and Version 5 of gcc14-todo
- Timestamp:
- 02/02/2024 11:39:44 AM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
gcc14-todo
v4 v5 17 17 == Bash (5.2.21 + upstream_fixes-1.patch) 18 18 19 Spurious output in config.log: https://lists.gnu.org/archive/html/bug-bash/2023-02/msg00000.html 19 === a. Wrong probing of dup2 20 20 21 21 Not really harming, the probing result still happens to be correct. 22 23 === b. Wrong probing of strtold 24 25 https://lists.gnu.org/archive/html/bug-bash/2023-11/msg00104.html 26 27 Real issue. Causing multiple test failures (for e.g. "printf %.4f 1" outputs "0.0000"). 28 29 Workaround: `bash_cv_strtold_broken=no` (for safety better include it in chapter 6 too, besides chapter 8).