mnbujold / c415-compiler

Fall 2012 CMPUT 415 Compiler Course
0 stars 3 forks source link

Scalars and Constants not compared correctly #29

Closed James-Osgood closed 11 years ago

James-Osgood commented 11 years ago

In 9.pal, a comparison between a variable and a constant of the same scalar type incorrectly gives an "operands are not compatible" error.

James-Osgood commented 11 years ago

Fixed - was related to function return value issue.