Does there exist any real source code that exploits a compiler vulnerability? I mean code that during compilation causes a buffer overflow in the compiler resulting in execution of arbitrary code.
When someone tries to compile that source code using a particular compiler version the compilation results in some exploit that infects the target machine.
I'm not searching for toy examples or just research papers, but actually for something documented that affected at least some machine with a real payload.
I know theoretically that this is possible, but I'm curious if this has ever been a real issue for someone.