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".

The gcse patch is ok, but would you also investigate
the -fprefetch-loop-arrays bug that puts this garbage
at the end of the function in the first place?


r~


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