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]

[PATCH]: Fix 930503-1.c infinite loop in PRE


Fixing post-dominators (or something recently) seems to have triggered a problem in PRE that causes it to infinite loop and consume all memory.
We forgot to connect infinite loop edges to EXIT, so that we incorrectly thought block 1 had only one successor, itself, causing us to translate the values again and again.


Fixed and commited, tested on i686-pc-linux-gnu.



Attachment: prediff.diff
Description: Binary data


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