Output file after consteval and reflection
19:48 29 May 2026

I know that I can get the preprocessed file. I also know that I can get the assembly file.

Is there a way to get an intermediate file that is after consteval, reflection, and the like have been processed? It would be nice to be able to make sure that the resultant code looks how I would expect it to.

I am using a GCC weekly snapshot as 16.1.1 has a bug that breaks my code.

I am using import std;. When I try to use `-save-temps` I get this error:

fatal error: ‘-MF’ and ‘-fdeps-file=’ cannot share an output file test/exco_test/CMakeFiles/exco_test.dir/exco_test.cpp.s
c++ gcc