This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH wwwdocs] changes.html for "asm inline"
- From: Segher Boessenkool <segher at kernel dot crashing dot org>
- To: gcc-patches at gcc dot gnu dot org
- Cc: gerald at pfeifer dot com, jakub at redhat dot com
- Date: Thu, 14 Feb 2019 17:56:27 -0600
- Subject: [PATCH wwwdocs] changes.html for "asm inline"
Hi!
I did the following patch for the GCC 8 changes.html (in the 8.3 section):
Index: htdocs/gcc-8/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-8/changes.html,v
retrieving revision 1.98
diff -u -r1.98 changes.html
--- htdocs/gcc-8/changes.html 29 Dec 2018 21:09:09 -0000 1.98
+++ htdocs/gcc-8/changes.html 14 Feb 2019 23:39:34 -0000
@@ -1354,6 +1354,14 @@
GCC 8.3 is <em>not</em> yet released.
+<h3>C family</h3>
+
+<ul>
+ <li>Support has been added for <code>asm inline</code>. An <code>asm</code>
+ that is <code>inline</code> is counted as minimum length for inlining
+ decisions, irrespective of how big it looks otherwise.
+</ul>
+
<h3>Windows</h3>
<ul>
Is that okay? Also okay for GCC 7.5? And for GCC 9?
Segher