[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2021-01-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 --- Comment #41 from commit-h...@freebsd.org --- A commit in branch releng/11.4 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=7b67d47c70cca47f65fbbc9d8607b7516c2a82ee commit 7b67d47c70cca47f65fbbc9d8607b7516c2a82ee Auth

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2020-09-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 Kubilay Kocak changed: What|Removed |Added Keywords|needs-qa| CC|

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2020-09-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 Dimitry Andric changed: What|Removed |Added Status|In Progress |Closed Resolution|---

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2020-09-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 --- Comment #39 from commit-h...@freebsd.org --- A commit references this bug: Author: dim Date: Mon Sep 14 14:52:22 UTC 2020 New revision: 365721 URL: https://svnweb.freebsd.org/changeset/base/365721 Log: MF12 r365661: MFC r364753:

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2020-09-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 --- Comment #38 from commit-h...@freebsd.org --- A commit references this bug: Author: dim Date: Sat Sep 12 16:33:07 UTC 2020 New revision: 365661 URL: https://svnweb.freebsd.org/changeset/base/365661 Log: MFC r364753: Add atomic and

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2020-09-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 Li-Wen Hsu changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2020-09-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 --- Comment #37 from commit-h...@freebsd.org --- A commit references this bug: Author: dim Date: Thu Sep 10 16:47:13 UTC 2020 New revision: 365588 URL: https://svnweb.freebsd.org/changeset/base/365588 Log: Follow-up r364753 by only using

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2020-09-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 --- Comment #36 from Tijl Coosemans --- (In reply to Dimitry Andric from comment #35) The calls are expanded because of casts. So for instance a uint64_t* parameter is cast to _Atomic(uint64_t)*. This is problematic because _Atomic(uint64

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2020-09-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 Dimitry Andric changed: What|Removed |Added Resolution|FIXED |--- Status|Closed

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2020-09-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 Tijl Coosemans changed: What|Removed |Added CC||t...@freebsd.org --- Comment #34

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2020-09-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 --- Comment #33 from commit-h...@freebsd.org --- A commit references this bug: Author: dim Date: Wed Sep 9 20:48:58 UTC 2020 New revision: 365509 URL: https://svnweb.freebsd.org/changeset/base/365509 Log: Follow-up r364753 by enabling c

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2020-09-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 --- Comment #32 from Dimitry Andric --- Reopen, as various stable builds with old gcc's broke due to base r365471, with lots of errors similar to: /usr/src/contrib/llvm-project/compiler-rt/lib/builtins/atomic.c:68: warning: implicit declar

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2020-09-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 --- Comment #31 from commit-h...@freebsd.org --- A commit references this bug: Author: dim Date: Tue Sep 8 20:28:40 UTC 2020 New revision: 365472 URL: https://svnweb.freebsd.org/changeset/base/365472 Log: Revert r365471 as it is breakin

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2020-09-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 Dimitry Andric changed: What|Removed |Added Resolution|--- |FIXED Status|In Progr

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2020-09-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 --- Comment #30 from commit-h...@freebsd.org --- A commit references this bug: Author: dim Date: Tue Sep 8 20:02:09 UTC 2020 New revision: 365471 URL: https://svnweb.freebsd.org/changeset/base/365471 Log: MFC r364753: Add atomic and

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2020-09-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 --- Comment #29 from Fernando Apesteguía --- (In reply to Rene Ladan from comment #25) I'm not excessively protective with my ports, but I think the way to go is to fix the toolchain, not to delete the ports :) -- You are receiving this

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2020-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 --- Comment #28 from Mikhail Teterin --- (In reply to Piotr Kubaj from comment #27) > Note that in a week, releng/12.2 is supposed to be branched and this is > definitely a change that should land in it. I object. This ticket is only slig

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2020-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 --- Comment #27 from Piotr Kubaj --- (In reply to Dimitry Andric from comment #26) Note that in a week, releng/12.2 is supposed to be branched and this is definitely a change that should land in it. -- You are receiving this mail because:

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2020-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 Dimitry Andric changed: What|Removed |Added Status|Open|In Progress Flags|mf

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2020-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 Rene Ladan changed: What|Removed |Added CC||r...@freebsd.org --- Comment #25 from

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2020-07-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 Kubilay Kocak changed: What|Removed |Added See Also||https://bugs.llvm.org/show_

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2020-07-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 --- Comment #24 from Fernando Apesteguía --- Any progress on this? -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-toolchain@freebsd.org mailing list https:

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2020-04-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 Thierry Thomas changed: What|Removed |Added CC||thie...@freebsd.org --- Comment #

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2020-03-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 Kubilay Kocak changed: What|Removed |Added Flags||mfc-stable12? Keywords|n

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2020-03-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 Kubilay Kocak changed: What|Removed |Added CC||d...@freebsd.org Attachment #21291

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2020-03-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 Mikhail Teterin changed: What|Removed |Added Attachment #212913||maintainer-approval?

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2020-03-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 Mikhail Teterin changed: What|Removed |Added CC||m...@freebsd.org --- Comment #21

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2019-11-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 --- Comment #20 from Dimitry Andric --- (In reply to Jan Beich from comment #19) I have no specific plans for this particular bug, but my personal preference would be to merge llvm/clang/libc+/etc 9.0 (and later) into stable/12 and stable/1

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2019-11-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 --- Comment #19 from Jan Beich --- What's the plan for /stable/11 and /stable/12? If you're going to keep i486 support by NOT upgrading Clang let's revive bug 215193. -- You are receiving this mail because: You are the assignee for the bu

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2019-11-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 Fernando Apesteguía changed: What|Removed |Added Blocks||242229 Referenced Bugs: ht

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2019-11-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 Kubilay Kocak changed: What|Removed |Added Keywords||feature --- Comment #18 from Kubil

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2019-11-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 Fernando Apesteguía changed: What|Removed |Added CC||fern...@freebsd.org --- Comm

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2019-09-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 Matthias Andree changed: What|Removed |Added Blocks||240594 Referenced Bugs: https:

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2019-08-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 Konstantin Belousov changed: What|Removed |Added CC||k...@freebsd.org --- Comment

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2019-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 --- Comment #15 from Conrad Meyer --- Dropping 586 entirely just gives me a good excuse to throw out this useless heavy monster I've got cluttering my office with the vague idea of eventually running FreeBSD on it. I don't need another pro

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2019-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 Warner Losh changed: What|Removed |Added CC||i...@freebsd.org --- Comment #14 fro

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2019-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 --- Comment #13 from Conrad Meyer --- The project is somewhat schizophrenic about i386. On the one hand there are calls for tier 3 status or even removal. On the other hand we *must* support ancient i486 at the cost of usability on slight

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2019-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 --- Comment #12 from Dimitry Andric --- This issue has now come up again with the import of llvm 9.0.0 (which is ongoing). Upstream has committed the following change, https://reviews.llvm.org/rL356631 ("[X86] Add CMPXCHG8B feature flag. S

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2019-07-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 Piotr Kubaj changed: What|Removed |Added CC||pku...@freebsd.org --- Comment #11 f

[Bug 230888] Missing 64 bit atomic functions for i386 (libatomic)

2019-06-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230888 Yuri Victorovich changed: What|Removed |Added CC||y...@freebsd.org Sum