Hello, It seems that in gcc 8 and later versions that -fdump-translation-unit was removed. Looking through the source code of gcc 8.1.0 I noticed that this option was removed but I don't know why. Being able to dump the translation unit data allows me to get the list of compiler builtins in earlier versions is very useful. -- Josh Scoggins