On Wed, Jan 15, 2025 at 12:53:29PM -0700, Justin Forbes wrote:
> On Wed, Jan 15, 2025 at 11:51 AM Miro Hrončok <mhron...@redhat.com> wrote:
> >
> > On 15. 01. 25 17:15, Zbigniew Jędrzejewski-Szmek wrote:
> > > On Wed, Jan 15, 2025 at 05:06:47PM +0100, Karolina Surma wrote:
> > >> Hi,
> > >>
> > >> My Python 3.14 builds have started pulling gcc 15 in Fedora Rawhide (no
> > >> side-tag). Is this intentional?
> > >
> > > It seems so. 
> > > https://bodhi.fedoraproject.org/updates/FEDORA-2025-920722dc45
> > > is the update based on the side tag, and it is now stable.
> >
> > Once again, this landed out of nowhere and broke many packages, just in time
> > for the mass rebuild :(
> 
> It broke kernel as well, I thought kernel was supposed to be tested
> with a new toolchain before the toolchain was landed?

Most likely it got put into the same bucket as all the other
packages which aren't valid C23.

Guess you want to wrap include/linux/stddef.h
+#if __STDC_VERSION__ < 202311L
 enum {
         false   = 0,
         true    = 1
 };
+#endif
and similarly in include/linux/types.h
+#if __STDC_VERSION__ < 202311L
 typedef _Bool                   bool;
+#endif

        Jakub

-- 
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to