This is the mail archive of the gcc-bugs@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]

[Bug target/23095] [4.1 Regression] ICE in regstack compensate_edge


------- Additional Comments From steven at gcc dot gnu dot org  2005-07-27 19:15 -------
Roger, this appears to be caused by your patch: 
 
        * reg-stack.c (struct block_info_def): Correct grammar typo. 
        (compensate_edge): Clean-up.  Perform as little work as possible 
        when src and dest stacks match.  Avoid modifying block_info. 
        Reorder and simplify assertion checks.  Avoid unnecessary copying 
        of regstack structure. 
        (convert_regs_1): Set the done flag here... 
        (convert_regs_2): ... instead of here. 
 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23095


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