Menu

#179 FATAL error (got a null symbol) / crash

closed-fixed
nobody
5
2013-05-25
2001-10-12
No

int i;

foo()
{
{
((int near *) &i)[0] = 1;
}
if (((int near *) &i)[0])
i = 2;
}

After emitting "FATAL compiler internal error" with
wrong line number sdcc crashs.

Discussion

  • Johan Knol

    Johan Knol - 2001-10-13
    • milestone: --> fixed
    • status: open --> closed-fixed
     
  • Johan Knol

    Johan Knol - 2001-10-13

    Logged In: YES
    user_id=63512

    fixed in SDCCcse.c:1.51

     

Log in to post a comment.