5.0.7 Compiler Bug

hippy

Ex-Staff (retired)
Bug in 5.0.7, both Standard and Enhanced Compilers, appears to affect all PICAXE variants.

- SYMBOL min_test = 2 MIN 2
- SYMBOL max_test = 2 MAX 2

- SYMBOL div_test = 2 / 0
- SYMBOL mod_test = 2 % 0

All cause compiler crashes.

Edited by - hippy on 02/12/2006 13:01:51
 
Top