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]

Re: Potential bug in stmt.c (expand_value_return)


> 2000-01-19  Richard Henderson  <rth@cygnus.com>
> 	...
> 	* stmt.c (expand_value_return): Don't emit USEs for stupid.
> 	...
> 
> Why emit USEs was removed ?

stupid was removed, so it stands reason that all the USEs that were
emitted only for the benefit of stuid are no longer needed.
However, the USEs of the return value are not only needed by stupid, but
also by some optimizations, so I suppose this removal was accidential.

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