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 target/32389] [4.1/4.2/4.3 Regression] ICE in extract_constrain_insn_cached when using -msse



------- Comment #1 from vapier at gentoo dot org  2007-06-18 05:36 -------
posting attachments seems to cause Bugzilla internal errors at the moment ...

$ cat test.i
double f1();
int f2() {
  __builtin_ia32_stmxcsr();
  return f1();
}


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32389


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