This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/32389] [4.1/4.2/4.3 Regression] ICE in extract_constrain_insn_cached when using -msse
- From: "vapier at gentoo dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Jun 2007 05:36:58 -0000
- Subject: [Bug target/32389] [4.1/4.2/4.3 Regression] ICE in extract_constrain_insn_cached when using -msse
- References: <bug-32389-10160@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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