Skip to content

stuck issue in v3.10.11 #15

@gskeleton

Description

@gskeleton

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

Image

v3.10.11

Image

GDB Say (build: cmake .. -DCMAKE_C_STANDARD=99 -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_FLAGS=-m32 -DCMAKE_BUILD_TYPE=Releas):

Image Image

Valgrind Say (build: cmake .. -DCMAKE_C_STANDARD=99 -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_FLAGS=-m32 -DCMAKE_BUILD_TYPE=Releas)

Image

The most logs are trace logs due to SIGINT.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions