This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/23714] [4.1 Regression] ICE in expand_assignment


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]