diff --git a/clang/www/comparison.html b/clang/www/comparison.html
index 0c734914626c..2c979b96e9e1 100644
--- a/clang/www/comparison.html
+++ b/clang/www/comparison.html
@@ -53,6 +53,9 @@
GCC front-ends are very mature and already support C/C++/ObjC and all
the variants we are interested in. clang's support for C++ in
particular is nowhere near what GCC supports.
+ GCC's codegen is much more mature than clang's right now. clang is
+ only capable of codegen for small and simple projects and does not yet
+ support debug info.
GCC is popular and widely adopted.
GCC does not require a C++ compiler to build it.