This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
GCC choked at math expression
- To: gcc-bugs at gcc dot gnu dot org
- Subject: GCC choked at math expression
- From: Pedro A. Aranda Gutiérrez <paag at tid dot es>
- Date: Fri, 16 Mar 2001 12:16:49 +0100
- Organization: Telefónica I+D
- Reply-To: pedroa dot aranda at tid dot es
Hi,
I'm using the Mingw32 port of GCC to rebuild the HP48 emulator from
the original M$ C code and was quite puzzled to see the compiler
choke at following line:
if (d&0x8000) w.pc-=0xfffe-d; else w.pc+=d+2;
With following message
opcodes.c:2123: missing white space after number `0xfffe'
I've rewritten the line and taken not of it, but I was used
to this 'tight' coding.
In the hope it helps making a very good compiler even better...
begin:vcard
n:Aranda Gutiérrez;Pedro A.
tel;work:+ 913 374 702
x-mozilla-html:FALSE
org:Telefónica I+D;Div. Infraestructura y Seguridad de Red
adr:;;Emilio Vargas, 6;Madrid;;28043;España
version:2.1
email;internet:paag@tid.es
title:Consultor / Consultant
fn:Pedro A. Aranda Gutiérrez
end:vcard