Redhat 5.2 on alpha-noname

From: someone <bannisp(dot)nospam(at)cwdom(dot)dm>
To: pgsql-ports(at)postgresql(dot)org
Subject: Redhat 5.2 on alpha-noname
Date: 1999-06-04 03:31:05
Message-ID: 37574879.F242D557@cwdom.dm
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

This looks like a egcs on RedHat problem. The Macro expansion

if (DATETIME_NOT_FINITE(*datetime))
elog(ERROR, "Unable to convert datetime to date", NULL);

generates bad code

for i in adt cache error fmgr hash init misc mmgr sort time; do make -C
$i SUBSY
S.o; done
make[1]: Entering directory
`/root/postgresql-6.4.2/src/backend/utils/adt'
gcc -I../../../include -I../../../backend -O2 -mieee -Wall
-Wmissing-prototyp
es -I../.. -c datetime.c -o datetime.o
datetime.c: In function `datetime_date':
datetime.c:289: internal error--unrecognizable insn:
(insn 53 66 67 (clobber (reg:DI 42 $f10)) -1 (insn_list:REG_DEP_ANTI 66
(nil))
(expr_list:REG_UNUSED (reg:DI 42 $f10)
(nil)))
gcc: Internal compiler error: program cc1 got fatal signal 6
make: *** [datetime.o] Error 1

make[1]: Leaving directory
`/root/postgresql-6.4.2/src/backend/utils/adt'

Browse pgsql-ports by date

  From Date Subject
Next Message Unprivileged user 1999-06-04 05:04:00 Port Bug Report: non-OSF Alpha spin lock code seems to be incorrect
Previous Message G. Anthony Reina 1999-06-03 23:30:49 Re: [PORTS] MATLAB mex file interface