#3940 assigned defect

Unstable GCc is built with #define CHECKING_P 0

Reported by: Sebastian Huber Owned by: Needs Funding
Priority: normal Milestone: Indefinite
Component: tool/rsb Version:
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

Somehow the GCC internal checks are disabled if built via the RSB (#define CHECKING_P 0). Normally, if you build a GCC from a Git commit, the checking is enabled. I haven't figured out what causes GCC to disable the checking if built via the RSB.

For unstable builds this is quite bad since it can shadow issues, e.g.

https://gcc.gnu.org/pipermail/gcc-patches/2020-April/543367.html

The unstable builds are supposed to surface issues like this as early as possible.

Change History (1)

comment:1 Changed on 11/29/22 at 22:05:24 by Chris Johns

Milestone: 6.1Indefinite
Owner: set to Needs Funding
Version: 6
Note: See TracTickets for help on using tickets.