Re: Assembler error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Assembler error
Date: 2003-06-28 04:41:38
Message-ID: 15707.1056775298@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> 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 you start to see that? AFAIR trigger.c hasn't
changed much recently.

FWIW, I have never seen any assembler gripes using gcc 2.95.3 on HPPA.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2003-06-28 04:59:20 Re: Tablespaces (was Re: [GENERAL] Physical Database
Previous Message Joe Conway 2003-06-28 04:27:29 Re: Missing array support