Re: Prerequisites page lists http://multiprecision.org but it supports https too/instead

2022-02-01 Thread Andrew Pinski via Gcc
On Tue, Feb 1, 2022 at 12:20 PM Jonathan Leffler via Gcc wrote: > > The prerequisites page https://gcc.gnu.org/install/prerequisites.html lists > (for MPC): > > It can be downloaded from http://www.multiprecision.org/mpc/. > > > The website actually supports https now: https://www.multiprecision.o

Re: gcd_1.c:188:13: runtime error: shift exponent 64 is too large for 64-bit type 'long unsigned int'

2022-02-01 Thread Marc Glisse
On Tue, 1 Feb 2022, Toon Moene wrote: I just ran a "ubsan" build on my x86_64-linux-gnu system. See: https://gcc.gnu.org/pipermail/gcc-testresults/2022-February/754454.html This is an interesting failure: Executing on host: /home/toon/scratch/bld1142336/gcc/testsuite/gfortran29/../../gfortra

gcd_1.c:188:13: runtime error: shift exponent 64 is too large for 64-bit type 'long unsigned int'

2022-02-01 Thread Toon Moene
I just ran a "ubsan" build on my x86_64-linux-gnu system. See: https://gcc.gnu.org/pipermail/gcc-testresults/2022-February/754454.html This is an interesting failure: Executing on host: /home/toon/scratch/bld1142336/gcc/testsuite/gfortran29/../../gfortran -B/home/toon/scratch/bld1142336/gcc/t

Prerequisites page lists http://multiprecision.org but it supports https too/instead

2022-02-01 Thread Jonathan Leffler via Gcc
The prerequisites page https://gcc.gnu.org/install/prerequisites.html lists (for MPC): It can be downloaded from http://www.multiprecision.org/mpc/. The website actually supports https now: https://www.multiprecision.org/mpc/ -- Jonathan Leffler #include Guardian of DBD::Informix - v2018.10

Re: GSoC: Working on the static analyzer

2022-02-01 Thread Mir Immad via Gcc
I worked around the leak detection and also handled the case where the fd is not saved. I wonder why sm-file hasn't implemented it yet. I'm attaching a text file with analyzer warnings. I'm still on gcc-11.2.0, will move to v12 next thing. > I wonder if it's worth checking for attempts to write to