[Bug target/25295] unused register saved in function prolog

2012-01-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25295 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/25295] unused register saved in function prolog

2006-12-04 Thread michael dot meissner at amd dot com
--- Comment #3 from michael dot meissner at amd dot com 2006-12-04 23:21 --- I've done some analysis on the test case. The current GCC 4.2 and mainline branches no longer generate the initial push of %r8, but instead do a subq $8,%rsp. I believe in the compiler you used it did the pus

[Bug target/25295] unused register saved in function prolog

2005-12-12 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-12-12 20:46 --- It comes after splitting a RTL pattern. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25295