[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

[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 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 #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 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 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 Andrew Pinski changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[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 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 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++/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 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++/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 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 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 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 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/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 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 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 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 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 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 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 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 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/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 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 #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 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 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] 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 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 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 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 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 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++/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 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++/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 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 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++/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 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 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 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] 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 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 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++/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++/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 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 Keywords||ice-on-valid-code Summary|IC

[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 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 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 #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 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 Jakub Jelinek changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #8

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

2022-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108108 --- Comment #3 from Andrew Pinski --- Really #pragma once should just emit a warning just like #import does ...

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

2022-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108108 --- Comment #2 from Andrew Pinski --- From: https://gcc.gnu.org/onlinedocs/gcc-12.2.0/cpp/Pragmas.html#Pragmas "that file will never be read again, no matter what." https://gcc.gnu.org/onlinedocs/gcc-12.2.0/gcc/Preprocessor-Options.html#index-M

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

2022-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108108 Andrew Pinski changed: What|Removed |Added Component|other |preprocessor --- Comment #1 from Andrew

[Bug other/108108] New: "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 Bug ID: 108108 Summary: "gcc -MM" fails to list all dependencies Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other

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

2022-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108099 Andrew Pinski changed: What|Removed |Added Known to work||11.3.0 Target Milestone|---

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

2022-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108099 --- Comment #6 from Andrew Pinski --- I forgot to mention we do reject: ``` typedef signed __int128_t t; ``` already too.

[Bug tree-optimization/108095] powerpc-linux / powerpc64-linux: ICEs when building Linux's arch/powerpc/kernel/align.c (asm goto)

2022-12-14 Thread jbglaw--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108095 --- Comment #7 from Jan-Benedict Glaw --- (In reply to Jakub Jelinek from comment #5) > Created attachment 54090 [details] > gcc13-pr108095.patch Compiler builds for me and the ICE went away for all affected Linux configurations. Though I canno

[Bug c++/108099] ICE with type alias with `signed __int_128_t`

2022-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108099 Andrew Pinski changed: What|Removed |Added Summary|ICE when parsing signed |ICE with type alias with

[Bug bootstrap/101834] make distclean forgets ./c++tools/

2022-12-14 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101834 --- Comment #3 from Segher Boessenkool --- I never build in the source tree. I use distclean a lot.

[Bug libstdc++/108107] New: FAIL: libstdc++-prettyprinters/debug.cc print sstream

2022-12-14 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108107 Bug ID: 108107 Summary: FAIL: libstdc++-prettyprinters/debug.cc print sstream Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compo

[Bug rust/108102] rust bootstrap comparison failure on s390x-linux-gnu

2022-12-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108102 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1

[Bug sanitizer/108106] New: [13 Regression] /usr/bin/ld: .libs/hwasan_setjmp_x86_64.o: relocation R_X86_64_PC32 against symbol `__interceptor_sigsetjmp' can not be used when making a shared object; re

2022-12-14 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108106 Bug ID: 108106 Summary: [13 Regression] /usr/bin/ld: .libs/hwasan_setjmp_x86_64.o: relocation R_X86_64_PC32 against symbol `__interceptor_sigsetjmp' can not be use

[Bug libstdc++/108105] New: std::is_sorted(std::execution::par, ...) giving incorrect result

2022-12-14 Thread thomas.jollans at dentsplysirona dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108105 Bug ID: 108105 Summary: std::is_sorted(std::execution::par, ...) giving incorrect result Product: gcc Version: 12.2.0 Status: UNCONFIRMED Severity: normal

[Bug c++/108104] New: ICE in unify, at cp/pt.c:24333 with template partial specialization

2022-12-14 Thread gawain.bolton at free dot fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108104 Bug ID: 108104 Summary: ICE in unify, at cp/pt.c:24333 with template partial specialization Product: gcc Version: 12.2.0 Status: UNCONFIRMED Severity: normal

[Bug bootstrap/101834] make distclean forgets ./c++tools/

2022-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101834 Andrew Pinski changed: What|Removed |Added CC||segher at gcc dot gnu.org --- Comment #

[Bug c++/108103] c++tools remains after make distclean

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

[Bug testsuite/95706] New test case gfortran.dg/pr95690.f90 fails

2022-12-14 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95706 John David Anglin changed: What|Removed |Added Target|powerpc64*-linux-gnu, |powerpc64*-linux-gnu,

[Bug c++/108103] New: c++tools remains after make distclean

2022-12-14 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108103 Bug ID: 108103 Summary: c++tools remains after make distclean Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug rust/108102] New: rust bootstrap comparison failure on s390x-linux-gnu

2022-12-14 Thread doko at gcc dot gnu.org via Gcc-bugs
Component: rust Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org CC: dkm at gcc dot gnu.org, gcc-rust at gcc dot gnu.org Target Milestone: --- seen with trunk 20221214 on s390x-linux-gnu: make[5]: Leaving directory '/<>/build

[Bug debug/107231] [13 Regression] c-c++-common/goacc/kernels-loop-g.c: '-fcompare-debug' failure (length)

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

[Bug target/108038] GCC generates poor code for select of consecutive constants on riscv-64

2022-12-14 Thread rzinsly at ventanamicro dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108038 --- Comment #1 from Raphael M Zinsly --- (In reply to Jeffrey A. Law from comment #0) > testGT: > sgt a0,a0,a1# 25[c=4 l=4] *sgt_didi > xoria0,a0,1 # 27[c=4 l=4] xordi3/1 > addia0,a0,2 # 16

[Bug testsuite/106120] [13 regression] g++.dg/warn/Wstringop-overflow-4.C fails since r13-1268-g8c99e307b20c50

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

[Bug tree-optimization/107561] [13 Regression] g++.dg/pr71488.C and [g++.dg/warn/Warray-bounds-16.C -m32] regression due to -Wstringop-overflow problem

2022-12-14 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107561 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug rust/107633] Bootstrap failure due to -Werror=unused-parameter and -Werror=dangling-reference

2022-12-14 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107633 Thomas Schwinge changed: What|Removed |Added Keywords||build Version|13.0

[Bug analyzer/108028] Misleading -fanalyzer messages at -O2 and above

2022-12-14 Thread mengli.ming at outlook dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108028 --- Comment #3 from ming mengli --- (In reply to David Malcolm from comment #1) > Thanks for filing this bug. > > There are several things going on here. > > (A): the analyzer is considering the function "f" as called standalone, as > well as

[Bug tree-optimization/108095] powerpc-linux / powerpc64-linux: ICEs when building Linux's arch/powerpc/kernel/align.c (asm goto)

2022-12-14 Thread jbglaw--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108095 --- Comment #6 from Jan-Benedict Glaw --- I'll give that patch a spin, build the cross-compilers and try to build the affected Linux configurations.

[Bug rust/108087] -Wodr warnings in rust/rust-lang.cc (lang_type)

2022-12-14 Thread cohenarthur at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108087 Arthur Cohen changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug rust/107633] [13 regression] Bootstrap failure due to -Werror=unused-parameter and -Werror=dangling-reference

2022-12-14 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107633 Thomas Schwinge changed: What|Removed |Added See Also||https://github.com/Rust-GCC

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

2022-12-14 Thread urbanjost at comcast dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95947 --- Comment #4 from urbanjost at comcast dot net --- FYI: Still occurs in 12.2.0.

[Bug libstdc++/108097] std::stacktrace AddressSanitizer: new-delete-type-mismatch on 0x615000000080 in thread T0

2022-12-14 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108097 Jonathan Wakely changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|12.4

[Bug libstdc++/108097] std::stacktrace AddressSanitizer: new-delete-type-mismatch on 0x615000000080 in thread T0

2022-12-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108097 --- Comment #11 from CVS Commits --- The releases/gcc-12 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:e9d58614b0b8eebd64d568fa22cd31faaa5f8dce commit r12-8985-ge9d58614b0b8eebd64d568fa22cd31faaa5f8dce Author: Jonathan Wak

[Bug libstdc++/108097] std::stacktrace AddressSanitizer: new-delete-type-mismatch on 0x615000000080 in thread T0

2022-12-14 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108097 Jonathan Wakely changed: What|Removed |Added Target Milestone|--- |12.4 Keywords|

[Bug fortran/107214] [13 Regression] ICE: base pointer cycle detected since r13-2661-gb57abd072dd319a7

2022-12-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107214 --- Comment #2 from CVS Commits --- The master branch has been updated by Julian Brown : https://gcc.gnu.org/g:330b9a8d87dd73e10539da618496ad4964fee26d commit r13-4703-g330b9a8d87dd73e10539da618496ad4964fee26d Author: Julian Brown Date: Tue

[Bug libstdc++/108097] std::stacktrace AddressSanitizer: new-delete-type-mismatch on 0x615000000080 in thread T0

2022-12-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108097 --- Comment #10 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:881c6cabce5d0b27285ed41bd6dabdf48848cce7 commit r13-4701-g881c6cabce5d0b27285ed41bd6dabdf48848cce7 Author: Jonathan Wakely Date

[Bug target/107988] [13 Regression] ICE: in extract_insn, at recog.cc:2791 (unrecognizable insn) on aarch64-unknown-linux-gnu

2022-12-14 Thread tnfchris at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107988 Tamar Christina changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug target/107988] [13 Regression] ICE: in extract_insn, at recog.cc:2791 (unrecognizable insn) on aarch64-unknown-linux-gnu

2022-12-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107988 --- Comment #3 from CVS Commits --- The master branch has been updated by Tamar Christina : https://gcc.gnu.org/g:8c2451ba4601739654e2ea4907d6fa2a00d660aa commit r13-4699-g8c2451ba4601739654e2ea4907d6fa2a00d660aa Author: Tamar Christina Date:

[Bug tree-optimization/108095] powerpc-linux / powerpc64-linux: ICEs when building Linux's arch/powerpc/kernel/align.c (asm goto)

2022-12-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108095 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

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

2022-12-14 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107537 --- Comment #3 from Martin Liška --- Hello. Sorry for the delay. > Is there any reason why gcov skips throw/fallthrough annotations for > branches which were never executed? No. Your patch is fine and pre-approved, please include the PR entry

[Bug rust/107633] [13 regression] Bootstrap failure due to -Werror=unused-parameter and -Werror=dangling-reference

2022-12-14 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107633 Thomas Schwinge changed: What|Removed |Added Target|i386-pc-solaris2.11 | Build|i386-pc-solaris2.

[Bug preprocessor/52566] #include with #pragma once and files' contents is the same

2022-12-14 Thread terra at gnome dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52566 --- Comment #5 from M Welinder --- >From 108101: Note also: # gcc -MM c.c c.o: c.c a.h No b.h present! I.e., Makefiles built with this will not pick up changes to the second file.

[Bug preprocessor/108101] "#pragma once" causes other files not be included

2022-12-14 Thread terra at gnome dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108101 --- Comment #3 from M Welinder --- Note also: # gcc -MM c.c c.o: c.c a.h No b.h present!

  1   2   >