>>1
You're trolling but I don't want anyone to get the wrong impression: GCC is amongst the worst compilers. MSVC and ICC trash it both in compilation speed and in speed of the generated code.
>>2
GHC is just a GCC frontend that generates C code, so you'll always be able to at least match it win C code compiled with GCC.