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

2020-09-30 Thread crvi c
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

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

2020-09-29 Thread crvi c
$ gcc --version gcc (Debian 10.2.0-11) 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 --target-help gcc: internal compiler

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

2020-09-29 Thread crvi c
reproducible here. what other info do you need?

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

2020-09-29 Thread Debian Bug Tracking System
Processing control commands: > tags -1 + moreinfo Bug #971365 [gcc-10] gcc: internal compiler error: Segmentation fault signal terminated program cc1 Added tag(s) moreinfo. -- 971365: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971365 Debian Bug Tracking System Contact

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

2020-09-29 Thread Matthias Klose
Control: tags -1 + moreinfo On 9/29/20 3:35 PM, crvi wrote: > Package: gcc-10 > Version: 10.2.0-11 > Severity: important > X-Debbugs-Cc: crvi...@gmail.com > > Dear Maintainer, > > *** Reporter, please consider answering these questions, where appropriate *** > >* What led up to the

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

2020-09-29 Thread crvi
Package: gcc-10 Version: 10.2.0-11 Severity: important X-Debbugs-Cc: crvi...@gmail.com Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? $ cat test.c int main() { return 0; } * What exactly did you do