[Bug target/105648] .cfi_startproc in wrong position when -fpatchable-function-entry= is enabled on ppc64le

2022-05-19 Thread linkw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105648 Kewen Lin changed: What|Removed |Added CC||linkw at gcc dot gnu.org --- Comment #2 fro

[Bug ipa/105600] [12/13 Regression] ICE with LTO when building Mumble since r12-5696-g53caa4723d8de73f

2022-05-19 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105600 --- Comment #11 from Martin Liška --- > Please tell me if I am needed to try and squeeze more out, although I'm > likely to need instructions given aforementioned. No, I've just sent a patch to mailing list that's going to fix it.

[Bug c++/105652] ICE: in is_base_type, at dwarf2out.cc:13400

2022-05-19 Thread hewillk at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105652 --- Comment #2 from 康桓瑋 --- More reduced. template concept C = [] { return true; } (); template // <-- ok if not 'T' struct S {}; template requires C struct S { constexpr static bool value = true; }; static_assert(S::value); https://godbo

[Bug debug/105627] -fcompare-debug failure at -Og for powerpc64le-unknown-linux-gnu

2022-05-19 Thread linkw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105627 Kewen Lin changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at g

[Bug c++/102774] Stop showing "error: variable or field ‘f’ declared void" after an earlier error in a declarator

2022-05-19 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102774 --- Comment #3 from Jonathan Wakely --- For the first case: template void f(T...) { } GCC prints: f.C:1:18: error: expected nested-name-specifier before ‘.’ token 1 | template void f(T...) { } | ^ f.C:1:18: error: e

[Bug c++/102774] Stop showing "error: variable or field ‘f’ declared void" after an earlier error in a declarator

2022-05-19 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102774 --- Comment #4 from Jonathan Wakely --- For Barry's example clang prints: g.C:5:8: error: use of undeclared identifier 'B'; did you mean 'A::B'? void f(B::X x, int j) { ^ A::B g.C:1:14: note: 'A::B' declared here namespace A::B {

[Bug ipa/105600] [12/13 Regression] ICE with LTO when building Mumble since r12-5696-g53caa4723d8de73f

2022-05-19 Thread acoplan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105600 Alex Coplan changed: What|Removed |Added Attachment #52988|0 |1 is obsolete|

[Bug c++/105655] New: [12/13 Regression] ICE on invalid deduction

2022-05-19 Thread egor.pugin at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105655 Bug ID: 105655 Summary: [12/13 Regression] ICE on invalid deduction Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug target/105617] [12/13 Regression] Slp is maybe too aggressive in some/many cases

2022-05-19 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105617 --- Comment #13 from Hongtao.liu --- > so for the situation at hand I don't see any reasonable way out that > doesn't have the chance of regressing things in other places (like > treat loads from non-indexed auto variables specially or so). Th

[Bug c++/105656] New: remove BROKEN_VALUE_INITIALIZATION workaround

2022-05-19 Thread aldot at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105656 Bug ID: 105656 Summary: remove BROKEN_VALUE_INITIALIZATION workaround Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: minor Priority: P3 Component: c++

[Bug c++/105652] [12/13 Regression] ICE: in is_base_type, at dwarf2out.cc:13400 since r12-1937-gc28e1d288ab727de

2022-05-19 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105652 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org,

[Bug c++/105655] [12/13 Regression] ICE on invalid deduction

2022-05-19 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105655 Martin Liška changed: What|Removed |Added Ever confirmed|0 |1 CC|

[Bug c++/105656] remove BROKEN_VALUE_INITIALIZATION workaround

2022-05-19 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105656 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #1

[Bug tree-optimization/105643] [13 Regression] Code-Size regression for specrate 538.imagick_r

2022-05-19 Thread admin at levyhsu dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105643 --- Comment #4 from Levy Hsu --- Created attachment 52995 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52995&action=edit -fopt-info-vec before that commit

[Bug tree-optimization/105643] [13 Regression] Code-Size regression for specrate 538.imagick_r

2022-05-19 Thread admin at levyhsu dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105643 --- Comment #5 from Levy Hsu --- Created attachment 52996 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52996&action=edit -fopt-info-vec after this commit

[Bug tree-optimization/105650] [13 Regression] Possibly wrong code on fontforge -fvect-cost-model=unlimited

2022-05-19 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105650 Sergei Trofimovich changed: What|Removed |Added CC||jakub at redhat dot com --- Commen

[Bug tree-optimization/105643] [13 Regression] Code-Size regression for specrate 538.imagick_r

2022-05-19 Thread admin at levyhsu dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105643 --- Comment #6 from Levy Hsu --- Created attachment 52997 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52997&action=edit Vec different seems to related SetPixelPacket

[Bug tree-optimization/105650] [13 Regression] Possibly wrong code on fontforge -fvect-cost-model=unlimited

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

[Bug c++/105657] New: Build failure in firefox libxul.so if -DGLIBCXX_ASSERTIONS is in my CXXFLAGS

2022-05-19 Thread zarniwhoop at ntlworld dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105657 Bug ID: 105657 Summary: Build failure in firefox libxul.so if -DGLIBCXX_ASSERTIONS is in my CXXFLAGS Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity:

[Bug fortran/105658] New: Passing array component to unlimited polymorphic routine passes wrong slice

2022-05-19 Thread zed.three at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105658 Bug ID: 105658 Summary: Passing array component to unlimited polymorphic routine passes wrong slice Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: no

[Bug c++/105657] Build failure in firefox libxul.so if -DGLIBCXX_ASSERTIONS is in my CXXFLAGS

2022-05-19 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105657 --- Comment #1 from Jonathan Wakely --- That symbol is in libstdc++.so.6.0.30 so I assume you're linking to the wrong libstdc++.so, which is probably caused by -L/usr/lib/../lib Try adding -Wl,--trace to the g++ linker command and see which lib

[Bug libstdc++/105657] Build failure in firefox libxul.so if -DGLIBCXX_ASSERTIONS is in my CXXFLAGS

2022-05-19 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105657 Jonathan Wakely changed: What|Removed |Added Ever confirmed|0 |1 Keywords|

[Bug ada/105507] Ada build fails for 32bit Windows

2022-05-19 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105507 --- Comment #8 from Eric Botcazou --- > We currently link: > > shared: gmp, winpthread, zlib, zstd > static: mpc, mpfr, isl > > Not for any particular gcc related reason I think, some dependent packages > have static/shared builds, some don't.

[Bug c/105635] [12/13 Regression] ICE in gimple_parm_array_size, at pointer-query.cc:592 since r12-6606-g9d6a0f388eb048f8

2022-05-19 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105635 --- Comment #3 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:3b4daa0b3c3d8eb2ac3b40ad6898f314ed4d7919 commit r13-630-g3b4daa0b3c3d8eb2ac3b40ad6898f314ed4d7919 Author: Jakub Jelinek Date: Th

[Bug debug/105630] [10/11/12/13 Regression] '-fcompare-debug' failure w/ -O1 -ftree-parallelize-loops=2

2022-05-19 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105630 --- Comment #2 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:213cfa8d0a9d0bb28bd973323ee2055ee6699d86 commit r13-631-g213cfa8d0a9d0bb28bd973323ee2055ee6699d86 Author: Jakub Jelinek Date: Th

[Bug c/105635] [12 Regression] ICE in gimple_parm_array_size, at pointer-query.cc:592 since r12-6606-g9d6a0f388eb048f8

2022-05-19 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105635 Jakub Jelinek changed: What|Removed |Added Summary|[12/13 Regression] ICE in |[12 Regression] ICE in

[Bug debug/105630] [10/11/12 Regression] '-fcompare-debug' failure w/ -O1 -ftree-parallelize-loops=2

2022-05-19 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105630 Jakub Jelinek changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug c++/105656] remove BROKEN_VALUE_INITIALIZATION workaround

2022-05-19 Thread aldot at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105656 --- Comment #2 from Bernhard Reutner-Fischer --- Yes, i've seen your bigger patch to remove all of these version conditionals. But please note that this BROKEN_VALUE_INITIALIZATION was explicitly taylored to catch aforementioned GCC versions, a

[Bug tree-optimization/105643] [13 Regression] Code-Size regression for specrate 538.imagick_r

2022-05-19 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105643 --- Comment #7 from Richard Biener --- It seems there are a lot of loops like the following in FrameImage for (x=0; x < (ssize_t) width; x++) { SetPixelPacket(frame_image,&matte,q,frame_indexes);

[Bug c++/105655] [12/13 Regression] ICE on invalid deduction

2022-05-19 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105655 Richard Biener changed: What|Removed |Added Keywords||ice-on-valid-code Priority|P

[Bug tree-optimization/105650] [13 Regression] Possibly wrong code on fontforge -fvect-cost-model=unlimited

2022-05-19 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105650 Richard Biener changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug middle-end/105654] transparent_union, function pointer and different types arguments causes null pointer to be passed

2022-05-19 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105654 Richard Biener changed: What|Removed |Added CC||hubicka at gcc dot gnu.org,

[Bug middle-end/105654] transparent_union, function pointer and different types arguments causes null pointer to be passed

2022-05-19 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105654 --- Comment #2 from Andreas Schwab --- FWIW, glibc has removed the use of transparent_union from its wait implementation long ago.

[Bug ipa/100413] [11/12/13 Regression] ICE: failed to reclaim unneeded function with custom flags since r11-4267-g0e590b68fa374365

2022-05-19 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100413 --- Comment #11 from CVS Commits --- The releases/gcc-11 branch has been updated by Martin Jambor : https://gcc.gnu.org/g:a03b46b78c82666b39ccada3df533f819e13dcb7 commit r11-10011-ga03b46b78c82666b39ccada3df533f819e13dcb7 Author: Martin Jambor

[Bug ipa/100413] [11/12/13 Regression] ICE: failed to reclaim unneeded function with custom flags since r11-4267-g0e590b68fa374365

2022-05-19 Thread jamborm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100413 Martin Jambor changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug d/105659] New: error: #error You must define PREFERRED_DEBUGGING_TYPE if DWARF is not supported

2022-05-19 Thread ibuclaw at gdcproject dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105659 Bug ID: 105659 Summary: error: #error You must define PREFERRED_DEBUGGING_TYPE if DWARF is not supported Product: gcc Version: 12.1.0 Status: UNCONFIRMED Sever

[Bug middle-end/105654] transparent_union, function pointer and different types arguments causes null pointer to be passed

2022-05-19 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105654 --- Comment #3 from Andreas Schwab --- The declaration with the transparent union allows redeclarations with either of the contained types.

[Bug c/105660] New: ICE on aarch64 in warn_parm_array_mismatch

2022-05-19 Thread julie.gaspar at sipearl dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105660 Bug ID: 105660 Summary: ICE on aarch64 in warn_parm_array_mismatch Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug debug/105586] [11/12/13 Regression] -fcompare-debug failure (length) with -O2 -fno-if-conversion -mtune=power4 -fno-guess-branch-probability

2022-05-19 Thread jskumari at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105586 Surya Kumari Jangala changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |jskumari at gcc dot gnu.o

[Bug tree-optimization/105431] ICE: SIGSEGV in powi_as_mults_1 (tree-ssa-math-opts.cc:1512) with -Ofast and __builtin_pow()

2022-05-19 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105431 --- Comment #7 from CVS Commits --- The releases/gcc-12 branch has been updated by Richard Biener : https://gcc.gnu.org/g:1e43783b3f3570f59bbe80fe38ba65049fa77a0a commit r12-8396-g1e43783b3f3570f59bbe80fe38ba65049fa77a0a Author: Richard Biener

[Bug tree-optimization/105537] [12 Regression] ICE: cannot update SSA form (error: statement uses released SSA name)

2022-05-19 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105537 --- Comment #9 from CVS Commits --- The releases/gcc-12 branch has been updated by Richard Biener : https://gcc.gnu.org/g:a53eff4ad05f234a509dd2995d5a7612d5baa4e8 commit r12-8398-ga53eff4ad05f234a509dd2995d5a7612d5baa4e8 Author: Richard Biener

[Bug rtl-optimization/105559] [9/10/11/12 Regression] -g and -O3 cause timeout since r12-156-g8d4c374c4419a875

2022-05-19 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105559 --- Comment #9 from CVS Commits --- The releases/gcc-12 branch has been updated by Richard Biener : https://gcc.gnu.org/g:2a040e982945a5795081e81be35094b604d596d3 commit r12-8399-g2a040e982945a5795081e81be35094b604d596d3 Author: Richard Biener

[Bug libstdc++/105562] [12 Regression] std::function::_M_invoker may be used uninitialized in std::regex move with -fno-strict-aliasing

2022-05-19 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105562 --- Comment #15 from CVS Commits --- The releases/gcc-12 branch has been updated by Richard Biener : https://gcc.gnu.org/g:844a5c8ca768dc0cc90c1a943756610832d686a8 commit r12-8400-g844a5c8ca768dc0cc90c1a943756610832d686a8 Author: Richard Biene

[Bug rtl-optimization/105577] [12 Regression] ICE in delete_unmarked_insns, at dce.cc:653 since r12-248-gb58dc0b803057c0e

2022-05-19 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105577 --- Comment #14 from CVS Commits --- The releases/gcc-12 branch has been updated by Richard Biener : https://gcc.gnu.org/g:b251f8be6b018966edad5daeb45c42fd193b24b4 commit r12-8401-gb251f8be6b018966edad5daeb45c42fd193b24b4 Author: Richard Biene

[Bug c++/2022] Internal compiler error when c function has same name as mangled C++ name

2022-05-19 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=2022 --- Comment #6 from CVS Commits --- The releases/gcc-12 branch has been updated by Richard Biener : https://gcc.gnu.org/g:25d7a7381099b46b6554c5e20b00b19d460c2123 commit r12-8402-g25d7a7381099b46b6554c5e20b00b19d460c2123 Author: Richard Biener

[Bug rtl-optimization/105577] [12 Regression] ICE in delete_unmarked_insns, at dce.cc:653 since r12-248-gb58dc0b803057c0e

2022-05-19 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105577 --- Comment #15 from CVS Commits --- The releases/gcc-12 branch has been updated by Richard Biener : https://gcc.gnu.org/g:25d7a7381099b46b6554c5e20b00b19d460c2123 commit r12-8402-g25d7a7381099b46b6554c5e20b00b19d460c2123 Author: Richard Biene

[Bug tree-optimization/105618] [11/12 Regression] Missed loop body simplification by -O3 (trunk v.s. 10.3)

2022-05-19 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105618 --- Comment #7 from CVS Commits --- The releases/gcc-12 branch has been updated by Richard Biener : https://gcc.gnu.org/g:374cee99d01fceb89d0929da8b38051e6c9768f0 commit r12-8403-g374cee99d01fceb89d0929da8b38051e6c9768f0 Author: Richard Biener

[Bug rtl-optimization/105577] [12 Regression] ICE in delete_unmarked_insns, at dce.cc:653 since r12-248-gb58dc0b803057c0e

2022-05-19 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105577 Richard Biener changed: What|Removed |Added Known to work||12.1.1 Resolution|---

[Bug libstdc++/105562] [12 Regression] std::function::_M_invoker may be used uninitialized in std::regex move with -fno-strict-aliasing

2022-05-19 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105562 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug tree-optimization/105537] [12 Regression] ICE: cannot update SSA form (error: statement uses released SSA name)

2022-05-19 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105537 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/105661] New: Comparisons to atomic variables generates less efficient code

2022-05-19 Thread redbeard0531 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105661 Bug ID: 105661 Summary: Comparisons to atomic variables generates less efficient code Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug target/105647] New test g++.dg/modules/pr105169 from r13-566-g7a3f38a966a528 fails with assembler error

2022-05-19 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105647 --- Comment #3 from CVS Commits --- The trunk branch has been updated by Giuliano Belinassi : https://gcc.gnu.org/g:16e02662c092c6e3087628ef0030e7daa2f71485 commit r13-633-g16e02662c092c6e3087628ef0030e7daa2f71485 Author: Giuliano Belinassi D

[Bug libstdc++/105657] Build failure in firefox libxul.so if -DGLIBCXX_ASSERTIONS is in my CXXFLAGS

2022-05-19 Thread zarniwhoop at ntlworld dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105657 --- Comment #2 from Ken Moffat --- Jonathan, many thinks for your time and and explanation. It seems that when the desired version of gcc is in /opt/gcc, the mach build system used by firefox needs LDFLAGS=" -L/opt/gcc/lib" - that allowed it to

[Bug target/105648] .cfi_startproc in wrong position when -fpatchable-function-entry= is enabled on ppc64le

2022-05-19 Thread giuliano.belinassi at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105648 --- Comment #3 from Giuliano Belinassi --- Not sure if duplicate, but it certainly is related to PR99888 and PR98125.

[Bug target/105649] Wrong .localentry address on powerpc64le with -fpatchable-function-entry=1

2022-05-19 Thread giuliano.belinassi at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105649 --- Comment #2 from Giuliano Belinassi --- This issue is related to PR98125.

[Bug libstdc++/105657] Build failure in firefox libxul.so if -DGLIBCXX_ASSERTIONS is in my CXXFLAGS

2022-05-19 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105657 Jonathan Wakely changed: What|Removed |Added Resolution|--- |INVALID Status|WAITING

[Bug ipa/105140] [10/11 Regression] ICE: SIGSEGV in fold_convertible_p with conflicting function redeclaration since r10-5112-gfddcfa5b84bf8a06

2022-05-19 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105140 --- Comment #4 from CVS Commits --- The releases/gcc-11 branch has been updated by Richard Biener : https://gcc.gnu.org/g:740d64815c6c8afff5e92fff0f5e9e600361ff75 commit r11-10012-g740d64815c6c8afff5e92fff0f5e9e600361ff75 Author: Richard Biene

[Bug ipa/105250] ICE: in fold_convert_loc, at fold-const.cc:2581 with conflicting function redeclaration

2022-05-19 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105250 --- Comment #4 from CVS Commits --- The releases/gcc-11 branch has been updated by Richard Biener : https://gcc.gnu.org/g:0be87cc23d0b0e07656e94137978971555bebbb3 commit r11-10013-g0be87cc23d0b0e07656e94137978971555bebbb3 Author: Richard Biene

[Bug c/105148] [11 Regression] ICE in verify_use, at tree-ssa.cc:881

2022-05-19 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105148 --- Comment #7 from CVS Commits --- The releases/gcc-11 branch has been updated by Richard Biener : https://gcc.gnu.org/g:64b3a86d33e08072ea78f2a87c8a275bd15f07cb commit r11-10014-g64b3a86d33e08072ea78f2a87c8a275bd15f07cb Author: Richard Biene

[Bug tree-optimization/105163] [9/10/11 Regression] ICE: SSA corruption since r0-122928

2022-05-19 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105163 --- Comment #5 from CVS Commits --- The releases/gcc-11 branch has been updated by Richard Biener : https://gcc.gnu.org/g:132c3bb06a90887f5c173e00b7f2c5163e054ac1 commit r11-10015-g132c3bb06a90887f5c173e00b7f2c5163e054ac1 Author: Richard Biene

[Bug tree-optimization/105173] [10/11 Regression] ICE: during GIMPLE pass: reassoc: verify_ssa failed (definition in block 2 follows the use) at -Ofast with decimals since r7-950-g8a85cee26eabf5cf

2022-05-19 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105173 --- Comment #6 from CVS Commits --- The releases/gcc-11 branch has been updated by Richard Biener : https://gcc.gnu.org/g:f4f2bd4edea8beabcf9caea98f951dcac612b126 commit r11-10016-gf4f2bd4edea8beabcf9caea98f951dcac612b126 Author: Richard Biene

[Bug middle-end/105263] [9/10/11 Regression] ICE: gimple check: expected gimple_assign(error_mark), have gimple_nop() in gimple_assign_rhs1, at gimple.h:2655 with _Decimal64 -ffast-math since r7-950-g

2022-05-19 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105263 --- Comment #5 from CVS Commits --- The releases/gcc-11 branch has been updated by Richard Biener : https://gcc.gnu.org/g:b2557f9081e5bf440abe3fc184cbdaea0447ec64 commit r11-10017-gb2557f9081e5bf440abe3fc184cbdaea0447ec64 Author: Richard Biene

[Bug tree-optimization/105312] [11 Regression] ICE in gimple_expand_vec_cond_expr on arm-linux since r12-834-ga6eacbf1055520

2022-05-19 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105312 --- Comment #11 from CVS Commits --- The releases/gcc-11 branch has been updated by Richard Biener : https://gcc.gnu.org/g:33914983cf3734c2f8079963ba49fcc117499ef3 commit r11-10018-g33914983cf3734c2f8079963ba49fcc117499ef3 Author: Richard Bien

[Bug tree-optimization/105368] [10/11 Regression] ICE: SIGSEGV in powi_lookup_cost (tree-ssa-math-opts.cc:1441) with -Ofast and __builtin_powf()

2022-05-19 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105368 --- Comment #9 from CVS Commits --- The releases/gcc-11 branch has been updated by Richard Biener : https://gcc.gnu.org/g:3e6ae76385c60ad1ef63270ba969729a40ca1245 commit r11-10019-g3e6ae76385c60ad1ef63270ba969729a40ca1245 Author: Richard Biene

[Bug tree-optimization/105431] ICE: SIGSEGV in powi_as_mults_1 (tree-ssa-math-opts.cc:1512) with -Ofast and __builtin_pow()

2022-05-19 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105431 --- Comment #8 from CVS Commits --- The releases/gcc-11 branch has been updated by Richard Biener : https://gcc.gnu.org/g:16a2fcfe247364088ca9d6d058d870bdfa28b345 commit r11-10020-g16a2fcfe247364088ca9d6d058d870bdfa28b345 Author: Richard Biene

[Bug rtl-optimization/105559] [9/10/11 Regression] -g and -O3 cause timeout since r12-156-g8d4c374c4419a875

2022-05-19 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105559 --- Comment #10 from CVS Commits --- The releases/gcc-11 branch has been updated by Richard Biener : https://gcc.gnu.org/g:d293946d5c318549af88f96c4c2175dcbb8f4cf1 commit r11-10021-gd293946d5c318549af88f96c4c2175dcbb8f4cf1 Author: Richard Bien

[Bug c/105148] [11 Regression] ICE in verify_use, at tree-ssa.cc:881

2022-05-19 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105148 Richard Biener changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug tree-optimization/105312] [11 Regression] ICE in gimple_expand_vec_cond_expr on arm-linux since r12-834-ga6eacbf1055520

2022-05-19 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105312 Richard Biener changed: What|Removed |Added Known to fail|12.0|11.3.0, 12.1.0 Resolution|---

[Bug target/105573] ICE when building numpy on SPARC64

2022-05-19 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105573 Bug 105573 depends on bug 105312, which changed state. Bug 105312 Summary: [11 Regression] ICE in gimple_expand_vec_cond_expr on arm-linux since r12-834-ga6eacbf1055520 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105312 What|Rem

[Bug libcc1/105632] Canadian Cross build failure - error: attempt to use poisoned "malloc"

2022-05-19 Thread lancethepants at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105632 --- Comment #1 from Lance Fredrickson --- Created attachment 52999 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52999&action=edit Avoids using poisoned malloc in libcc1 Adds to libcc1plugin.cc and libcp1plugin.cc #define INCLUDE_MEMORY

[Bug c/105660] ICE on aarch64 in warn_parm_array_mismatch

2022-05-19 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105660 Martin Liška changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug c/105660] [12/13 Regression] ICE in warn_parm_array_mismatch since r12-1218-gc6503fa93b5565c9

2022-05-19 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105660 Martin Liška changed: What|Removed |Added CC||msebor at gcc dot gnu.org Sum

[Bug c/105660] [12/13 Regression] ICE in warn_parm_array_mismatch since r12-1218-gc6503fa93b5565c9

2022-05-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105660 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |12.2

[Bug d/105659] error: #error You must define PREFERRED_DEBUGGING_TYPE if DWARF is not supported

2022-05-19 Thread ibuclaw at gdcproject dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105659 --- Comment #1 from Iain Buclaw --- If I recall the conversation correctly, either the CPU-specific D language hooks should be moved to macros - equivalent to TARGET_CPU_CPP_BUILTINS and others. Or the tm_d file should be packed with a lot more

[Bug middle-end/105662] New: [RFC][OpenMP][OpenMP] - permit disabling host-fallback mode?

2022-05-19 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105662 Bug ID: 105662 Summary: [RFC][OpenMP][OpenMP] - permit disabling host-fallback mode? Product: gcc Version: 13.0 Status: UNCONFIRMED Keywords: openacc, openmp

[Bug c/105663] New: Segmentation Fault on optimization level O2/O3

2022-05-19 Thread r.j.dejong at student dot utwente.nl via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105663 Bug ID: 105663 Summary: Segmentation Fault on optimization level O2/O3 Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug tree-optimization/105663] [12/13 Regression] ICE (segfault) in operator_bitwise_not::fold_range with O2/O3

2022-05-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105663 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |12.2 Component|c

[Bug tree-optimization/105663] [12/13 Regression] ICE (segfault) in operator_bitwise_not::fold_range with O2/O3

2022-05-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105663 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug ada/105507] Ada build fails for 32bit Windows

2022-05-19 Thread reiter.christoph at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105507 --- Comment #9 from Christoph Reiter --- (In reply to Eric Botcazou from comment #8) > > We currently link: > > > > shared: gmp, winpthread, zlib, zstd > > static: mpc, mpfr, isl > > > > Not for any particular gcc related reason I think, some

[Bug tree-optimization/105663] [12/13 Regression] ICE (segfault) in operator_bitwise_not::fold_range with O2/O3

2022-05-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105663 --- Comment #2 from Andrew Pinski --- Hmm: _13 = pQList_4(D) | pNewNode_6(D); _14 = (long unsigned int) _13; That should be invalid gimple also ... This might be my bug introduced by r12-5358-g32221357007666 .

[Bug tree-optimization/105663] [12/13 Regression] ICE (segfault) in operator_bitwise_not::fold_range with O2/O3

2022-05-19 Thread amacleod at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105663 Andrew Macleod changed: What|Removed |Added CC||amacleod at redhat dot com --- Comment

[Bug tree-optimization/105663] [12/13 Regression] ICE (segfault) in operator_bitwise_not::fold_range with O2/O3

2022-05-19 Thread amacleod at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105663 --- Comment #4 from Andrew Macleod --- Or perhaps there shouldnt be set (BIT_NOT_EXPR, op_bitwise_not); set (BIT_XOR_EXPR, op_bitwise_xor); operations on pointer values? I see also support set (BIT_AND_EXPR, op_pointer_and); set (BIT

[Bug c/105664] New: Install with suffix creates extra file

2022-05-19 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105664 Bug ID: 105664 Summary: Install with suffix creates extra file Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug bootstrap/105664] Install with suffix creates extra file

2022-05-19 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
quot; ]; then \ rm -f /private/tmp/gcc-20220519-78662-28g74h/gcc-11.3.0/build/../instdir/opt/homebrew/opt/gcc/bin/aarch64-apple-darwin21-gcc-11; \ ( cd /private/tmp/gcc-20220519-78662-28g74h/gcc-11.3.0/build/../instdir/opt/homebrew/opt/gcc/bin && \ l

[Bug bootstrap/105664] Install with suffix creates extra file

2022-05-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105664 --- Comment #2 from Andrew Pinski --- install-driver: installdirs xgcc$(exeext) -rm -f $(DESTDIR)$(bindir)/$(GCC_INSTALL_NAME)$(exeext) -$(INSTALL_PROGRAM) xgcc$(exeext) $(DESTDIR)$(bindir)/$(GCC_INSTALL_NAME)$(exeext) -i

[Bug bootstrap/105664] Install with suffix creates extra file

2022-05-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105664 --- Comment #3 from Andrew Pinski --- https://pubs.opengroup.org/onlinepubs/009604599/utilities/mv.html https://pubs.opengroup.org/onlinepubs/009604599/functions/rename.html

[Bug bootstrap/105664] Install with suffix creates extra file

2022-05-19 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105664 --- Comment #4 from Francois-Xavier Coudert --- 1. I've reproduced it on x86_64-linux, so it's not a weird macOS mv bug 2. I have reasons to think (no hard proof, though) that it's a new bug: we're hitting it during Homebrew testing, but it was

[Bug ada/105507] Ada build fails for 32bit Windows

2022-05-19 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105507 --- Comment #10 from Eric Botcazou --- > I'm wondering if there are any downsides to just removing "-static-libgcc" > from both "--with-stage1-ldflags" and "--with-boot-ldflags". None presumably, since you already have dependencies on DLLs. >

[Bug middle-end/98865] Missed transform of (a >> 63) * b

2022-05-19 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98865 --- Comment #7 from CVS Commits --- The master branch has been updated by Roger Sayle : https://gcc.gnu.org/g:d863ba23fb16122bb0547b0c678173be0d98f43c commit r13-673-gd863ba23fb16122bb0547b0c678173be0d98f43c Author: Roger Sayle Date: Thu May

[Bug bootstrap/105664] Install with suffix creates extra file

2022-05-19 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105664 --- Comment #5 from Francois-Xavier Coudert --- I can reproduce it with various combinations of configure options, with and without bootstrap. It appears that the triggering factor is the combination of two options: --with-gcc-major-version-onl

[Bug debug/105636] -gctf causes an ICE on some invalid code

2022-05-19 Thread ibhagat at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105636 --- Comment #1 from Indu Bhagat --- Thank you for reporting this. I can reproduce it, nice and easy :)

[Bug bootstrap/105664] Install with suffix creates extra file

2022-05-19 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105664 --- Comment #6 from Andreas Schwab --- Perhaps the macos mv has recently been upgraded to POSIX.1-2018. Step 2 of the mv operation didn't exist in the 2004 edition.

[Bug tree-optimization/105665] New: wrong code at -Os and above on x86_64-linux-gnu

2022-05-19 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
Supported LTO compression algorithms: zlib gcc version 13.0.0 20220519 (experimental) [master r13-673-gd863ba23fb1] (GCC) [600] % [600] % gcctk -O1 small.c; ./a.out [601] % [601] % gcctk -Os small.c [602] % ./a.out Segmentation fault [603] % [603] % cat small.c int a, b, c[1], d[2], *e = c; int

[Bug tree-optimization/105665] wrong code at -Os and above on x86_64-linux-gnu

2022-05-19 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105665 --- Comment #1 from Zhendong Su --- Compiler Explorer: https://godbolt.org/z/jsT5Evv54

[Bug tree-optimization/105663] [12/13 Regression] ICE (segfault) in operator_bitwise_not::fold_range with O2/O3

2022-05-19 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105663 Martin Liška changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

[Bug tree-optimization/105665] [12/13 Regression] wrong code at -Os and above on x86_64-linux-gnu since r12-397-gda9e6e63d1ae22

2022-05-19 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105665 Martin Liška changed: What|Removed |Added Last reconfirmed||2022-05-19 Target Milestone|---

[Bug tree-optimization/105663] [11/12/13 Regression] ICE (segfault) in operator_bitwise_not::fold_range with O2/O3

2022-05-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105663 Andrew Pinski changed: What|Removed |Added Summary|[12/13 Regression] ICE |[11/12/13 Regression] ICE

[Bug bootstrap/105664] Install with suffix creates extra file

2022-05-19 Thread fxcoudert at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105664 --- Comment #7 from Francois-Xavier Coudert --- So, to summarise my understanding: - the problem is not specific to darwin, I can fully reproduce on x86_64-linux-gnu - the problem only arises if you configure with a --program-suffix that is eq

[Bug tree-optimization/105665] [12/13 Regression] wrong code at -Os and above on x86_64-linux-gnu since r12-397-gda9e6e63d1ae22

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

[Bug ipa/102059] Incorrect always_inline diagnostic in LTO mode with #pragma GCC target("cpu=power10")

2022-05-19 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102059 --- Comment #41 from CVS Commits --- The releases/gcc-11 branch has been updated by Peter Bergner : https://gcc.gnu.org/g:3ea6d0ed6860e4f1d8f609c26de9d9a7f7a9ad2d commit r11-10022-g3ea6d0ed6860e4f1d8f609c26de9d9a7f7a9ad2d Author: Michael Meiss

  1   2   >