#16924 closed enhancement (fixed)

gcc-12.2.0 (wait for LFS)

Reported by: Douglas R. Reno Owned by: pierre
Priority: normal Milestone: 11.2
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New minor version

Change History (3)

comment:1 by pierre, 20 months ago

Owner: changed from blfs-book to pierre
Status: newassigned

gcc-12.1 does not build, even with the lfs patch, because there is a problem with gccgo... Again a clash between linux/fs.h and sys/mount.h. I'll test (and put in the book if it works) gcc-12.2. There is not really a need for waiting for lfs in this case.

Last edited 20 months ago by pierre (previous) (diff)

comment:2 by pierre, 20 months ago

GCC 12.2

This is the list of problem reports (PRs) from GCC's bug tracking system that are known to be fixed in the 12.2 release. This list might not be complete (that is, it is possible that some PRs that have been fixed are not listed here).

Target Specific Changes

LoongArch

The default setting of -m[check|no-check]-zero-division is changed for optimized code. Now -mno-check-zero-division is the default for all optimization levels but -O0 and -Og. The old behavior can be obtained by explicitly passing -mcheck-zero-division to GCC.

Last edited 20 months ago by pierre (previous) (diff)

comment:3 by pierre, 20 months ago

Resolution: fixed
Status: assignedclosed

Fixed at 0f21ed27e6a6

Note: See TracTickets for help on using tickets.