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]
Other format: [Raw text]

Re: abysmal code generated by gcc 3.2


On Tue, Oct 22, 2002 at 01:49:47AM +0200, Denys Duchier wrote:
> 	testb $3, %dl
> 
> while with 3.2 I get instead:
> 
> 	testl $3, %edx

This will not explain any difference at all.


r~


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