Unit Initializers
begin ... end. to begin do begin ... end; to end do begin ... end;
does not work on our Alpha machines with Digital Unix 4.0. It works well on machines with SPARC with Solaris 2.0 and PC with Linux. I have not found this bug as reported in the GPC web pages, so I report it to you.
Please inform me if there are a fix for this problem.
Version of gpc: $ gpc -v Reading specs from /usr/local/lib/gcc-lib/alpha-dec-osf4.0/2.7.2.1/specs gpc version 2.0(2.7.2.1)
Version of Digital Unix: $ uname -a OSF1 dexo V4.0 564 alpha
Best Regards, ======================================================================= Miguel Angel ALONSO PARDO Grupo COLE ----------------------------------------------------------------------- Facultad de Informatica _/ email: alonso@dc.fi.udc.es Universidad de La Coruna _/ WWW : http://www.dc.fi.udc.es/~alonso/ Campus de Elvina s/n _/ phone: +34 (9) 81 16.70.00 ext. 1338 E-15071 La Coruna (Spain) _/ fax : +34 (9) 81 16.71.60 =======================================================================
Hi Folks,
in call like "index(whatever,'\t')" I always get 0 even if there is a tab in "whatever". (GPC 2.0, IRIX 6.2)
Do you aware of that?
miklos
According to Miklos Cserzo:
in call like "index(whatever,'\t')" I always get 0 even if there is a tab in "whatever". (GPC 2.0, IRIX 6.2)
This is fixed in more recent versions of GPC.
Greetings,
Peter