[Bug target/24319] amd64 register spill error with -fschedule-insns

2005-10-11 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-11 20:51 --- We have another report of this before. Basicially the ra in gcc needs a lot of help to fix this. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/24319] amd64 register spill error with -fschedule-insns

2005-10-11 Thread belyshev at depni dot sinp dot msu dot ru
--- Comment #3 from belyshev at depni dot sinp dot msu dot ru 2005-10-11 21:07 --- // reduced testcase int bar (char *s) { return foo (strlen(s)); } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24319