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 bug in gcse


> On Fri, Jan 24, 2003 at 11:27:47AM +0100, Josef Zlomek wrote:
> > GCSE segfaults in constprop_register when NEXT_INSN (insn) == NULL
> > when compiling following testcase on machine supporting 
> > -fprefetch-loop-arrays with "-O2 -fprefetch-loop-arrays".
> 
> It does?  On which branch?  I couldn't reproduce it with
> "-march=pentium4 -O2 -fprefetch-loop-arrays" for either 
> 3.3 or mainline.

I believe it is the case for x86-64, but I may be wrong.
(x86-64 is failing in some SPEC tests since the jump bypassing changes
went in)

Honza
> 
> 
> r~


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