On Sun, 16 Apr 2000, Bernhard Rosenkraenzer wrote:
> On Sun, 16 Apr 2000, Ove Kaaven wrote:
>
> > > gcc -c -I. -I. -I../include -I../include -march=k6 -Wall -fPIC -D__WINE__
>-D_REENTRANT -I/usr/X11R6/include -o dpmi.o dpmi.c
> > > dpmi.c: In function `DPMI_CallRMCBProc':
> > > dpmi.c:232: Invalid `asm' statement:
> > > dpmi.c:232: fixed or forbidden register 1 (dx) was spilled for class
>GENERAL_REGS.
> >
> > Seen this reported before, but nobody else seems to have the problem.
>
> Everyone using gcc 2.95 or higher has this problem, the asm syntax got
> somewhat stricter recently.
Hardly. The 2.95 strictness problem was fixed last year or something (the
_clobber variable); it compiles just fine with my gcc 1:2.95.2-9 Debian
package.