fuhsnn / slimcc

C11 compiler with GNU extensions for x86-64 Linux, working towards C23
MIT License
34 stars 4 forks source link

read_macro_args(): dead branch #4

Closed fuhsnn closed 11 months ago

fuhsnn commented 11 months ago

pp is null after for loop https://github.com/fuhsnn/slimcc/blob/b0d68ce6d61d973a3f7a35c9c214ad49b1d18506/preprocess.c#L427-L428 this branch will never be taken https://github.com/fuhsnn/slimcc/blob/b0d68ce6d61d973a3f7a35c9c214ad49b1d18506/preprocess.c#L448-L449