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 c/37055] internal compiler error: in emit_unop_insn, at optabs.c:3806



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


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