[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH experiment 00/16] C++20 coroutine backend
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH experiment 00/16] C++20 coroutine backend |
Date: |
Mon, 14 Mar 2022 16:52:35 +0000 |
User-agent: |
Mutt/2.1.5 (2021-12-30) |
On Mon, Mar 14, 2022 at 10:31:47AM +0100, Paolo Bonzini wrote:
> This was compiled with GCC 11 only. Coroutine support was added in
> GCC 10, released in 2020, which IIRC is much newer than the most recent
> release we support.
Currrently we target 7.4:
commit 2a85a08c998e418a46a308095893f223642f6fc9
Author: Daniel P. Berrangé <berrange@redhat.com>
Date: Fri May 14 13:04:15 2021 +0100
configure: bump min required CLang to 6.0 / XCode 10.0
Several distros have been dropped since the last time we bumped the
minimum required CLang version.
Per repology, currently shipping versions are:
RHEL-8: 10.0.1
Debian Buster: 7.0.1
openSUSE Leap 15.2: 9.0.1
Ubuntu LTS 18.04: 6.0.0
Ubuntu LTS 20.04: 10.0.0
FreeBSD 12: 8.0.1
Fedora 33: 11.0.0
Fedora 34: 11.1.0
Ubuntu 18.04 drops off our list after 7.0 comes out
Buster is already off our list as that hit the 2 year
mark in AUg 2021.
OpenSUSE Leap 15.2 was EOL'd by SUSE themselves in Jan 2022,
We use it as a proxy for SLES, but I think we can required
SLES 15 sp3.
FreeBSD 12 is something we still support until April 2023,
but arguably we only care about CLang there.
NetBSD 9 wasn't listed, but it was reported to required
GCC 7.4 (commit 3830df5f83b9b52d9496763ce1a50afb9231c998)
and that is still the latest release of NetBSD.
So NetBSD is our biggest constraint on requiring GCC 10
Regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
- Re: [PATCH experiment 00/16] C++20 coroutine backend, (continued)
- Re: [PATCH experiment 00/16] C++20 coroutine backend, Hanna Reitz, 2022/03/17
- Re: [PATCH experiment 00/16] C++20 coroutine backend, Kevin Wolf, 2022/03/15
- Re: [PATCH experiment 00/16] C++20 coroutine backend, Stefan Hajnoczi, 2022/03/15
- Re: [PATCH experiment 00/16] C++20 coroutine backend, Daniel P . Berrangé, 2022/03/15
- Re: [PATCH experiment 00/16] C++20 coroutine backend, Paolo Bonzini, 2022/03/15
- Re: [PATCH experiment 00/16] C++20 coroutine backend, Stefan Hajnoczi, 2022/03/16
- Re: [PATCH experiment 00/16] C++20 coroutine backend, Kevin Wolf, 2022/03/16
- Re: [PATCH experiment 00/16] C++20 coroutine backend, Dr. David Alan Gilbert, 2022/03/17
- Re: [PATCH experiment 00/16] C++20 coroutine backend, Daniel P . Berrangé, 2022/03/17
- When and how to use C++ (was Re: [PATCH experiment 00/16] C++20 coroutine backend), Paolo Bonzini, 2022/03/15
Re: [PATCH experiment 00/16] C++20 coroutine backend,
Daniel P . Berrangé <=
Re: [PATCH experiment 00/16] C++20 coroutine backend, Daniel P . Berrangé, 2022/03/15