Detlef Riekenberg
Detlef Riekenberg
In Annex E, sentence #3, there is no SHRT_WIDHT listed. This is wrong, as SHRT_WIDTH is used in the comments of SHRT_MAX and SHRT_MIN in the same section. (Page 506)....
On Annex Pages without a Section, the paragraph reference in the footer is not updates and remain the same as used on the previous page. Examples from n3054 draft: Page...
### Zig Version 0.10.0-dev.4403+f9192adab ### Steps to Reproduce using current prebuild binary using a default helloworld.c in /somewhere/hello/: `#include ` `int main(int argc, char **argv) { printf("Hello World\n"); return 0;...
I wanted to try criterion, but the broken meson build system accepts only a few compiler. ``` CC=tcc CFLAGS="-v" meson setup ../meson.build:1:0: ERROR: Unknown compiler(s): [['tcc']] ``` Next try: ```...
The default filename for dos or windows targets is "aout.exe" That name is not detected by autoconf, and I think, that SmallerC is far too small that autoconf would change...
-- Regards ... Detlef
the `cxx` tool fails to handle CXX or CXXFLAGS environment variables correctly, even for a `hello.cpp` Examples: ``` CXX="g++ -DHELLO_FROM_CXX" cxx CXX="g++" CXXFLAGS="-DHELLO_FROM_CXXFLAGS" cxx ``` Instead of building the example,...
I arrived here from `oss-fuzz`. From the project description, criticality_score looks simple, but for a new user, it's crap. Hint: My system does not have many unused tools installed, and...
This changes allow to build the code with a different toolchain. The increased buffers avoid compiler warnings on x86_64-linux -- Regards ... Detef
run-canaries halts, when the compiler stops, because of the missing "main()".