I can not recompile with -pipe even most supplied modules ! Is it gpc [mis]feature or I'm messed somewhere ?
-- cut -- $ gpc -pipe crt.pas crt.pas:238: pointer domain type `Harattr' undefined crt.pas:238: pointer domain type `Harattrs' undefined crt.pas:382: pointer domain type `Te' undefined crt.pas: In function `Makewin': crt.pas:713: parse error before `End' crt.pas:713: missing `)' crt.pas: In function `Restorewin': crt.pas:733: parse error before `Freemem' crt.pas:733: missing `)' crt.pas:733: parse error before `Freemem' crt.pas: In function `Writebuf': crt.pas:755: parse error before `)' crt.pas:755: extra comma crt.pas:755: too few arguments to function `Crt_write' crt.pas: In function `Readbuf': crt.pas:761: parse error before `)' crt.pas:761: extra comma crt.pas:761: too few arguments to function `Crt_read' $ gpc -v Reading specs from /usr/lib/gcc-lib/i586-ksi-linux/2.95/specs gpc version 19990510, based on 2.95 19990728 (release) -- cut --
Hmm. Version 19990510 even if archive was numbered as 19990607 ... Weird...
Khimenko Victor wrote:
Subject: Re: Is -pipe really broken with gpc or it's just me ?
It's really broken currently. Should fix it ...
Hmm. Version 19990510 even if archive was numbered as 19990607 ... Weird...
I missed to update that number before assembling the snapshot. No real problem.
Sorry for the trouble,
Peter