This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/37055] internal compiler error: in emit_unop_insn, at optabs.c:3806
- From: "hjl dot tools at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Aug 2008 05:13:40 -0000
- Subject: [Bug c/37055] internal compiler error: in emit_unop_insn, at optabs.c:3806
- References: <bug-37055-11113@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from hjl dot tools at gmail dot com 2008-08-08 05:13 -------
bash-3.2$ cat /tmp/x.i
unsigned
foo (double d)
{
return d;
}
bash-3.2$ ./xgcc -B./ -msse2 -mfpmath=sse -S /tmp/x.i -Os -m32
/tmp/x.i: In function ?foo?:
/tmp/x.i:3: internal compiler error: in emit_unop_insn, at optabs.c:3806
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
bash-3.2$
--
hjl dot tools at gmail dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
GCC build triplet|i686-apple-darwin9 |
GCC host triplet|i686-apple-darwin9 |
GCC target triplet|i686-apple-darwin9 |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37055