<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE message PUBLIC
  "-//MLarc//DTD MLarc output files//EN"
  "../../mlarc.dtd"[
  <!ATTLIST message
    listname CDATA #REQUIRED
    title CDATA #REQUIRED
  >
]>

  <?xml-stylesheet href="../../mlarc.xsl" type="text/xsl"?>


<message 
  url="2002/12/15844ae4e1090111037f41a6baa2820a"
  from="Yaron M. Minsky &lt;yminsky@C...&gt;"
  author="Yaron M. Minsky"
  date="2002-12-20T13:36:02"
  subject="[Caml-list] Assembler errors with _ notation"
  prev="2002/12/78c90ba43648c2c49838d49e891910bc"
  next="2002/12/b557f9473d000343b13429780b7cdff9"
  next-in-thread="2002/12/7a285f9d8a39f34c2667f731223909be"
  prev-thread="2002/12/756c3fc027fc8ba373e7214c3dba2937"
  next-thread="2002/12/b557f9473d000343b13429780b7cdff9"
  root="../../"
  period="month"
  listname="caml-list"
  title="Archives of the Caml mailing list">

<thread subject="[Caml-list] Assembler errors with _ notation">
<msg 
  url="2002/12/15844ae4e1090111037f41a6baa2820a"
  from="Yaron M. Minsky &lt;yminsky@C...&gt;"
  author="Yaron M. Minsky"
  date="2002-12-20T13:36:02"
  subject="[Caml-list] Assembler errors with _ notation">
<msg 
  url="2002/12/7a285f9d8a39f34c2667f731223909be"
  from="Xavier Leroy &lt;xavier.leroy@i...&gt;"
  author="Xavier Leroy"
  date="2002-12-20T16:51:45"
  subject="Re: [Caml-list] Assembler errors with _ notation">
<msg 
  url="2002/12/9b6a010a05111fb377ca0cd202b157f8"
  from="Sven Luther &lt;luther@d...&gt;"
  author="Sven Luther"
  date="2002-12-20T17:09:00"
  subject="Re: [Caml-list] Assembler errors with _ notation">
</msg>
</msg>
</msg>
</thread>

<contents>
Here's an odd compile error I've run up against:

foo.ml:

        open Printf
        
        let snoo x = 60_000. /. x
        
        let print x =
            printf "snoo(%f): %f\n" x (snoo x)
        
Compilation results:
        
        dragonfly: tmp $ ocamlopt foo.ml
        /tmp/camlasm9587be.s: Assembler messages:
        /tmp/camlasm9587be.s:53: Warning: rest of line ignored; first
        ignored character
        is `_'
        /tmp/camlasm9587be.s:82: Warning: rest of line ignored; first
        ignored character
        is `_'

This is on redhat 8.0 running ocaml 3.06.

Any ideas?

y


-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners

</contents>

</message>

