bug-mit-scheme
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: change "microcode: Use fallthrough attribute on clang 10 and 11 too.


From: Chris Hanson
Subject: Re: change "microcode: Use fallthrough attribute on clang 10 and 11 too." broke the build for me
Date: Sun, 14 Feb 2021 21:24:56 +0000 (UTC)

The problem appears to be between clang 11 and 12. In v11, the attribute isn't recognized, and in v12 it is.

Changing the conditional to __clang_major__ >= 12 fixes the problem on macos.

Taylor, why did you choose 10 instead?

Feb 11, 2021 10:31:25 PM Arthur A. Gleckler <gnu@speechcode.com>:

On Thu, Feb 11, 2021 at 10:17 PM Taylor R Campbell <campbell+mit-scheme@mumble.net> wrote:
Does the attached patch work?  Happy to commit if you verify.

Alas, it doesn't.  Transcript attached.

It works fine on Linux, though, for what it's worth.

Also, I managed to submit my other fix from my Linux machine.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]