chibicc icon indicating copy to clipboard operation
chibicc copied to clipboard

different output from gcc for c-testsuite's 00206.c

Open samkho opened this issue 1 year ago • 0 comments

For https://github.com/c-testsuite/c-testsuite/tree/master/tests/single-exec/00206.c...

gcc outputs:

abort = 111 abort = 222 abort = 333 abort = 222 abort = 111

chibicc outputs:

abort = 111 abort = 222 abort = 333 abort = 333 abort = 333

samkho avatar Aug 19 '24 06:08 samkho