[Tinycc-devel] report a bug

2024-03-18 Thread 837806295 via Tinycc-devel
hello, report a bug, my English is not good, hope you understand. bug info file: tccpp.c function:parse_escape_string line: 2010 -- do { c = *p; if (c = 'a' c <= 'f')

Re: [Tinycc-devel] Report a Bug about Parsing "#include" Line

2024-03-21 Thread 837806295 via Tinycc-devel
I think an error should be signalled, instead? Yes, your advice is best! It should be done this way. 837806...@qq.com ___ Tinycc-devel mailing list Tinycc-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo/tinycc-devel

[Tinycc-devel] Report a Bug about Parsing "#include" Line

2024-03-21 Thread 837806295 via Tinycc-devel
Hello! Report a bug about parsing "#include" line. Bug info: File: tccpp.c Line: near 1374 Function:parse_include Test

[Tinycc-devel] Report a Bug about Parsing #ifdef, #ifndef and #else Line

2024-03-31 Thread 837806295 via Tinycc-devel
Hello! Report a Bug about Parsing #ifdef, #ifndef and #else Line. Bug info: File: tccpp.c Function:preprocess, preprocess_skip Line: 1813, 1816, 1842