Re: [HACKERS] Assembler error

2003-06-28 Thread Bruce Momjian
Tom Lane wrote: > Bruce Momjian <[EMAIL PROTECTED]> writes: > > I am seeing this assembler warning using gcc version 2.95.3 20010315: > > {standard input}:332: Warning: using `%si' instead of `%esi' due to `w' uffix > > {standard input}:332: Warning: using `%ax' instead of `%eax' due to `w' suffi

Re: [HACKERS] Assembler error

2003-06-27 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > I am seeing this assembler warning using gcc version 2.95.3 20010315: > {standard input}:332: Warning: using `%si' instead of `%esi' due to `w' uffix > {standard input}:332: Warning: using `%ax' instead of `%eax' due to `w' suffix Bizarro. When did yo

[HACKERS] Assembler error

2003-06-27 Thread Bruce Momjian
I am seeing this assembler warning using gcc version 2.95.3 20010315: {standard input}:332: Warning: using `%si' instead of `%esi' due to `w' uffix {standard input}:332: Warning: using `%ax' instead of `%eax' due to `w' suffix This is while compiling commands/trigger.c and it happens in CreateT