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


>>>>> Richard Henderson writes:

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

	The important questions(!) are whether the user forced it on
explicitly or by optimizing for size (-Os).  target_flags_explicit only
tests if the user set it explicitly.  If it was set optimizing for size,
it should be disabled as well.

David


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