Hello, I would like to dump AST using GCC in the same manner one can with option -ast-view using clang. I have tried options such as -fdump-tree-all-raw, but they do not give the output I want. Is there a way to extract AST of a program with a GCC option? I know that it is possible to extract it with a plugin. If the answer to above question is no, are there plugins that extract AST that I can use? Thanks in advance. Bests, Zuhal