Message ID | ri6wnvzo8ap.fsf@suse.cz |
---|---|
State | New |
Headers | show |
Series | Deprecate the BRIG/HSAIL front-end (Was: Re: [committed] doc: Remove HSAIL from Language Standards) | expand |
On Tue, 26 Jan 2021, Martin Jambor wrote: > I have discussed this with Pekka and we concluded that deprecating the > HSAIL/BRIG front-end is the right thing to do. Therefore, I'd like to > propose the following patch to the documentation repo. Is it OK? > + <li>The front-end for compiling BRIG format of Heterogeneous System > + Architecture Intermediate Language (HSAIL) has been deprecated > + and will likely be removed in a future release.</li> Please use "front end" for the noun, per codingconventions.html . This looks fine with that little change. Thanks, Gerald
diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index 9d2e4f29..a5dade94 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -58,6 +58,10 @@ a work-in-progress.</p> is deprecated and will be removed in a future release. It should be possible to use <code>--enable-cheaders=c_global</code> (the default) with no change in behaviour. </li> + + <li>The front-end for compiling BRIG format of Heterogeneous System + Architecture Intermediate Language (HSAIL) has been deprecated + and will likely be removed in a future release.</li> </ul>