This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Alias code
- To: law at cygnus dot com, mark at markmitchell dot com
- Subject: Re: Alias code
- From: mrs at wrs dot com (Mike Stump)
- Date: Tue, 30 Jun 1998 17:45:44 -0700
- Cc: egcs at cygnus dot com
> Date: Mon, 29 Jun 1998 04:18:30 -0600
> From: Jeffrey A Law <law@cygnus.com>
> We've got a little problem.
> While the machine independent code is mostly free of gen_rtx (MEM)
> calls, many of the target files, and some of the front-ends that we
> want to interoperate (but possibly do not control) with are not free
> of such calls.
> Thoughts?
Sigh, not sure what to say other than it would be nice if someone
worked to get major api type things like this that are simple into
gcc2. Then all code can do it, and we'd have fewer problems.