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] | |
* loop.c (loop_givs_reduce): Avoid miscompilation of
loops entered at bottom.This fixes a loop optimization bug I encountered running equake (SPEC)
on the LNO branch. While I don't know of any way to get a FE to generate
the failing RTL pattern (see patch) in mainline, I believe it is pretty obviously
wrong there also, and that's where I'd like to fix it. Bootstrapped and
tested on darwin.
Attachment:
diff1.txt
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |