[Bug rtl-optimization/35404] ra-conflict does not handle subregs optimally

2009-08-27 Thread aldot at gcc dot gnu dot org
--- Comment #8 from aldot at gcc dot gnu dot org 2009-08-27 20:28 --- (In reply to comment #7) > any regressions, if any exist at all, must be addressed by vlad's new register > allocator. > IRA is now on trunk, is this fixed on >4.4.x ? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?

[Bug rtl-optimization/35404] ra-conflict does not handle subregs optimally

2008-04-25 Thread zadeck at naturalbridge dot com
--- Comment #7 from zadeck at naturalbridge dot com 2008-04-25 21:34 --- any regressions, if any exist at all, must be addressed by vlad's new register allocator. -- zadeck at naturalbridge dot com changed: What|Removed |Added

[Bug rtl-optimization/35404] ra-conflict does not handle subregs optimally

2008-04-13 Thread hutchinsonandy at gcc dot gnu dot org
--- Comment #6 from hutchinsonandy at gcc dot gnu dot org 2008-04-13 19:47 --- That sounds great - it was one bug I was struggling with. I can turn around a complete test for AVR on mingw and Debian as soon as are ready. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35404

[Bug rtl-optimization/35404] ra-conflict does not handle subregs optimally

2008-04-13 Thread zadeck at naturalbridge dot com
--- Comment #5 from zadeck at naturalbridge dot com 2008-04-13 19:31 --- Subject: Re: ra-conflict does not handle subregs optimally hutchinsonandy at gcc dot gnu dot org wrote: > --- Comment #4 from hutchinsonandy at gcc dot gnu dot org 2008-04-13 > 19:15 --- > Please look

[Bug rtl-optimization/35404] ra-conflict does not handle subregs optimally

2008-04-13 Thread hutchinsonandy at gcc dot gnu dot org
--- Comment #4 from hutchinsonandy at gcc dot gnu dot org 2008-04-13 19:15 --- Please look at PR35860. I believe this is same problem noted here. subreg-lowering triggering the regression due to worsened conflicts. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35860 -- hutchinsonandy

[Bug rtl-optimization/35404] ra-conflict does not handle subregs optimally

2008-03-10 Thread steven at gcc dot gnu dot org
--- Comment #3 from steven at gcc dot gnu dot org 2008-03-10 21:48 --- IRA does not handle this either with -fno-split-wide-types. Left is IRA as-is with -O2 -fomit-frame-pointer. Right is same options + -fno-split-wide-types. .file "t.c" .file "t

[Bug rtl-optimization/35404] ra-conflict does not handle subregs optimally

2008-02-29 Thread ian at airs dot com
--- Comment #2 from ian at airs dot com 2008-02-29 18:43 --- Whoops, you have to use to -fno-split-wide-types, not -fno-wide-types. Sorry. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35404

[Bug rtl-optimization/35404] ra-conflict does not handle subregs optimally

2008-02-28 Thread ian at airs dot com
--- Comment #1 from ian at airs dot com 2008-02-28 22:59 --- Created an attachment (id=15244) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15244&action=view) Old patch for this issue -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35404