djrieger / mjplusplus

A compiler for the MiniJava language
http://djrieger.github.io/mjplusplus/doc/doxygen/html/
6 stars 1 forks source link

Segfaults in 1/4 of semantic_incorrect test cases #29

Closed djrieger closed 9 years ago

djrieger commented 9 years ago

At least since fe3dff1150f8d0f54323ef77a6658ff85250f520

BigPeet commented 9 years ago

Might be because half of the get_type methods return an empty pointer (and similar stuff). The current version is not supposed to run correctly.

ratefuchs commented 9 years ago

Should be fixed now.