Describe the bug
qt does not build with compiler.cppstd=20, but it needs gnu extensions. is there any way to force compilation with std=gnu++20 when compiler.cppstd=20 is in the profile? or can this configuration be rejected before having a compile error?
compare: https://qt-project.atlassian.net/browse/QTBUG-139280
How to reproduce it
No response