Hi, two issues: 1) #include <stdckdint.h> is missing in std.compat.cc.in
2) does the updated std.compat module actually work? When I experimented with implementing the std module in gcc, I couldn't #include standard headers, after they were imported via std module (since GMF merging isn't implemented yet), i.e. following doesn't work: import std; #include <vector> And that's exactly the scenario we have right now with your #include <stdbit.h> added to std.compat.cc.in (<stdbit.h> transitively includes <bit> and <stdckdint.h> transitively includes <type_traits> and <concepts>) Regards, Maciej