#5247 closed enhancement (fixed)
gcc-13.1
Reported by: | Douglas R. Reno | Owned by: | lfs-book |
---|---|---|---|
Priority: | normal | Milestone: | 12.0 |
Component: | Book | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description
New major version
Several important changes documented in https://gcc.gnu.org/gcc-13/porting_to.html, mostly for C++ but which might require a lot of changes (header dependency in particular)
Changes at https://gcc.gnu.org/gcc-13/changes.html
In BLFS, we're going to want to add Modula-2 to the frontends. The foundation for gcc-rust was added in as well, but the frontend for rust is not completed yet.
Change History (4)
comment:3 by , 19 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed at commit a6c73fe5b2fb0617d44c1d1119444b1918157e17
Note:
See TracTickets
for help on using tickets.
We should also use the
--disable-fixinclude
option. "Fixing" the headers in LFS/BLFS is not really useful. If a header is broken with recent GCC, we should patch it manually instead of relying on GCC to "fix" it, or the header won't work until we (re)build GCC. So we can disable it to save about one minute building GCC, and then we can also remove a "caution" in BLFS GCC page.This option is not mentioned by changes.html, I'll submit a patch for GCC www page in a few days to add it. (Now I'm occupied by ${some off-line duty}.)