public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
* gcc-wwwdocs branch master updated. 688a21c3093f0d3dbf7248066b5c9c00802bdf89
@ 2024-04-25 17:38 Eric Botcazou
  0 siblings, 0 replies; only message in thread
From: Eric Botcazou @ 2024-04-25 17:38 UTC (permalink / raw)
  To: gcc-cvs-wwwdocs

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".

The branch, master has been updated
       via  688a21c3093f0d3dbf7248066b5c9c00802bdf89 (commit)
      from  215f3f4f7d8ad162a9a3f5e48b475d82ee4cfb3d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 688a21c3093f0d3dbf7248066b5c9c00802bdf89
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Thu Apr 25 19:37:27 2024 +0200

    gcc-14/changes.html: Add SPARC section and fix syntax error

diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index f0f0efe0..83b1016c 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -136,7 +136,7 @@ a work-in-progress.</p>
 	    int foo (int n)
 	    {
 	      int res = 0;
-	      for (int i = 0; i < n; i++)
+	      for (int i = 0; i &lt; n; i++)
 		{
 		   y[i] = x[i] * 2;
 		   res += x[i] + y[i];
@@ -1212,7 +1212,17 @@ __asm (".global __flmap_lock"  "\n\t"
 
 <!-- <h3 id="sh">SH</h3> -->
 
-<!-- <h3 id="sparc">SPARC</h3> -->
+<h3 id="sparc">SPARC</h3>
+
+<ul>
+  <li>
+    The implementation of calling conventions for small structures containing
+    arrays of floating-point components has been changed in 64-bit mode for
+    the Solaris port to match the implementation of the vendor compiler (and
+    the ABI). As a result, the code generated will not be binary compatible
+    with earlier releases in these cases.
+  </li>
+</ul>
 
 <!-- <h3 id="Tile">Tile</h3> -->
 

-----------------------------------------------------------------------

Summary of changes:
 htdocs/gcc-14/changes.html | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-04-25 17:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-25 17:38 gcc-wwwdocs branch master updated. 688a21c3093f0d3dbf7248066b5c9c00802bdf89 Eric Botcazou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).