public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/vendors/ARM/heads/morello)] Change advertised version of the Morello/CHERI compiler.
@ 2022-05-13 15:43 Matthew Malcomson
  0 siblings, 0 replies; only message in thread
From: Matthew Malcomson @ 2022-05-13 15:43 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8d3df584734dfb11bdf14c322f392e99bfd96f9d

commit 8d3df584734dfb11bdf14c322f392e99bfd96f9d
Author: Matthew Malcomson <matthew.malcomson@arm.com>
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


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

only message in thread, other threads:[~2022-05-13 15:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-13 15:43 [gcc(refs/vendors/ARM/heads/morello)] Change advertised version of the Morello/CHERI compiler Matthew Malcomson

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