NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/56701: panic on ufs2 while running on QEMU 6.2.0
The following reply was made to PR kern/56701; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: kern/56701: panic on ufs2 while running on QEMU 6.2.0
Date: Thu, 17 Feb 2022 14:52:04 +0100
On Thu, Feb 17, 2022 at 01:45:01PM +0000, nervoso wrote:
> probably the gcc compiler on amd64 produces wrong i386 code... atomic
> OP issues???
All builds are cross compiled with the same compiler, even if you build
on the same arch as the target.
The cross compiler emitting different code when compiled in a different
environment is possible (and would be a gcc bug), but in this case sounds
very unlikely.
Martin
Home |
Main Index |
Thread Index |
Old Index