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: disable string insns on ppc e500


On Tue, Mar 11, 2003 at 05:28:49PM -0500, David Edelsohn wrote:
> 	The PowerPC port adds MASK_MULTIPLE and MASK_STRING to
> target_flags if optimizing for size, so target_flags is the right variable
> to test.

And what would be wrong with clearing MASK_STRING if it wasn't set?
The only thing that's meaningful here is whether or not the user
forced it on.


r~


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