[Bug target/106773] libbpf: failed to find BTF info for global/extern symbol 'bpf_link_fops'

2022-12-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106773 --- Comment #17 from CVS Commits --- The master branch has been updated by David Faust : https://gcc.gnu.org/g:2bce22e88e1c8486a0f2d42311506a8d3da20fb7 commit r13-4707-g2bce22e88e1c8486a0f2d42311506a8d3da20fb7 Author: David Faust Date: Wed

[Bug target/106773] libbpf: failed to find BTF info for global/extern symbol 'bpf_link_fops'

2022-12-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106773 --- Comment #19 from CVS Commits --- The master branch has been updated by David Faust : https://gcc.gnu.org/g:70b303049e45c180236a4114f844311652bad002 commit r13-4709-g70b303049e45c180236a4114f844311652bad002 Author: David Faust Date: Wed

[Bug target/106773] libbpf: failed to find BTF info for global/extern symbol 'bpf_link_fops'

2022-12-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106773 --- Comment #18 from CVS Commits --- The master branch has been updated by David Faust : https://gcc.gnu.org/g:4f7aa145b796c044526c93f390e68f3b56a1b30a commit r13-4708-g4f7aa145b796c044526c93f390e68f3b56a1b30a Author: David Faust Date: Wed

[Bug fortran/108109] New: [ICE] gfortran compilation fails calling 'free()' with 'malloc(): mismatching next->prev_size (unsorted)'

2022-12-14 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108109 Bug ID: 108109 Summary: [ICE] gfortran compilation fails calling 'free()' with 'malloc(): mismatching next->prev_size (unsorted)' Product: gcc Version: 13.0 Status: UNCO

[Bug c++/108104] ICE in unify, at cp/pt.c:24333 with template partial specialization and pointer to memeber function and nullptr

2022-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108104 Andrew Pinski changed: What|Removed |Added Keywords||ice-on-valid-code Summary|IC

[Bug preprocessor/108108] "gcc -MM" fails to list all dependencies

2022-12-14 Thread terra at gnome dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108108 --- Comment #4 from M Welinder --- > Since it was not read again, the file is not considered included ... It must have been read -- how else could gcc decide it was the same? # strace -f gcc -MM c.c 2>&1 >Makefile | grep 'open.*\.h' | grep -v

[Bug c++/108104] ICE in unify, at cp/pt.c:24333 with template partial specialization and pointer to memeber function and nullptr

2022-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108104 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug c++/108104] ICE in unify, at cp/pt.c:24333 with template partial specialization and pointer to memeber function and nullptr

2022-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108104 --- Comment #3 from Andrew Pinski --- It is definitely a pointer to member function issue. I tried with just a pointer to a function and it worked and even a pointer to a member field works too: ``` struct ss { int t; }; template struct Fre

[Bug c++/108110] New: ice in modify_call, at ipa-param-manipulation.cc:700 with -std=c++14 -O3 -march=native

2022-12-14 Thread dcb314 at hotmail dot com via Gcc-bugs
^ 0xe33c71 ipa_param_adjustments::modify_call(cgraph_edge*, bool) ../../trunk.d1/gcc/ipa-param-manipulation.cc:700 I have a reduction running. Problem seems to be recent (today or yesterday). Command line is $ ~/gcc/results.20221214.asan.ubsan/bin/g++ -c -march=native -std=

[Bug c++/108099] [12/13 Regression] ICE with type alias with `signed __int128_t`

2022-12-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108099 --- Comment #9 from Jakub Jelinek --- Though, on // PR c++/108099 // { dg-do compile { target c++11 } } // { dg-options "" } using u128 = unsigned __int128_t; using s128 = signed __int128_t; template struct integral_constant { static constex

[Bug ipa/108110] ice in modify_call, at ipa-param-manipulation.cc:700 with -std=c++14 -O3 -march=native

2022-12-14 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108110 --- Comment #1 from David Binderman --- CPU is AMD Ryzen 7 5700G, so -march flag is zen3.

[Bug ipa/108110] [13 Regression] ice in modify_call, at ipa-param-manipulation.cc:700 with -std=c++14 -O3 -march=native

2022-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108110 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0 Summary|ice in modify_c

[Bug ipa/108110] [13 Regression] ice in modify_call, at ipa-param-manipulation.cc:700 with -std=c++14 -O3 -march=native

2022-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108110 --- Comment #2 from Andrew Pinski --- Most likely one of the following revisions ranges caused the issue: r13-4705 - r13-4706 r13-4684 - r13-4691

[Bug rust/108111] New: Rust meets clang

2022-12-14 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108111 Bug ID: 108111 Summary: Rust meets clang Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rust Assignee: unassi

[Bug c++/108099] [12/13 Regression] ICE with type alias with `signed __int128_t`

2022-12-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108099 --- Comment #10 from Jakub Jelinek --- Another question is what with this tolerated extension happens when the typedef is unsigned. // PR c++/108099 // { dg-do compile { target c++11 } } // { dg-options "" } typedef unsigned long long t64; usi

[Bug fortran/108109] [ICE] gfortran compilation fails calling 'free()' with 'malloc(): mismatching next->prev_size (unsorted)'

2022-12-14 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108109 --- Comment #1 from anlauf at gcc dot gnu.org --- Is this attached file to be preprocessed? Or does it need special options? Can't reproduce here.

[Bug c++/108112] New: ICE on explicit instantiation of template member operator delete

2022-12-14 Thread Douglas.Deslauriers at vector dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108112 Bug ID: 108112 Summary: ICE on explicit instantiation of template member operator delete Product: gcc Version: 12.2.0 Status: UNCONFIRMED Severity: normal

[Bug c++/108093] Quadratic error lines printed with missing include for template with -std=c++20

2022-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108093 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Summary|Quadratic error

[Bug fortran/79426] [10 Regression] fortran - internal compiler error: in fold_convert_loc, at fold-const.c:2251

2022-12-14 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79426 anlauf at gcc dot gnu.org changed: What|Removed |Added Summary|[10/11/12/13 Regression]|[10 Regression] fortran -

[Bug c++/108112] ICE on explicit instantiation of template member operator delete

2022-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108112 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2022-12-14 Status|UNCONFIRM

[Bug c++/108112] ICE on explicit instantiation of template member operator delete

2022-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108112 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c++/36406] [4.3/4.4/4.5 regression] ICE with template delete operator

2022-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36406 Andrew Pinski changed: What|Removed |Added Known to fail|| --- Comment #9 from Andrew Pinski ---

[Bug rust/108113] New: Rust and --enable-link-serialization=1

2022-12-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108113 Bug ID: 108113 Summary: Rust and --enable-link-serialization=1 Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rust

[Bug rust/108113] Rust and --enable-link-serialization=1

2022-12-14 Thread dkm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108113 Marc Poulhiès changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |dkm at gcc dot gnu.org

[Bug gcov-profile/107537] gcov skips throw/fallthrough annotations for 'never executed' branches

2022-12-14 Thread michael.foerderer at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107537 --- Comment #4 from michael.foerderer at gmx dot de --- This is my first patch, I hope that I did it right: https://gcc.gnu.org/pipermail/gcc-patches/2022-December/608512.html

[Bug c++/108114] New: Designated initialization of parent class results in error in C++20 mode

2022-12-14 Thread gawain.bolton at free dot fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108114 Bug ID: 108114 Summary: Designated initialization of parent class results in error in C++20 mode Product: gcc Version: 12.2.0 Status: UNCONFIRMED Severity: nor

[Bug c++/108114] Designated initialization of parent class results in error in C++20 mode

2022-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108114 --- Comment #1 from Andrew Pinski --- clang gives: :11:19: warning: mixture of designated and non-designated initializers in the same initializer list is a C99 extension [-Wc99-designator] B b{{.a = 0}, .b = 1}; ^~ :11:

[Bug c++/108114] Designated initialization of parent class results in error in C++20 mode

2022-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108114 --- Comment #2 from Andrew Pinski --- (In reply to Gawain Bolton from comment #0) > From my understanding of the C++20 standard (cf. > https://eel.is/c++draft/dcl.init.general#nt:brace-or-equal-initializer) > this code attached is valid since a

[Bug fortran/95947] PACK intrinsic returns blank strings when an allocatable character array with allocatable length is used

2022-12-14 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95947 --- Comment #5 from anlauf at gcc dot gnu.org --- The dump tree shows near the pack intrinsic: - for character(len=10): atmp.4.dtype = {.elem_len=10, .rank=1, .type=6}; atmp.4.span = 10; atmp.4.data = 0B; atmp.4.offset = 0; _

[Bug fortran/108109] [ICE] gfortran compilation fails calling 'free()' with 'malloc(): mismatching next->prev_size (unsorted)'

2022-12-14 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108109 --- Comment #2 from Tobias Burnus --- Created attachment 54096 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54096&action=edit valgrind output. (In reply to anlauf from comment #1) > Is this attached file to be preprocessed? Or does it

[Bug fortran/95947] PACK intrinsic returns blank strings when an allocatable character array with allocatable length is used

2022-12-14 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95947 --- Comment #6 from anlauf at gcc dot gnu.org --- Setting a breakpoint in gfc_resolve_pack, I find for the len=: case: (gdb) p *array->ts.u.cl $12 = {length = 0x0, next = 0x2cc7af0, length_from_typespec = false, backend_decl = 0x0, passed_leng

[Bug analyzer/108065] [13 Regression] ICE in make, at analyzer/store.cc:132 since r13-4529-gdfe2ef7f2b6cac70

2022-12-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108065 --- Comment #2 from CVS Commits --- The master branch has been updated by David Malcolm : https://gcc.gnu.org/g:41faa1d7beb90b235858c8a692be926642ad5559 commit r13-4710-g41faa1d7beb90b235858c8a692be926642ad5559 Author: David Malcolm Date: W

[Bug fortran/108109] [ICE] gfortran compilation fails calling 'free()' with 'malloc(): mismatching next->prev_size (unsorted)'

2022-12-14 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108109 anlauf at gcc dot gnu.org changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug analyzer/108065] [13 Regression] ICE in binding_key::make with empty region since r13-4529-gdfe2ef7f2b6cac70

2022-12-14 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108065 David Malcolm changed: What|Removed |Added Summary|[13 Regression] ICE in |[13 Regression] ICE in

[Bug rust/108111] Rust meets clang

2022-12-14 Thread dkm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108111 --- Comment #1 from Marc Poulhiès --- Hello David, Looking at the errors, most of them are trivial to fix. 1-6: missing 'override'. 9: not present in most recent dev branch on github, can be ignored as it will disappear when we update the gcc

[Bug rust/108111] Rust meets clang

2022-12-14 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108111 --- Comment #2 from Jonathan Wakely --- (In reply to Marc Poulhiès from comment #1) > I'll need to read a bit more about the 8 (default move assignment op being > deleted). Lexer has this member: buffered_queue input_queue; That has a membe

[Bug ipa/108110] [13 Regression] ice in modify_call, at ipa-param-manipulation.cc:700 with -std=c++14 -O3 -march=native

2022-12-14 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108110 --- Comment #3 from David Binderman --- Reduced C++ code seems to be: namespace std { template struct integral_constant { static constexpr int value = __v; }; using true_type = integral_constant; using false_type = integral_constant; templat

[Bug c++/108104] ICE in unify, at cp/pt.c:24333 with template partial specialization and pointer to memeber function and nullptr

2022-12-14 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108104 Patrick Palka changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |ppalka at gcc dot gnu.org

[Bug c/108115] New: spurious pointer used after realloc warning

2022-12-14 Thread tony--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108115 Bug ID: 108115 Summary: spurious pointer used after realloc warning Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug middle-end/108115] spurious pointer used after realloc warning

2022-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108115 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED See Also|

[Bug tree-optimization/106119] [12/13 Regression] Bogus use-after-free warning triggered by optimizer

2022-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106119 Andrew Pinski changed: What|Removed |Added CC||t...@develop-help.com --- Comment #5 fr

[Bug middle-end/104075] bogus/missing -Wuse-after-free

2022-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104075 Bug 104075 depends on bug 108115, which changed state. Bug 108115 Summary: spurious pointer used after realloc warning https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108115 What|Removed |Added ---

[Bug middle-end/104075] bogus/missing -Wuse-after-free

2022-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104075 Bug 104075 depends on bug 108115, which changed state. Bug 108115 Summary: spurious pointer used after realloc warning https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108115 What|Removed |Added ---

[Bug middle-end/108115] spurious pointer used after realloc warning

2022-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108115 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2022-12-15 Status|RESOLVED

[Bug c++/108116] New: internal compiler error: in check_noexcept_r, at cp/except.cc:1074

2022-12-14 Thread m101010a at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108116 Bug ID: 108116 Summary: internal compiler error: in check_noexcept_r, at cp/except.cc:1074 Product: gcc Version: 12.2.0 Status: UNCONFIRMED Keywords: ice-on-va

[Bug c++/108116] internal compiler error: in check_noexcept_r, at cp/except.cc:1074

2022-12-14 Thread m101010a at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108116 m101010a at gmail dot com changed: What|Removed |Added Attachment #54098|0 |1 is obsolete|

[Bug ipa/108110] [13 Regression] ice in modify_call, at ipa-param-manipulation.cc:700 with -std=c++14 -O3 -march=native

2022-12-14 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108110 --- Comment #4 from David Binderman --- Git bisect now running. Trying 15f04af347e3b65f.

[Bug c++/108071] [13 Regression] Build failure in Libreoffice since r13-4565

2022-12-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108071 --- Comment #10 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:4ef521bbc63f8a3883d507a8b6c1f95f442df3fe commit r13-4712-g4ef521bbc63f8a3883d507a8b6c1f95f442df3fe Author: Jason Merrill Date:

[Bug c++/105838] [10/11/12/13 Regression] g++ 12.1.0 runs out of memory or time when building const std::vector of std::strings

2022-12-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105838 --- Comment #20 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:4ef521bbc63f8a3883d507a8b6c1f95f442df3fe commit r13-4712-g4ef521bbc63f8a3883d507a8b6c1f95f442df3fe Author: Jason Merrill Date:

[Bug c++/108096] [13 regression] libreoffice build failure #2 since r13-4564

2022-12-14 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108096 Jason Merrill changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug rtl-optimization/108117] New: Wrong instruction scheduling on value coming from abnormal SSA

2022-12-14 Thread fxue at os dot amperecomputing.com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108117 Bug ID: 108117 Summary: Wrong instruction scheduling on value coming from abnormal SSA Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug rtl-optimization/108117] Wrong instruction scheduling on value coming from abnormal SSA

2022-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108117 Andrew Pinski changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[Bug rtl-optimization/108117] Wrong instruction scheduling on value coming from abnormal SSA

2022-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108117 --- Comment #2 from Andrew Pinski --- https://en.cppreference.com/w/c/program/setjmp

[Bug rtl-optimization/108117] Wrong instruction scheduling on value coming from abnormal SSA

2022-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108117 --- Comment #3 from Andrew Pinski --- There used to be a warning for this. Even saw someone post an updated version of it that happens on gimple (but that never went in).

[Bug ipa/108110] [13 Regression] ice in modify_call, at ipa-param-manipulation.cc:700 with -std=c++14 -O3 -march=native

2022-12-14 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108110 --- Comment #5 from David Binderman --- That revision seems good. Trying 7450b25566b7a738. For the reduced code, -march=zen3 not required.

[Bug rtl-optimization/108117] Wrong instruction scheduling on value coming from abnormal SSA

2022-12-14 Thread amonakov at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108117 Alexander Monakov changed: What|Removed |Added CC||amonakov at gcc dot gnu.org --- Com

[Bug ipa/108110] [13 Regression] ice in modify_call, at ipa-param-manipulation.cc:700 with -std=c++14 -O3 -march=native

2022-12-14 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108110 --- Comment #6 from David Binderman --- (In reply to David Binderman from comment #5) > That revision seems good. Trying 7450b25566b7a738. Seems good. Trying 512098a3316f07d4.

[Bug ipa/108110] [13 Regression] ice in modify_call, at ipa-param-manipulation.cc:700 with -std=c++14 -O3 -march=native

2022-12-14 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108110 David Binderman changed: What|Removed |Added CC||mjambor at suse dot cz --- Comment #7

<    1   2