[M3commit] CVS Update: cm3
Jay Krell
jkrell at elego.de
Sun May 30 17:07:02 CEST 2010
CVSROOT: /usr/cvs
Changes by: jkrell at birch. 10/05/30 17:07:02
Modified files:
cm3/m3-sys/m3cc/gcc/gcc/m3cg/: parse.c
Log message:
gcc 4.5 work in progress
mainly that gcc 4.5 insists on using POINTER_PLUS_EXPR to add
to a pointer, and the second operand to be size_t (or maybe
ptrdiff_t)
These changes are probably ok for 4.3 but #ifdefed anyway.
Also gcc 4.5 provides TREE_NO_TRAMPOLINE which is just like
what we were using TREE_STATIC for (both in implementation
and meaning! They use the static flag.)
More information about the M3commit
mailing list