summaryrefslogtreecommitdiffstats
path: root/www/comparison.html
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2015-12-16 00:09:57 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2015-12-16 00:09:57 +0000
commit18a54f7a57b914b3ad049e337ca8738fedf2a22c (patch)
tree9a37eb741dd1cf5ce35e8b9bbeba4178e3a9eada /www/comparison.html
parent5dfe5fb7ee7f105e43727f738b22cd7142150d6e (diff)
These days, GCC has at least minimal documentation for its VLAIS extension.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@255723 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/comparison.html')
-rw-r--r--www/comparison.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/comparison.html b/www/comparison.html
index 4bca65dc40..f4a4589f39 100644
--- a/www/comparison.html
+++ b/www/comparison.html
@@ -55,8 +55,8 @@
by Clang. For instance, in C mode, GCC supports
<a href="http://gcc.gnu.org/onlinedocs/gcc/Nested-Functions.html">nested
functions</a> and has an
- <a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37428">undocumented
- extension allowing VLAs in structs</a>.
+ <a href="https://gcc.gnu.org/onlinedocs/gcc/Variable-Length.html">extension
+ allowing VLAs in structs</a>.
</ul>
<p>Pro's of clang vs GCC:</p>