[Bug target/42235] redundant memory move from parameter space to spill space

2010-07-16 Thread bernds at gcc dot gnu dot org
--- Comment #5 from bernds at gcc dot gnu dot org 2010-07-16 23:48 --- Subject: Bug 42235 Author: bernds Date: Fri Jul 16 23:47:46 2010 New Revision: 162270 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=162270 Log: PR target/42235 * postreload.c (reload_cse_move

[Bug target/42235] redundant memory move from parameter space to spill space

2010-07-15 Thread bernds at gcc dot gnu dot org
--- Comment #4 from bernds at gcc dot gnu dot org 2010-07-16 02:09 --- Subject: Bug 42235 Author: bernds Date: Fri Jul 16 02:09:03 2010 New Revision: 162240 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=162240 Log: PR target/42235 * function.c (record_hard_reg_s

[Bug target/42235] redundant memory move from parameter space to spill space

2009-12-09 Thread ramana at gcc dot gnu dot org
-- ramana at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfir

[Bug target/42235] redundant memory move from parameter space to spill space

2009-12-01 Thread carrot at google dot com
--- Comment #3 from carrot at google dot com 2009-12-02 07:00 --- > Could you do some more analysis of where this is coming from using rtl / tree > dumps ? > Everything in tree dump is normal. After rtl expand, every parameter is loaded into a pseudo register at the entry of the funct

[Bug target/42235] redundant memory move from parameter space to spill space

2009-12-01 Thread ramana at gcc dot gnu dot org
--- Comment #2 from ramana at gcc dot gnu dot org 2009-12-01 18:26 --- (In reply to comment #0) > Compile the attached source code with options -Os -fpic -mthumb, gcc generates > following code for the constructor: Could you do some more analysis of where this is coming from using rtl /

[Bug target/42235] redundant memory move from parameter space to spill space

2009-12-01 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |enhancement Keywords||missed-op

[Bug target/42235] redundant memory move from parameter space to spill space

2009-12-01 Thread carrot at google dot com
--- Comment #1 from carrot at google dot com 2009-12-01 09:01 --- Created an attachment (id=19194) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19194&action=view) test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42235