From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2049) id 00D8F39730EC; Fri, 13 May 2022 15:43:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 00D8F39730EC Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Matthew Malcomson To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/vendors/ARM/heads/morello)] Change advertised version of the Morello/CHERI compiler. X-Act-Checkin: gcc X-Git-Author: Matthew Malcomson X-Git-Refname: refs/vendors/ARM/heads/morello X-Git-Oldrev: 164419c3e88a016bd5335e73c0af39f9ec1598a2 X-Git-Newrev: 8d3df584734dfb11bdf14c322f392e99bfd96f9d Message-Id: <20220513154309.00D8F39730EC@sourceware.org> Date: Fri, 13 May 2022 15:43:09 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 May 2022 15:43:09 -0000 https://gcc.gnu.org/g:8d3df584734dfb11bdf14c322f392e99bfd96f9d commit 8d3df584734dfb11bdf14c322f392e99bfd96f9d Author: Matthew Malcomson Date: Wed May 11 14:01:55 2022 +0100 Change advertised version of the Morello/CHERI compiler. As it stands the Morello/CHERI GCC compiler is based off of a point mid-way in development towards GCC 11. This is not ideal, and we intend to rebase onto a release branch when we have time. Another more immediate problem is that the compiler reports it is GCC-11 when this is not correct. We do not support most of the features that GCC-11 added from GCC-10. This can be confusing, and has already caused problems with version checks in glibc header files. This patch adjusts our advertised version to be GCC-10 to improve the imperfect situation. Diff: --- gcc/BASE-VER | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/BASE-VER b/gcc/BASE-VER index 275283a18f9..a13e7b9c87e 100644 --- a/gcc/BASE-VER +++ b/gcc/BASE-VER @@ -1 +1 @@ -11.0.0 +10.0.0