[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#971365: gcc: internal compiler error: Segmentation fault signal terminated program cc1



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 to: