From dfd25c9954cdbad09836d109d0dfb355134fbc89 Mon Sep 17 00:00:00 2001 From: Anton Lindqvist Date: Sun, 5 Jul 2026 20:18:04 +0200 Subject: [PATCH] Add trap and unreachable builtins to std.cfg Taken from cfg/gnu.cfg as these are not really tied to GNU. --- cfg/std.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cfg/std.cfg b/cfg/std.cfg index 4662d0a4632..a9560d03957 100644 --- a/cfg/std.cfg +++ b/cfg/std.cfg @@ -8820,6 +8820,11 @@ initializer list (7) string& replace (const_iterator i1, const_iterator i2, init true + + + + true + malloc,std::malloc calloc,std::calloc