------- Additional Comments From bonzini at gcc dot gnu dot org 2005-09-12 12:35 ------- reduced testcase, also failing with -O2 -fnon-call-exceptions
void run (void) {
float stack[1];
*(stack - 1) = 0.0;
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23714
