Re: MVME177 panic: pmap_enter_ptpage (PR #45915 on 6.x)

Jason Thorpe <[email protected]> Sun, 22 Sep 2013 12:18:35 -0700
Newsgroups gmane.os.netbsd.ports.m68k,gmane.os.netbsd.ports.mvme68k
Message-ID <[email protected]>
It *can't* reorder them if they're in a single statement.  And it doesn't in=
trospect them to understand what they do, so it is perfectly comfortable reo=
rdering seemingly independent statements when they are separate.

-- thorpej
Sent from my iPhone.

> On Sep 22, 2013, at 10:57 AM, Izumi Tsutsui <[email protected]> wrot=
e:
>=20
> gcc-4.5 reorders instructions only if they are in single asm() statement?