[Bug target/48649] cannot find space to spill in GENERAL REGISTERS

2012-03-25 Thread vasco at icpnet dot pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48649 Popielewicz changed: What|Removed |Added Version|4.3.5 |4.3.6 --- Comment #7 from Popielewicz 2012

[Bug target/48649] cannot find space to spill in GENERAL REGISTERS

2011-10-18 Thread vasco at icpnet dot pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48649 --- Comment #6 from Popielewicz 2011-10-18 07:25:24 UTC --- OK. Because I suspected, that IRA could help I have decided to port 4.4.6, the last with coff. Another motivation was tree-vectorizer. I have discovered immediately , that purge-dead-ed

[Bug c/48649] cannot find space to spill in GENERAL REGISTERS

2011-04-17 Thread vasco at icpnet dot pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48649 --- Comment #4 from Popielewicz 2011-04-17 16:17:21 UTC --- It seems that in this specific case the gcc 4.3.5 has problems with modulo operation. Even more simpler program using modulo alone produces spill message . If in the supplied program on

[Bug c/48649] cannot find space to spill in GENERAL REGISTERS

2011-04-17 Thread vasco at icpnet dot pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48649 --- Comment #3 from Popielewicz 2011-04-17 12:28:52 UTC --- Created attachment 24021 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24021 error messages when an extra patch applied After applying the following patch in sreal.h #ifndef COHE

[Bug c/48649] cannot find space to spill in GENERAL REGISTERS

2011-04-17 Thread vasco at icpnet dot pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48649 --- Comment #2 from Popielewicz 2011-04-17 11:42:30 UTC --- Created attachment 24020 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24020 error meesages during compilation with optimization turned on Error messages produced during compilati

[Bug c/48649] cannot find space to spill in GENERAL REGISTERS

2011-04-17 Thread vasco at icpnet dot pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48649 --- Comment #1 from Popielewicz 2011-04-17 11:17:51 UTC --- Created attachment 24019 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24019 test program This is the test program , which produced the mentioned error message.

[Bug c/48649] New: cannot find space to spill in GENERAL REGISTERS

2011-04-17 Thread vasco at icpnet dot pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48649 Summary: cannot find space to spill in GENERAL REGISTERS Product: gcc Version: 4.3.5 Status: UNCONFIRMED Severity: critical Priority: P3 Component: c AssignedTo: unas