Enabling multi-section feature compulsively

2023-06-16 Thread last first via Gcc
Is it possible to enable this feature without `*-fdata-sections*` and ` *-ffunction-sections*` flags in GCC? And without `*--gc-sections*` in LD? This feature can reduce the size of statically linked binaries, but many build systems don't support it.

Issue generating GCC coverage report since r14-1625-geba3565ce6d766

2023-06-16 Thread Martin Jambor
Hello, we try to build coverage info for GCC for our testsuite and upload it to https://gcc.opensuse.org/gcc-lcov/ every weekend. But since patch r14-1625-geba3565ce6d766 (Add support for stc and cmc instructions in i386.md) the generation broke down. However, I don't think there is something ne

RE: Issue generating GCC coverage report since r14-1625-geba3565ce6d766

2023-06-16 Thread Roger Sayle
Hi Martin, It's great to hear from you. My apologies for the inconvenience. I believe that the problem has been solved by Jakub's patch: https://gcc.gnu.org/git/?p=gcc.git;a=commit;f=gcc/config/i386/i386.md;h=43a3252c42af12ad90082e4088ea58eecd0bf582 I strongly suspect that the problem was that

Re: [PATCH v6 0/4] P1689R5 support

2023-06-16 Thread Ben Boeckel via Gcc
On Thu, Jun 08, 2023 at 21:59:13 +0400, Maxim Kuvyrkov wrote: > This patch series causes ICEs on arm-linux-gnueabihf. Would you > please investigate? Please let me know if you need any in reproducing > these. Finally back at it. I tried on aarch64, but wasn't able to reproduce the errors (alas,

gcc-12-20230616 is now available

2023-06-16 Thread GCC Administrator via Gcc
Snapshot gcc-12-20230616 is now available on https://gcc.gnu.org/pub/gcc/snapshots/12-20230616/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 12 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

Re: [PATCH v6 0/4] P1689R5 support

2023-06-16 Thread Ben Boeckel via Gcc
On Fri, Jun 16, 2023 at 15:48:59 -0400, Ben Boeckel wrote: > On Thu, Jun 08, 2023 at 21:59:13 +0400, Maxim Kuvyrkov wrote: > > This patch series causes ICEs on arm-linux-gnueabihf. Would you > > please investigate? Please let me know if you need any in reproducing > > these. > > Finally back at

Create a password for Active IT zone

2023-06-16 Thread support--- via Gcc
Welcome to z3n Precreated Account. Please click the link below to create a password and sign-in. https://activeitzone.zendesk.com/verification/email/DCK6wByYNm5x6eur7u8PAgdP2N6C7tba If you didn’t sign up to Active IT zone using this email address, you can safely ignore this email. ---

Re: [PATCH v6 0/4] P1689R5 support

2023-06-16 Thread Jason Merrill via Gcc
On Fri, Jun 16, 2023 at 3:49 PM Ben Boeckel wrote: > > On Thu, Jun 08, 2023 at 21:59:13 +0400, Maxim Kuvyrkov wrote: > > This patch series causes ICEs on arm-linux-gnueabihf. Would you > > please investigate? Please let me know if you need any in reproducing > > these. > > Finally back at it. I