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 tree-optimization/49790] [4.4 Regression] ICE in partition_view_bitmap, at tree-ssa-live.c:369


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

Mikael Pettersson <mikpe at it dot uu.se> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikpe at it dot uu.se

--- Comment #2 from Mikael Pettersson <mikpe at it dot uu.se> 2011-12-26 17:08:09 UTC ---
This was fixed for 4.5 by r152203:
http://gcc.gnu.org/ml/gcc-patches/2009-09/msg01869.html
http://gcc.gnu.org/ml/gcc-cvs/2009-09/msg00954.html

Backporting that to 4.4.6 fixes the test case there too with no testsuite
regressions (at least for me on i686-linux).

It's my understanding that upstream gcc 4.4 branch will be EOL:d soon, so you
probably have to apply that fix locally if you're not able to upgrade to gcc
4.5 or newer.


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