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: fix 23714


>>>>> Richard Henderson writes:

Richard> Does crafty have teeny tiny arrays (size <= 8)?  If not, I don't
Richard> see how this could have had any effect at all.

	Actually, yes.  It performs a lot of bit operations on an array
rank_mask[8].

>> This looks like an unreasonably high price
>> to pay to avoid an ICE on a technically invalid testcase.

Richard> I'd be delighted if you'd suggest a different approach...

	Why try to make the undefined example work instead of erroring
out?

Thanks, David


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