Blame | Last modification | View Log | Download
issue135_errors_counting.asm(2): warning[fwdref]: forward reference of symbol: IF labelissue135_errors_counting.asm(5): error: forward reference of symbol: IF label# file opened: issue135_errors_counting.asm1 0000 ; check warnings counting2 0000 IF label2 0000 ENDIF ; emit forward-reference warning3 0000 ; turn warnings into errors and check errors counting4 0000 OPT --syntax=w5 0000 IF label5 0000 ENDIF ; emit forward-reference error6 0000 label:7 0000 ASSERT 1 == 1 && 1 == 18 00009 0000 ; extra note: when I initially tried to add also pass3 error/warning (to make sure10 0000 ; they are not affected by changing code), it did fix the bug, so the test does only11 0000 ; pass1 warning/errors, don't extend it12 0000# file closed: issue135_errors_counting.asmValue Label------ - -----------------------------------------------------------0x0000 label