Changes between Version 4 and Version 5 of gcc14-todo


Ignore:
Timestamp:
02/02/2024 11:39:44 AM (10 months ago)
Author:
Xi Ruoyao
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • gcc14-todo

    v4 v5  
    1717== Bash (5.2.21 + upstream_fixes-1.patch)
    1818
    19 Spurious output in config.log: https://lists.gnu.org/archive/html/bug-bash/2023-02/msg00000.html
     19=== a. Wrong probing of dup2
    2020
    2121Not really harming, the probing result still happens to be correct.
     22
     23=== b. Wrong probing of strtold
     24
     25https://lists.gnu.org/archive/html/bug-bash/2023-11/msg00104.html
     26
     27Real issue.  Causing multiple test failures (for e.g. "printf %.4f 1" outputs "0.0000").
     28
     29Workaround: `bash_cv_strtold_broken=no` (for safety better include it in chapter 6 too, besides chapter 8).