This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

GCC choked at math expression


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]