I prefer gcc because it's still (for the moment) generally faster at runtime if not at compile time.
The benchmarks I've seen, for C at least, the last couple of revisions have been very back and forth. LLVM/Clang is a bit ahead in some places, tied in others, behind in a few, then a new dev gcc comes along and it is a bit ahead in some places, tied in others, behind in a few. Though, I can't really speak incredibly intelligently about the places where one or the other is important, so...
I don't know much about how it handles C++, though. Mostly what I've looked at lately is the unbelievable gains in Swift performance, which have been nothing less than stunning over the course of development since announcement.
The LLVM system, of course, has other benefits. But, gcc is so longstanding that even if it didn't often win benchmarks, it would be very hard to displace en masse.