gcc-13-20221218 is now available

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

Re: testsuite under wine

2022-12-18 Thread NightStrike via Gcc
On Sat, Dec 17, 2022 at 10:44 PM Jacob Bachmeyer wrote: > > NightStrike wrote: > > On Sat, Dec 17, 2022 at 5:52 AM Thomas Koenig wrote: > > > >> On 17.12.22 01:26, NightStrike wrote: > >> > >>> On Fri, Dec 16, 2022 at 1:44 AM Thomas Koenig > >>> wrote: > >>> > On 16.12.22 03:20, NightStrik

Bypass assembler when generating LTO object files

2022-12-18 Thread Mohamed Atef via Gcc
Hello, I am interested in working in this project during my free time, is understanding this https://gcc.gnu.org/wiki/LinkTimeOptimization A good starting point Mohamed

Optimization levels for getting all warnings (was: [BUG] missing warning for pointer arithmetic out of bounds)

2022-12-18 Thread Alejandro Colomar via Gcc
Hi Andrew On 12/13/22 20:18, Andrew Pinski wrote: [...] GCC only warns during VRP which is only enabled at -O2: :8:12: warning: array subscript 6 is outside array bounds of 'char[5]' [-Warray-bounds=] 8 | p = buf + 6; | ~~^ :6:19: note: at offset 6 into o