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] Combine looses libcall notes


On Thursday 07 April 2005 00:35, Paul Brook wrote:
> The attached patch fixes an ICE that showed up on csl-arm-branch. This
> looks like a latent bug in distribute_notes.
>
> The testcase includes the following code:
>
> return (((a % 10000)) & 0xFF) >> 8;

I should probably have mentioned this was derived from 
gcc.c-torture/compile/950512-1.c

Paul


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