Actions
Feature #475
closedCheck that c23 nullptr can be used as sentinel
Start date:
04/19/2024
Due date:
% Done:
0%
Estimated time:
Description
gcc gives a warning (-> error in our debug builds) when c23 nullptr is used as sentinel. Reported to gcc tracker as https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114780
Our check for c23 nullptr configure check should be turned to an "*useful* c23 nullptr" check, so that c23 nullptr will be used only if it works as sentinel too.
Files
Updated by Marko Lindqvist 7 months ago
- File 0060-Check-C23-nullptr-usability-as-a-sentinel.patch 0060-Check-C23-nullptr-usability-as-a-sentinel.patch added
- Status changed from New to In Review
- Assignee set to Marko Lindqvist
- Target version set to 3.2.0
Actions