[Bug c++/90997] [9/10 Regression] ICE on a memset in a template in tsubst_copy_and_build, at cp/pt.c:18480

2020-01-25 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90997 --- Comment #3 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:da11ffbba8741e085095f49037860de8e8701a1f commit r10-6228-gda11ffbba8741e085095f49037860de8e8701a1f Author: Jason Merrill Date: Su

[Bug c++/90992] [9/10 Regression] -Wnoexcept produce false positive

2020-01-25 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90992 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/90997] [9/10 Regression] ICE on a memset in a template in tsubst_copy_and_build, at cp/pt.c:18480

2020-01-25 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90997 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/91718] [9/10 Regression] Inherited constructors with arrays of objects

2020-01-25 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91718 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/92099] [9/10 Regression] static_assert of struct template of false_type succeed with GCC8 but not GCC9

2020-01-25 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92099 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/92099] [9/10 Regression] static_assert of struct template of false_type succeed with GCC8 but not GCC9

2020-01-25 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92099 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/92601] [9/10 Regression] error: type variant differs by TYPE_NEEDS_CONSTRUCTING

2020-01-25 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92601 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug middle-end/61577] [4.9.0 Regression] can't compile on hp-ux v3 ia64

2020-01-25 Thread peter.bisroev at groundlabs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577 --- Comment #126 from Peter Bisroev --- (In reply to dave.anglin from comment #123) > Just for reference, these are the stage1 sizes for cc1 and cc1plus on hpux: > gcc-10: > -bash-4.4$ /opt/gnu/bin/size cc1 cc1plus >textdata bss d

[Bug middle-end/61577] [4.9.0 Regression] can't compile on hp-ux v3 ia64

2020-01-25 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577 --- Comment #125 from dave.anglin at bell dot net --- On 2020-01-25 7:59 p.m., peter.bisroev at groundlabs dot com wrote: > Please let me know what you would like me to try next. Let's look at testsuite log in /gcc/testsuite/gcc.  This should show

[Bug c++/93437] New: On protobuf generated code, -Warray-bounds is brittle and not very helpful

2020-01-25 Thread rafael at espindo dot la
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93437 Bug ID: 93437 Summary: On protobuf generated code, -Warray-bounds is brittle and not very helpful Product: gcc Version: 9.2.1 Status: UNCONFIRMED Severity: norm

[Bug middle-end/61577] [4.9.0 Regression] can't compile on hp-ux v3 ia64

2020-01-25 Thread peter.bisroev at groundlabs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577 --- Comment #124 from Peter Bisroev --- (In reply to dave.anglin from comment #122) > There is a script in contrib/test_summary.  If you run it in the top of your > build directory and > direct output to a file, it will generate a script to uplo

[Bug tree-optimization/93434] [8/9/10 Regression] Miscompilation with -O3 starting from 8.1

2020-01-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93434 --- Comment #3 from Andrew Pinski --- (In reply to Andrew Pinski from comment #1) > Works for me on the trunk. I misunderstood the output that is why I said it worked for me. The output change is just so slight that I missed the change :).

[Bug sanitizer/93433] sanitizer_linux.cc contains non-Linux-specific code

2020-01-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93433 --- Comment #5 from Andrew Pinski --- (In reply to Roland Illig from comment #4) > Reported as https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93433 > > The description of the Bugzilla component called "sanitizer" should be > corrected. Currently i

[Bug c++/93436] [9/10 Regression] ICE during GIMPLE pass: sanopt with -fsanitize=address -fdump-tree-sanopt

2020-01-25 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93436 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug lto/93166] [10 Regression] ICE in get_info_about_necessary_edges, at ipa-cp.c:4137 since r278893

2020-01-25 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93166 --- Comment #10 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:05107d4e4ccd11ecc8712d6e271fcb4b5f17060f commit r10-6226-g05107d4e4ccd11ecc8712d6e271fcb4b5f17060f Author: Jakub Jelinek Date: S

[Bug tree-optimization/92788] [10 Regression] ICE in redirect_eh_edge_1, at tree-eh.c:2313

2020-01-25 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92788 --- Comment #9 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:cc74832213ba1fc7abe402573a0b381e1c404df0 commit r10-6225-gcc74832213ba1fc7abe402573a0b381e1c404df0 Author: Jakub Jelinek Date: Su

[Bug c++/93436] [9/10 Regression] ICE during GIMPLE pass: sanopt with -fsanitize=address -fdump-tree-sanopt

2020-01-25 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93436 Marek Polacek changed: What|Removed |Added Target Milestone|--- |9.3 Summary|ICE during GIMPLE

[Bug c++/93436] ICE during GIMPLE pass: sanopt with -fsanitize=address -fdump-tree-sanopt

2020-01-25 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93436 Marek Polacek changed: What|Removed |Added Keywords||ice-on-valid-code Status|UNC

[Bug sanitizer/93433] sanitizer_linux.cc contains non-Linux-specific code

2020-01-25 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93433 --- Comment #4 from Roland Illig --- Reported as https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93433 The description of the Bugzilla component called "sanitizer" should be corrected. Currently it reads as if I should report any libsanitizer bugs

[Bug sanitizer/93433] sanitizer_linux.cc contains non-Linux-specific code

2020-01-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93433 --- Comment #3 from Andrew Pinski --- (In reply to Roland Illig from comment #2) > But why is there a bug category called sanitizer then, which even mentions > libsanitizer? Because some things are specific to gcc. Like the configure and the mak

[Bug sanitizer/93433] sanitizer_linux.cc contains non-Linux-specific code

2020-01-25 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93433 --- Comment #2 from Roland Illig --- But why is there a bug category called sanitizer then, which even mentions libsanitizer?

[Bug tree-optimization/93434] [8/9/10 Regression] Miscompilation with -O3 starting from 8.1

2020-01-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93434 Jakub Jelinek changed: What|Removed |Added Keywords||wrong-code Priority|P3

[Bug tree-optimization/93434] [8/9/10 Regression] Miscompilation with -O3 starting from 8.1

2020-01-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93434 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Version|unknown

[Bug c++/93436] ICE during GIMPLE pass: sanopt with -fsanitize=address -fdump-tree-sanopt

2020-01-25 Thread zgredder at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93436 --- Comment #1 from Bartosz Szreder --- Created attachment 47709 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47709&action=edit Preprocessed source code

[Bug c++/93436] New: ICE during GIMPLE pass: sanopt with -fsanitize=address -fdump-tree-sanopt

2020-01-25 Thread zgredder at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93436 Bug ID: 93436 Summary: ICE during GIMPLE pass: sanopt with -fsanitize=address -fdump-tree-sanopt Product: gcc Version: 9.2.0 Status: UNCONFIRMED Severity: norma

[Bug other/93434] Miscompilation with -O3 starting from 8.1

2020-01-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93434 --- Comment #1 from Andrew Pinski --- Works for me on the trunk.

[Bug c/93435] New: Hang with -O2 on innocuous looking code with GCC 8.3

2020-01-25 Thread rlivings at mathworks dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93435 Bug ID: 93435 Summary: Hang with -O2 on innocuous looking code with GCC 8.3 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Compo

[Bug c++/93279] [9 Regression] C++ Template substitution ICE

2020-01-25 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93279 Jason Merrill changed: What|Removed |Added Known to work||10.0 Summary|[9/10 Regression

[Bug other/93434] New: Miscompilation with -O3 starting from 8.1

2020-01-25 Thread rlivings at mathworks dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93434 Bug ID: 93434 Summary: Miscompilation with -O3 starting from 8.1 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: other

[Bug libstdc++/93426] fix typo in span

2020-01-25 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93426 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug sanitizer/93433] sanitizer_linux.cc contains non-Linux-specific code

2020-01-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93433 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug sanitizer/93433] New: sanitizer_linux.cc contains non-Linux-specific code

2020-01-25 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93433 Bug ID: 93433 Summary: sanitizer_linux.cc contains non-Linux-specific code Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug c++/93414] Bad diagnostics for dynamic_cast during constant evaluation: implementation details leak out

2020-01-25 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93414 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/93414] Bad diagnostics for dynamic_cast during constant evaluation: implementation details leak out

2020-01-25 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93414 --- Comment #2 from CVS Commits --- The master branch has been updated by Marek Polacek : https://gcc.gnu.org/g:de0684bf3f72c1e7a29704bce215ab40bcb84bb6 commit r10-6224-gde0684bf3f72c1e7a29704bce215ab40bcb84bb6 Author: Marek Polacek Date: Fr

[Bug c/91348] Missed optimization: not passing hidden pointer but copying memory

2020-01-25 Thread gcc at gmch dot uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91348 Chris Hall changed: What|Removed |Added CC||gcc at gmch dot uk --- Comment #3 from Chri

[Bug target/93412] [10 Regression] ICE: in extract_insn, at recog.c:2294 with __builtin_add_overflow() at -Og

2020-01-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93412 --- Comment #2 from Jakub Jelinek --- Created attachment 47708 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47708&action=edit gcc10-pr93412.patch Untested fix.

[Bug c/93432] variable is used uninitialized, but gcc shows no warning

2020-01-25 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93432 Eric Gallager changed: What|Removed |Added Keywords||diagnostic CC|

[Bug analyzer/93392] Issue a "sorry" on attempts to use -fanalyzer with non-C source for initial release

2020-01-25 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93392 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Comment

[Bug c/93432] New: variable is used uninitialized, but gcc shows no warning

2020-01-25 Thread sven.koehler at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93432 Bug ID: 93432 Summary: variable is used uninitialized, but gcc shows no warning Product: gcc Version: 9.2.0 Status: UNCONFIRMED Severity: normal Prior

[Bug analyzer/93388] ensure -fanalyzer works with our C code

2020-01-25 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93388 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Comment

[Bug target/93430] [10 Regression] ICE in final_scan_insn_1, at final.c:3073

2020-01-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93430 --- Comment #2 from Jakub Jelinek --- Created attachment 47707 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47707&action=edit gcc10-pr93430.patch Untested fix.

[Bug c++/93431] New: FAIL: g++.dg/cpp2a/lambda-uneval9.C -std=c++2a (test for excess errors)

2020-01-25 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93431 Bug ID: 93431 Summary: FAIL: g++.dg/cpp2a/lambda-uneval9.C -std=c++2a (test for excess errors) Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal

[Bug target/93430] [10 Regression] ICE in final_scan_insn_1, at final.c:3073

2020-01-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93430 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug middle-end/61577] [4.9.0 Regression] can't compile on hp-ux v3 ia64

2020-01-25 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577 --- Comment #123 from dave.anglin at bell dot net --- On 2020-01-24 10:50 p.m., peter.bisroev at groundlabs dot com wrote: > In the meantime, as per your suggestion, I have used the size tool to check > the > size of the text section, and it was

[Bug middle-end/61577] [4.9.0 Regression] can't compile on hp-ux v3 ia64

2020-01-25 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577 --- Comment #122 from dave.anglin at bell dot net --- On 2020-01-25 1:18 a.m., peter.bisroev at groundlabs dot com wrote: > Hi Dave, after a bit of trial and error, I was able to get Tcl, expect and > DejaGnu to run from what I can tell. It also l

[Bug lto/93166] [10 Regression] ICE in get_info_about_necessary_edges, at ipa-cp.c:4137 since r278893

2020-01-25 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93166 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug analyzer/93349] ICE: verify_gimple failed (error: location references block not in block tree)

2020-01-25 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93349 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug fortran/93422] Bogus POINTER attribute mismatch with submodule MODULE PROCEDURE

2020-01-25 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93422 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug fortran/93424] ICE on valid with pointer result from submodule function

2020-01-25 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93424 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug fortran/93423] ICE on invalid with argument list for module procedure

2020-01-25 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93423 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug fortran/93427] Rejects valid with pointer result from recursive function

2020-01-25 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93427 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug target/93430] New: [10 Regression] ICE in final_scan_insn_1, at final.c:3073

2020-01-25 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93430 Bug ID: 93430 Summary: [10 Regression] ICE in final_scan_insn_1, at final.c:3073 Product: gcc Version: 9.0 Status: UNCONFIRMED Keywords: ice-on-valid-code

[Bug target/93430] [10 Regression] ICE in final_scan_insn_1, at final.c:3073

2020-01-25 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93430 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ipa/93429] New: Missed IPA-CP on by-ref argument directly passed through from caller

2020-01-25 Thread fxue at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93429 Bug ID: 93429 Summary: Missed IPA-CP on by-ref argument directly passed through from caller Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug lto/93166] [10 Regression] ICE in get_info_about_necessary_edges, at ipa-cp.c:4137 since r278893

2020-01-25 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93166 --- Comment #8 from CVS Commits --- The master branch has been updated by Feng Xue : https://gcc.gnu.org/g:98dd8c97e44ee8134cecf681045b715a8a73c7cd commit r10-6222-g98dd8c97e44ee8134cecf681045b715a8a73c7cd Author: Feng Xue Date: Sun Jan 19 1

[Bug target/92665] [AArch64] low lanes select not optimized out for vmlal intrinsics

2020-01-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92665 Andrew Pinski changed: What|Removed |Added Attachment #47356|0 |1 is obsolete|

[Bug c++/64867] split warning for passing non-POD to varargs function from -Wconditionally-supported into new warning flag, -Wnon-pod-varargs

2020-01-25 Thread trass3r at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64867 --- Comment #29 from Trass3r --- Ah I see, ok.

[Bug c++/64867] split warning for passing non-POD to varargs function from -Wconditionally-supported into new warning flag, -Wnon-pod-varargs

2020-01-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64867 --- Comment #28 from Andrew Pinski --- (In reply to Trass3r from comment #27) > This should really be enabled by -Wall or -Wextra as it generates code that > may easily crash or corrupt something. But GCC supports this fully. That is why it is/

[Bug c++/64867] split warning for passing non-POD to varargs function from -Wconditionally-supported into new warning flag, -Wnon-pod-varargs

2020-01-25 Thread trass3r at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64867 Trass3r changed: What|Removed |Added CC||trass3r at gmail dot com --- Comment #27 from

[Bug c/38308] -Wformat does not work for wide strings

2020-01-25 Thread jerome.h...@planete-sciences.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38308 --- Comment #7 from jerome.h...@planete-sciences.org --- I know nothing of the inner workings of gcc, but what I can imagine, is that to check a wchar_t string is easier than a char string, because some encodings may use variable length multibyte

[Bug target/88589] ICE + seemingly wrong codegen with m68k-elf

2020-01-25 Thread lionel_debroux at yahoo dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88589 --- Comment #5 from Lionel Debroux --- Thanks for your tests. On my side, with Debian 9's m68k-elf-gcc: * the ICE reproduces just fine when using -Os but not when using -O2; * when the cause of the ICE is commented out, the wrong codegen for the

[Bug tree-optimization/93428] New: [10 Regression] ICE in vect_transform_slp_perm_load

2020-01-25 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93428 Bug ID: 93428 Summary: [10 Regression] ICE in vect_transform_slp_perm_load Product: gcc Version: 10.0 Status: UNCONFIRMED Keywords: ice-on-invalid-code Severity: normal

[Bug lto/93166] [10 Regression] ICE in get_info_about_necessary_edges, at ipa-cp.c:4137 since r278893

2020-01-25 Thread fxue at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93166 --- Comment #7 from fxue at gcc dot gnu.org --- (In reply to Jeffrey A. Law from comment #6) > I've got state, so I'll take this as well. Here is a patch at https://gcc.gnu.org/ml/gcc-patches/2020-01/msg00068.html, waiting for review from someone