arocc
does not behave as expected during errors if -E
(preprocess only) is set
#554
Labels
bug
Something isn't working
test.c:
#INCLUDE "invalid"
Built with
-Doptimize=ReleaseFast
, the preprocessed output is printed and a 0 exit code is returned:Built with
-Doptimize=Debug
, the preprocessed output is printed and a 1 exit code is returned:Expected behavior (any optimize mode):
Without
-E
, the expected behavior is present:The text was updated successfully, but these errors were encountered: