Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Apr 2024 10:36:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 276104] [exp-run] Against llvm-18-update branch on GitHub
Message-ID:  <bug-276104-7788-x6QIIejxDB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-276104-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-276104-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276104

--- Comment #108 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D667a595fee5ef5663752d585c980d72ae=
eb7792b

commit 667a595fee5ef5663752d585c980d72aeeb7792b
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2024-04-20 10:28:47 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2024-04-20 10:29:10 +0000

    tau32-ddk.c: suppress warning about ignored attributes

    This driver is heavily obfuscated, and causes a -Werror warning with
    clang 18 now:

      sys/dev/ce/tau32-ddk.c:358:10: error: 'const' attribute on function
returning 'void'; attribute ignored [-Werror,-Wignored-attributes]
        358 | ((const))nvqbt(void){__asm __volatile("repe; nop; repe; nop;"
            |          ^

    Supress the warning since the driver can never be fixed. Direct commit
    to stable/13, since the driver has been removed in 14.x and later.

    PR:             276104

 sys/conf/files.i386     | 2 +-
 sys/modules/ce/Makefile | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276104-7788-x6QIIejxDB>