@rml i don't know about the rest but GCC's codebase is obscenely large.
Also, something many people doesn't know, the CC in gcc means compiler COLLECTION, which means it's not just one compiler but many.
It's insane.
It's still kind of easier to read than badly written smaller projects :)
@ekaitz_zarraga yeah, I started diggin in when I was considering getting involved in #gccrust, but dear lord is it gnarly. I think thats where the gn- may actually originate.