[Bug rtl-optimization/49414] gcc.dg/pr44194-1.c fails

2011-06-15 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49414 Eric Botcazou changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug rtl-optimization/49414] gcc.dg/pr44194-1.c fails

2011-06-15 Thread sje at cup dot hp.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49414 Steve Ellcey changed: What|Removed |Added CC||sje at cup dot hp.com --- Comment #7 from

[Bug rtl-optimization/49414] gcc.dg/pr44194-1.c fails

2011-06-15 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49414 --- Comment #6 from Dominique d'Humieres 2011-06-15 17:57:06 UTC --- For the record, it also fails on powerpc-apple-darwin9.8.0 (see http://gcc.gnu.org/ml/gcc-testresults/2011-06/msg01771.html ). Could it also be the cause of new failures in gfor

[Bug rtl-optimization/49414] gcc.dg/pr44194-1.c fails

2011-06-15 Thread eraman at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49414 --- Comment #5 from eraman at gcc dot gnu.org 2011-06-15 17:20:25 UTC --- Author: eraman Date: Wed Jun 15 17:20:20 2011 New Revision: 175082 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175082 Log: 2011-06-15 Easwaran Raman PR rtl

[Bug rtl-optimization/49414] gcc.dg/pr44194-1.c fails

2011-06-15 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49414 --- Comment #4 from Eric Botcazou 2011-06-15 17:03:31 UTC --- > The DSE opportunity doesn't arise in ia32 since the struct is returned through > stack. Is the following patch restricting the test to x86_64 ok? (I have > tested > that it works co

[Bug rtl-optimization/49414] gcc.dg/pr44194-1.c fails

2011-06-15 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49414 --- Comment #3 from Eric Botcazou 2011-06-15 16:59:54 UTC --- It seems to me that the test should just be skipped for targets that always return structures in memory, i.e. most 32-bit targets.

[Bug rtl-optimization/49414] gcc.dg/pr44194-1.c fails

2011-06-15 Thread eraman at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49414 --- Comment #2 from Easwaran Raman 2011-06-15 16:58:57 UTC --- The DSE opportunity doesn't arise in ia32 since the struct is returned through stack. Is the following patch restricting the test to x86_64 ok? (I have tested that it works correctly

[Bug rtl-optimization/49414] gcc.dg/pr44194-1.c fails

2011-06-15 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49414 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|