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/17428] [4.0 Regression] internal compiler error: in spill_failure, at reload1.c:1880


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-14 02:32 -------
I would assume that this is caused by:
2004-09-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>

        * tree-ssa-loop-ivopts.c: New file.
	....

But then again this most likely can be produced ealier than that or maybe not.

One thing I noticed though is that "&a[0] + 8B" not folded to &a[2] which might improve the issue.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rakdver at atrey dot karlin
                   |                            |dot mff dot cuni dot cz


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


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