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: pre-compute HARD_REGNO_MODE_OK on ppc


>>>>> Aldy Hernandez writes:

>> Also, why use an int to store a 1 bit value?

Aldy> David, what was the deal with using (or not using) bool?

	I would prefer bool, but I was concerned if that was safe based on
the original documentation of the macro.  Based on the current documentat
("C expression that is nonzero") and its uses within the compiler, please
use an array of bool.

Thanks, David


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