Detlef Riekenberg
Detlef Riekenberg
### 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()".
### Is your feature request related to a problem? Please describe All Tiny C cross compiler are missing in compiler-explorer ### Describe the solution you'd like Build the cross compiler:...
The GCC extension "\_\_attribute\_\_" breaks other compiler and produces 458 test failures. -- Regards ... Detlef