Fixed in version 10.2.0-12

$ cat test.c

int main() {
return 0;
}

$ gcc --version

gcc (Debian 10.2.0-12) 10.2.0
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

$ gcc test.c && echo pass
pass

Reply via email to