Re: gcc 4.0 build failures on m68k, mips, and mipsel

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Martin Pitt <martin(at)piware(dot)de>
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re: gcc 4.0 build failures on m68k, mips, and mipsel
Date: 2005-08-20 19:10:42
Message-ID: 2290.1124565042@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Martin Pitt <martin(at)piware(dot)de> writes:
> However, Thiemo Seufer dealt with this and created a proper tas()
> function for PostgreSQL on mips, which also works with gcc 4. Of
> course this is much better, so I applied his patch in Debian.
> I attach the patch. Do you consider applying it upstream?

Hm, does this patch actually compile as-is? I'd think you'd need to
have the MIPS definition of slock_t placed earlier than the assembly
code fragment.

regards, tom lane

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Erick Bautista 2005-08-23 11:18:21 Invalid Input Syntax for type Bytea
Previous Message Martin Pitt 2005-08-20 15:40:44 Re: gcc 4.0 build failures on m68k, mips, and mipsel