This is the mail archive of the gcc-patches@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: [PATCH] Fix PR optimization/7675


On Thu, Dec 05, 2002 at 05:19:05PM +0100, Eric Botcazou wrote:
> 	PR optimization/7675
> 	* function.c (fixup_var_refs_1) [MEM]: Simplify the
> 	(MEM (ADDRESSOF (MEM ...))) pattern.

The most correct solution here is to compile the nested 
function first, so that we know about variables that are
referenced non-locally before beginning rtl expansion.

This should be trivial now that we are doing function-at-a-time
compilation.


r~


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