Fabian Ruffy
Fabian Ruffy
Fixes #4776. Add a CMake option to enable P4-14. Otherwise, add a bunch of code pragmas to selectively disable P4-14 constructs. We can clean these up over time. The move...
This is a very useful test for the compiler performance. Maybe re-instate its converted version? _Originally posted by @asl in https://github.com/p4lang/p4c/pull/5399#discussion_r2475621034_
Only needed in specific context and can be provided by the options. Can simplify the v1model-specific code in the front end a fair bit.
Hopefully fixes #5370. @jkhsjdhjs Can you give this a try? The right way to solve this is to add `virtual cstring node_type_name() const = 0;` to the ICastable class and...