[Bug target/65710] [4.9/5 Regression] Thumb1 ICE caused by no register to spill

2015-04-13 Thread terry.guo at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65710 --- Comment #33 from Terry Guo terry.guo at arm dot com --- (In reply to clyon from comment #32) 2015-04-13 Terry Guo terry@arm.com PR target/65710 * gcc.target/arm/pr65710.c: New. Terry, any particular reason

[Bug target/65710] [4.9/5 Regression] Thumb1 ICE caused by no register to spill

2015-04-13 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65710 --- Comment #32 from clyon at gcc dot gnu.org --- 2015-04-13 Terry Guo terry@arm.com PR target/65710 * gcc.target/arm/pr65710.c: New. Terry, any particular reason you use -march=armv6-m instead of -march=armv6 ?

[Bug target/65710] [4.9/5 Regression] Thumb1 ICE caused by no register to spill

2015-04-12 Thread xguo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65710 --- Comment #31 from xuepeng guo xguo at gcc dot gnu.org --- Author: xguo Date: Mon Apr 13 05:22:09 2015 New Revision: 222037 URL: https://gcc.gnu.org/viewcvs?rev=222037root=gccview=rev Log: Add missing test case 2015-04-13 Terry Guo

[Bug target/65710] [4.9/5 Regression] Thumb1 ICE caused by no register to spill

2015-04-11 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65710 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug target/65710] [4.9/5 Regression] Thumb1 ICE caused by no register to spill

2015-04-10 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65710 --- Comment #26 from Vladimir Makarov vmakarov at gcc dot gnu.org --- Author: vmakarov Date: Fri Apr 10 19:43:28 2015 New Revision: 221984 URL: https://gcc.gnu.org/viewcvs?rev=221984root=gccview=rev Log: 2015-04-10 Vladimir Makarov

[Bug target/65710] [4.9/5 Regression] Thumb1 ICE caused by no register to spill

2015-04-10 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65710 --- Comment #27 from Vladimir Makarov vmakarov at gcc dot gnu.org --- (In reply to Stupachenko Evgeny from comment #16) I can't attach spec2000 benchmarks sources. The loop is in longest_match function in 164.gzip. Options to reproduce:

[Bug target/65710] [4.9/5 Regression] Thumb1 ICE caused by no register to spill

2015-04-10 Thread yroux at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65710 --- Comment #28 from Yvan Roux yroux at gcc dot gnu.org --- (In reply to Vladimir Makarov from comment #25) Author: vmakarov Date: Fri Apr 10 19:38:55 2015 New Revision: 221983 URL: https://gcc.gnu.org/viewcvs?rev=221983root=gccview=rev

[Bug target/65710] [4.9/5 Regression] Thumb1 ICE caused by no register to spill

2015-04-10 Thread evstupac at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65710 --- Comment #29 from Stupachenko Evgeny evstupac at gmail dot com --- Evgeny, could you check the effect of my latest patch (c25) on gzip. The performance is back. Thanks.