-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
I tried modifying my code by removing one of the " characters (the end-string),
which in compiler v3.10.10 should have caused error 37/037: invalid string (possibly non-terminated string).
However, in v3.10.11 I did not get that error. Instead, the compiler just gets stuck with no output, as if there is an issue internally within the compiler.
native printf(const format[], {Float,Fixed,_}:...);
main() {
printf("Hello, World); // this
}v3.10.10
v3.10.11
GDB Say (build: cmake .. -DCMAKE_C_STANDARD=99 -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_FLAGS=-m32 -DCMAKE_BUILD_TYPE=Releas):
Valgrind Say (build: cmake .. -DCMAKE_C_STANDARD=99 -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_FLAGS=-m32 -DCMAKE_BUILD_TYPE=Releas)
The most logs are trace logs due to SIGINT.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels