public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs] Add Ada's GCC13 changelog entry
@ 2023-03-26 12:58 Fernando Oleo Blanco
  2023-03-27  8:39 ` Arnaud Charlet
  2023-04-04 14:13 ` Marc Poulhiès
  0 siblings, 2 replies; 3+ messages in thread
From: Fernando Oleo Blanco @ 2023-03-26 12:58 UTC (permalink / raw)
  To: gcc-patches; +Cc: Arnaud Charlet

[-- Attachment #1: Type: text/plain, Size: 289 bytes --]

Hi all,

a bit belated but just like last year, I've made a patch for the Ada
entry in the changelog. You can find the patch attached to this email.

If I have forgotten anything relevant or if I have done something
incorrectly, please, say so.

Best regards,
Fernando Oleo Blanco

[-- Attachment #2: 0001-PATCH-Add-Ada-s-entry-in-the-v13-changelog.patch --]
[-- Type: text/x-patch, Size: 1392 bytes --]

From d273bb1835c1ef23e15d422bed22ca5d333cbdae Mon Sep 17 00:00:00 2001
From: Fernando Oleo Blanco <irvise@protonmail.com>
Date: Sun, 26 Mar 2023 14:20:36 +0200
Subject: [PATCH 1/1] [PATCH] Add Ada's entry in the v13 changelog

Signed-off-by: Fernando Oleo Blanco <irvise@protonmail.com>
---
 htdocs/gcc-13/changes.html | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index ff70d2ee..2e25bcf5 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -160,7 +160,16 @@ a work-in-progress.</p>
 <!-- .................................................................. -->
 <h2 id="languages">New Languages and Language specific improvements</h2>
 
-<!-- <h3 id="ada">Ada</h3> -->
+<h3 id="ada">Ada</h3>
+<ul>
+  <li>Traceback support added in RTEMS for the PPC ELF and ARM architectures.</li>
+  <li>Support for versions older than VxWorks 7 has been removed.</li>
+  <li>General improvements to the contracts in the standard libraries.</li>
+  <li>Addition of <code>GNAT.Binary_Search</code>.</li>
+  <li>Further additions and fixes for the Ada 2022 specification.</li>
+  <li>The Pragma <code>SPARK_Mode=&gt;Auto</code> is now accepted. Contract analysis has been further improved.</li>
+  <li>Documentation improvements.</li>
+</ul>
 
 <h3 id="c-family">C family</h3>
 <ul>
-- 
2.40.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [wwwdocs] Add Ada's GCC13 changelog entry
  2023-03-26 12:58 [wwwdocs] Add Ada's GCC13 changelog entry Fernando Oleo Blanco
@ 2023-03-27  8:39 ` Arnaud Charlet
  2023-04-04 14:13 ` Marc Poulhiès
  1 sibling, 0 replies; 3+ messages in thread
From: Arnaud Charlet @ 2023-03-27  8:39 UTC (permalink / raw)
  To: Fernando Oleo Blanco; +Cc: gcc-patches, Arnaud Charlet

OK, thanks.

> Hi all,
> 
> a bit belated but just like last year, I've made a patch for the Ada
> entry in the changelog. You can find the patch attached to this email.
> 
> If I have forgotten anything relevant or if I have done something
> incorrectly, please, say so.
> 
> Best regards,
> Fernando Oleo Blanco

> From d273bb1835c1ef23e15d422bed22ca5d333cbdae Mon Sep 17 00:00:00 2001
> From: Fernando Oleo Blanco <irvise@protonmail.com>
> Date: Sun, 26 Mar 2023 14:20:36 +0200
> Subject: [PATCH 1/1] [PATCH] Add Ada's entry in the v13 changelog
> 
> Signed-off-by: Fernando Oleo Blanco <irvise@protonmail.com>
> ---
>  htdocs/gcc-13/changes.html | 11 ++++++++++-
>  1 file changed, 10 insertions(+), 1 deletion(-)
> 
> diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
> index ff70d2ee..2e25bcf5 100644
> --- a/htdocs/gcc-13/changes.html
> +++ b/htdocs/gcc-13/changes.html
> @@ -160,7 +160,16 @@ a work-in-progress.</p>
>  <!-- .................................................................. -->
>  <h2 id="languages">New Languages and Language specific improvements</h2>
>  
> -<!-- <h3 id="ada">Ada</h3> -->
> +<h3 id="ada">Ada</h3>
> +<ul>
> +  <li>Traceback support added in RTEMS for the PPC ELF and ARM architectures.</li>
> +  <li>Support for versions older than VxWorks 7 has been removed.</li>
> +  <li>General improvements to the contracts in the standard libraries.</li>
> +  <li>Addition of <code>GNAT.Binary_Search</code>.</li>
> +  <li>Further additions and fixes for the Ada 2022 specification.</li>
> +  <li>The Pragma <code>SPARK_Mode=&gt;Auto</code> is now accepted. Contract analysis has been further improved.</li>
> +  <li>Documentation improvements.</li>
> +</ul>
>  
>  <h3 id="c-family">C family</h3>
>  <ul>
> -- 
> 2.40.0
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [wwwdocs] Add Ada's GCC13 changelog entry
  2023-03-26 12:58 [wwwdocs] Add Ada's GCC13 changelog entry Fernando Oleo Blanco
  2023-03-27  8:39 ` Arnaud Charlet
@ 2023-04-04 14:13 ` Marc Poulhiès
  1 sibling, 0 replies; 3+ messages in thread
From: Marc Poulhiès @ 2023-04-04 14:13 UTC (permalink / raw)
  To: Fernando Oleo Blanco; +Cc: Arnaud Charlet, gcc-patches


Fernando Oleo Blanco via Gcc-patches <gcc-patches@gcc.gnu.org> writes:

> Hi all,
>
> a bit belated but just like last year, I've made a patch for the Ada
> entry in the changelog. You can find the patch attached to this email.
>
> If I have forgotten anything relevant or if I have done something
> incorrectly, please, say so.

Hello Fernando,

I've applied/pushed your change.

Thanks!
Marc

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-04-04 14:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-26 12:58 [wwwdocs] Add Ada's GCC13 changelog entry Fernando Oleo Blanco
2023-03-27  8:39 ` Arnaud Charlet
2023-04-04 14:13 ` Marc Poulhiès

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).