Pushed to wwwdocs.
commit 5f199e1197b67b4304a3be54579c2141c39bff30 Author: Jonathan Wakely <jwak...@redhat.com> Date: Tue Feb 1 12:54:42 2022 +0000
Fix grammar for computed goto notes diff --git a/htdocs/gcc-12/porting_to.html b/htdocs/gcc-12/porting_to.html index 86d99723..7f4a2936 100644 --- a/htdocs/gcc-12/porting_to.html +++ b/htdocs/gcc-12/porting_to.html @@ -30,10 +30,10 @@ and provide solutions. Let us know if you have suggestions for improvements! --> <h2 id="c">C language issues</h2> -<h3 id="computedgotos">Computed goto now require a pointer type</h3> +<h3 id="computedgotos">Computed goto now requires a pointer type</h3> <p> -In GCC 12, computed gotos require a pointer type. +In GCC 12, a computed goto requires a pointer type. An example which was accepted before:</p> <pre><code> void f(void)