From 71b16f4e18b2794b76cc80cb7d0303243656b050 Mon Sep 17 00:00:00 2001 From: grischka Date: Sun, 9 Oct 2016 20:33:14 +0200 Subject: tccpp : "tcc -E -P" : suppress empty lines Also: - regenerate all tests/pp/*.expect with gcc - test "insert one space" feature - test "0x1E-1" in asm mode case - PARSE_FLAG_SPACES: ignore \f\v\r better - tcc.h: move some things --- tests/pp/15.expect | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/pp/15.expect (limited to 'tests/pp/15.expect') diff --git a/tests/pp/15.expect b/tests/pp/15.expect new file mode 100644 index 0000000..f652240 --- /dev/null +++ b/tests/pp/15.expect @@ -0,0 +1,7 @@ +return (long double)d; +return A+++B; +return A+ ++B; +return A+++ +B; +return 0x1E -1; +XXX: return x+x-1 +1 -2; +XXX: return x x 1 2 x; -- cgit v1.3.1