[Bug c++/102780] Checking constraints using large fold expression is slow

2022-12-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102780 --- Comment #5 from CVS Commits --- The releases/gcc-11 branch has been updated by Patrick Palka : https://gcc.gnu.org/g:71d2567a678b01a3a59064d22e0f9165be9e93c3 commit r11-10424-g71d2567a678b01a3a59064d22e0f9165be9e93c3 Author: Patrick Palka

[Bug c++/108138] g++ 9+ takes 7-10x longer compiling constexpr

2022-12-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108138 --- Comment #11 from CVS Commits --- The releases/gcc-10 branch has been updated by Patrick Palka : https://gcc.gnu.org/g:16605ad9b1e1a6c5aab2c98b5b0f995285584f81 commit r10-11124-g16605ad9b1e1a6c5aab2c98b5b0f995285584f81 Author: Patrick Palka

[Bug c++/102780] Checking constraints using large fold expression is slow

2022-12-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102780 --- Comment #6 from CVS Commits --- The releases/gcc-10 branch has been updated by Patrick Palka : https://gcc.gnu.org/g:16605ad9b1e1a6c5aab2c98b5b0f995285584f81 commit r10-11124-g16605ad9b1e1a6c5aab2c98b5b0f995285584f81 Author: Patrick Palka

[Bug c++/108138] g++ 9+ takes 7-10x longer compiling constexpr

2022-12-16 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108138 Patrick Palka changed: What|Removed |Added Target Milestone|12.0|10.5 Resolution|---

[Bug target/108149] New: rs6000: e500mc64 was never released

2022-12-16 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108149 Bug ID: 108149 Summary: rs6000: e500mc64 was never released Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug target/108149] rs6000: e500mc64 was never released

2022-12-16 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108149 Segher Boessenkool changed: What|Removed |Added Target||powerpc* Severity|normal

[Bug target/108149] rs6000: e500mc64 was never released

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

[Bug target/108149] rs6000: e500mc64 was never released

2022-12-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108149 --- Comment #2 from Andrew Pinski --- https://gcc.gnu.org/pipermail/gcc-patches/2009-November/273251.html was when it was added. See also https://patchwork.ozlabs.org/project/linuxppc-dev/patch/1384936551-8494-1-git-send-email-tiejun.c...@windr

[Bug modula2/108147] Bootstrap failure on powerpc64le-linux with m2

2022-12-16 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108147 Gaius Mulley changed: What|Removed |Added CC||gaius at gcc dot gnu.org --- Comment #11

[Bug modula2/108147] Bootstrap failure on powerpc64le-linux with m2

2022-12-16 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108147 --- Comment #12 from Gaius Mulley --- The patch LGTM.

[Bug libgcc/107675] [13 Regression] GCC-13 is significantly slower to startup on C++ statically linked programs

2022-12-16 Thread tneumann at users dot sourceforge.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107675 --- Comment #16 from Thomas Neumann --- I have committed a fix: commit 6e56633daae79f514b0e71f4d9849bcd8d9ce71f Author: Thomas Neumann Date: Fri Dec 9 18:23:44 2022 +0100 initialize fde objects lazily When registering an unwind fram

[Bug c++/102780] Checking constraints using large fold expression is slow

2022-12-16 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102780 Patrick Palka changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|---

[Bug modula2/107612] plugin/m2rte doesn't build on Mac OS X 10.7

2022-12-16 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107612 --- Comment #9 from Iain Sandoe --- mystery solved. The symbols are also undefined on Linux, but the linux linker silently allows this. To do this on Darwin, we have to add -Wl,-undefined,dynamic_lookup However, this mode is looking like it's

[Bug c/108150] New: gcc.dg/attr-aligned.c fails with incorrect max alignment

2022-12-16 Thread nightstrike at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108150 Bug ID: 108150 Summary: gcc.dg/attr-aligned.c fails with incorrect max alignment Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal P

[Bug testsuite/108151] New: gcc.dg/pr64536.c stores pointers in a long, broken for llp64

2022-12-16 Thread nightstrike at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108151 Bug ID: 108151 Summary: gcc.dg/pr64536.c stores pointers in a long, broken for llp64 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug testsuite/108151] gcc.dg/pr64536.c stores pointers in a long, broken for llp64

2022-12-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108151 Andrew Pinski changed: What|Removed |Added Target||*-*-mingw* --- Comment #1 from Andrew P

[Bug testsuite/108152] New: gcc.dg/pr71558.c fails for LLP64

2022-12-16 Thread nightstrike at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108152 Bug ID: 108152 Summary: gcc.dg/pr71558.c fails for LLP64 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite

[Bug testsuite/108152] gcc.dg/pr71558.c fails for LLP64

2022-12-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108152 --- Comment #1 from Andrew Pinski --- { dg-options "" }

[Bug modula2/108153] New: Profiled lto bootstrap failure with modula2

2022-12-16 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108153 Bug ID: 108153 Summary: Profiled lto bootstrap failure with modula2 Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: modu

<    1   2