[Bug target/91769] [9/10 regression] wrong code with -O2 on MIPS

2019-10-03 Thread draganm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91769 --- Comment #6 from draganm at gcc dot gnu.org --- Author: draganm Date: Thu Oct 3 19:17:20 2019 New Revision: 276525 URL: https://gcc.gnu.org/viewcvs?rev=276525&root=gcc&view=rev Log: Fix PR target/91769 This fixes the issue by check

[Bug target/91474] Internal compiler error when building mabi=32 mips64-elf cross-compiler: segfault in parallel_settings.cc

2019-10-04 Thread draganm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91474 --- Comment #10 from draganm at gcc dot gnu.org --- Author: draganm Date: Fri Oct 4 10:57:48 2019 New Revision: 276569 URL: https://gcc.gnu.org/viewcvs?rev=276569&root=gcc&view=rev Log: Backprot fix for uninitialised use in mips_sp

[Bug target/91702] [9/10 Regression] ICE with mips16

2019-10-04 Thread draganm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91702 --- Comment #3 from draganm at gcc dot gnu.org --- Author: draganm Date: Fri Oct 4 10:57:48 2019 New Revision: 276569 URL: https://gcc.gnu.org/viewcvs?rev=276569&root=gcc&view=rev Log: Backprot fix for uninitialised use in mips_sp

[Bug target/91769] [9/10 regression] wrong code with -O2 on MIPS

2019-10-04 Thread draganm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91769 --- Comment #8 from draganm at gcc dot gnu.org --- Author: draganm Date: Fri Oct 4 11:10:01 2019 New Revision: 276570 URL: https://gcc.gnu.org/viewcvs?rev=276570&root=gcc&view=rev Log: Backport fix for PR target/91769 gcc/ChangeLog: