Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Compile error "UDpaddr"

    Dear Colleagues,

    I am converting a Fortran program to Mata and am getting the following error during the compile phase:

    Code:
    system error: UDpaddr
    (1557 lines skipped)
    (error occurred while loading myprogram.ado)
    r(3000);
    The line number points to the end of a subroutine.

    Has anybody seen this error before? I can't find anything in the Reference Manual or online that documents this error. One other person on Statalist mentioned this error in passing and it seemed to have something to do with goto statements, which the original Fortran program uses extensively. Are there any undocumented no-no's with goto statements that I should be aware of?

    Regards,
    Joe

  • #2
    Never mind, solved. It was a goto using an undefined statement label; I thought I had rooted all of them out.

    It would be nice to have a more informative error for that situation, though....

    Comment

    Working...
    X