[Bug tree-optimization/94621] [9/10 Regression] GCC 9.2.1 segfaults when compiling file with -O3 since r9-5354

2020-04-16 Thread ola.olsson at acconeer dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94621 --- Comment #5 from Ola Olsson --- My god. Insanely fast. Dobra robota/prace!

[Bug c/94620] GCC 9.2.1 segfaults when compiling file with -O3

2020-04-16 Thread ola.olsson at acconeer dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94620 --- Comment #1 from Ola Olsson --- Somehow I managed to create two bugs. Sorry about this. Let's do the conversation in the other one (94621).

[Bug c/94621] GCC 9.2.1 segfaults when compiling file with -O3

2020-04-16 Thread ola.olsson at acconeer dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94621 --- Comment #1 from Ola Olsson --- Created attachment 48292 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48292=edit Preprocessed file of the smallest example I could make

[Bug c/94621] New: GCC 9.2.1 segfaults when compiling file with -O3

2020-04-16 Thread ola.olsson at acconeer dot com
Component: c Assignee: unassigned at gcc dot gnu.org Reporter: ola.olsson at acconeer dot com Target Milestone: --- Hi, I compiled the c-file version of the attached file with: $ gcc -v -save-temps -fsanitize=undefined -fno-strict-aliasing -fwrapv -fno-aggressive-loop-optimizations

[Bug c/94620] New: GCC 9.2.1 segfaults when compiling file with -O3

2020-04-16 Thread ola.olsson at acconeer dot com
Component: c Assignee: unassigned at gcc dot gnu.org Reporter: ola.olsson at acconeer dot com Target Milestone: --- Created attachment 48291 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48291=edit Preprocessed ffile of the smallest example I could make Hi, I compiled th