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 rtl-optimization/21848] [4.1 Regression] load_mems / replace_loop_mems bug causes miscompilation of jcf-io.c / SEGV while processing java/lang/AbstractMethodError


------- Additional Comments From amylaar at gcc dot gnu dot org  2005-06-20 13:05 -------
(In reply to comment #4)
> 2005-05-31  Pat Haugen  <pthaugen@us.ibm.com>
> 
> 	* loop.c (loop_invariant_p, valid_initial_value_p): Revert last
> 	change.
> 
> 
> The last change was:
> 2005-05-30  Pat Haugen  <pthaugen@us.ibm.com>
> 
> 	* loop.c (loop_invariant_p, valid_initial_value_p): Use
> 	regs_invalidated_by_call instead of call_used_regs.
> 

The failure that I analyzed involved killing stores to memory, not fixed
registers.  Therefore, the underlying problem has not been fixed, it has
only become latent (again?).  I don't think we should daclare a latent
wrong-code bug as fixed.  We might change the severity amd/or priority,
though.


-- 


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


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