Changes between Version 6 and Version 7 of gcc14-todo


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

--

Legend:

Unmodified
Added
Removed
Modified
  • gcc14-todo

    v6 v7  
    55== Expect (5.45.4)
    66
    7 FTBFS with `configure: error: could not find source file 'pty_.c'`.
     7**FTBFS** with `configure: error: could not find source file 'pty_.c'`.
    88
    99Fedora uses [https://src.fedoraproject.org/rpms/expect/blob/rawhide/f/expect-configure-c99.patch a patch], but the patch needs to run autoconf.  For LFS we can just pass `CC="gcc -std=gnu89"` to configure.
     
    2727https://lists.gnu.org/archive/html/bug-bash/2023-11/msg00104.html
    2828
    29 Real issue.  Causing multiple test failures (for e.g. "printf %.4f 1" outputs "0.0000").
     29**Real issue.**  Causing multiple test failures (for e.g. "printf %.4f 1" outputs "0.0000").
    3030
    3131Workaround: `bash_cv_strtold_broken=no` (for safety better include it in chapter 6 too, besides chapter 8).