Menu

#169 unicon -C : operator overloading: errors, segfault with -nt

None
closed-fixed
iconc (42)
5
2017-08-27
2012-10-05
No

unicon -C -t -fd -nt ovld
./ovld
-> mostly wrong answers, then segfault
w/o -nt, runtime errors.

Discussion

  • Charles Evans

    Charles Evans - 2012-10-05

    test operator overloading

     
  • Charles Evans

    Charles Evans - 2012-10-06

    _OVLD should not be defined for the compiler until it mostly works

     
  • Charles Evans

    Charles Evans - 2012-10-10

    see
    3573831 - unicon -C: _LARGE_INTEGERS is defined w/o -fl -
    https://sourceforge.net/tracker/?func=detail&aid=3573831&group_id=10965&atid=110965
    for a patch to unicon.icn to avoid re-defining _OVLD when -C (until this is fixed)
    To do: feature.h patch (both needed to undefine _OVLD)(coming soon)

     
  • Clinton Jeffery

    Clinton Jeffery - 2017-01-27
    • status: open --> pending-fixed
    • assigned_to: Clinton Jeffery
    • Group: -->
     
  • Clinton Jeffery

    Clinton Jeffery - 2017-01-27

    OVLD code is interpreter only, disabled OVLD in config.h if COMPILER, per cvevans

     
  • Jafar

    Jafar - 2017-05-24
    • status: pending-fixed --> closed-fixed
     
  • Charles Evans

    Charles Evans - 2017-08-27

    fyi: iconc still defined _OVLD,
    fixed in [r5609]

     

    Related

    Commit: [r5609]


Log in to post a comment.