diff options
-rw-r--r-- | clang/www/comparison.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/www/comparison.html b/clang/www/comparison.html index 4bca65dc40d..f4a4589f399 100644 --- a/clang/www/comparison.html +++ b/clang/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> |