gcc-9-20200918 is now available

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

Re: Forbid emiting lwl, lwr, swl and swr in gcc 3.4.1

2020-09-18 Thread Jeff Law via Gcc
On 9/18/20 8:13 AM, sathesh edara via Gcc wrote: > Hi All, >I am looking for a patch file to forbid emitting lwl/lwr/swl/swr > instructions in gcc-5.5.0 for mips. > I see the link below, which has already submitted a patch ( gcc 3..4.1) for > this. > > https://gcc.gnu.org/pipermail/gcc/2005-Fe

Forbid emiting lwl, lwr, swl and swr in gcc 3.4.1

2020-09-18 Thread sathesh edara via Gcc
Hi All, I am looking for a patch file to forbid emitting lwl/lwr/swl/swr instructions in gcc-5.5.0 for mips. I see the link below, which has already submitted a patch ( gcc 3..4.1) for this. https://gcc.gnu.org/pipermail/gcc/2005-February/139667.html Could you please give pointers/links to do