This is the mail archive of the gcc@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]
Other format: [Raw text]

Re: Different multiply operator for pointers and integers


On Fri, Dec 17, 2004 at 04:12:01PM +0100, Laura Tosoratto wrote:
> So you would suggest to change the front-end, e.g. introducing a new 
> tree operator and modifing the parser?

There's no need for a new operator.  And, really, there's zero
chance of you being able to fix the type mismatch problems.

I suspect, however, that you are mis-characterizing the problem
and that you can simply emulate the m68k port with it's separate
data and address registers.


r~


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