[no subject]

2022-07-29 Thread waqar ahmad via Gcc
I want to apply for security visa for football match in Qatar

gcc-11-20220729 is now available

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

Re: FW: Redesigning the GCC website

2022-07-29 Thread Dave Blanchard
> However, the website for the GCC is... shall we say... "bad". No, we shall not say that. We shall in fact loudly compliment the GCC web site as being "very well designed", because it serves exactly the purpose it's meant to serve with minimal distraction, while loading quickly on my slow co

FW: Redesigning the GCC website

2022-07-29 Thread Vibby A. Bibby via Gcc
Hello! Nothing contained in this email is meant as an attack. The GCC compiler is a wonderful piece of software and by God I'll do anything to avoid writing ASM code. However, the website for the GCC is... shall we say... "bad". It looks outdated compared to the GNU project's homepage. Unfortunatel

Re: Regarding gnu.org

2022-07-29 Thread Mark Smith via Gcc
Hi, So, what do you think? Regards, Mark Smith [image: Mailtrack] Sender notified by Mailtrack 07/29/22,

GCC warns on defined behavior with Wrestrict?

2022-07-29 Thread Tim Lange
Hi everyone, while testing a new buffer overlap and restrict checker in the analyzer, it emitted a warning inside coreutils. During the discussion [0], Paul Eggert posted a link to the current draft of the next C standard [1] with new examples for the definition of 'restrict'. Especially example 3

Re: [PATCH v2] powerpc: add documentation for HWCAPs

2022-07-29 Thread Michael Ellerman
On Fri, 15 Jul 2022 11:26:36 +1000, Nicholas Piggin wrote: > Take the arm64 HWCAP documentation file and adjust it for powerpc. > > Applied to powerpc/next. [1/1] powerpc: add documentation for HWCAPs https://git.kernel.org/powerpc/c/ef1911c6d26678b0e91fea33f076e98925997f0c cheers

Re: Setting up editors for the GNU/GCC coding style?

2022-07-29 Thread Richard Earnshaw via Gcc
On 28/07/2022 22:43, Iannetta Paul wrote: About configuring recent editors to follow the GNU coding style, I don't really know but it should always be possible to register a hook that will run `indent` when the file is saved. I don't think that's a good idea. It will result in quite a lot

Re: spaceship_replacement cannot see through simplified set of FP conditionals

2022-07-29 Thread Jakub Jelinek via Gcc
On Fri, Jul 29, 2022 at 01:51:00PM +0200, Aldy Hernandez wrote: > Swt! > > Would you like me to XFAIL the test or leave it as a failure? Either is fine. Jakub

Re: spaceship_replacement cannot see through simplified set of FP conditionals

2022-07-29 Thread Aldy Hernandez via Gcc
Swt! Would you like me to XFAIL the test or leave it as a failure? Thanks. Aldy On Fri, Jul 29, 2022 at 1:50 PM Jakub Jelinek wrote: > > On Fri, Jul 29, 2022 at 01:40:12PM +0200, Aldy Hernandez wrote: > > With my upcoming patch enabling floating point VRP, > > g++.dg/opt/pr94589-2.C is fail

Re: spaceship_replacement cannot see through simplified set of FP conditionals

2022-07-29 Thread Jakub Jelinek via Gcc
On Fri, Jul 29, 2022 at 01:40:12PM +0200, Aldy Hernandez wrote: > With my upcoming patch enabling floating point VRP, > g++.dg/opt/pr94589-2.C is failing: > > https://gcc.gnu.org/pipermail/gcc-patches/2022-July/598788.html > > The problem is that phiopt no longer sees the following snippet, > bec

spaceship_replacement cannot see through simplified set of FP conditionals

2022-07-29 Thread Aldy Hernandez via Gcc
Hi. With my upcoming patch enabling floating point VRP, g++.dg/opt/pr94589-2.C is failing: https://gcc.gnu.org/pipermail/gcc-patches/2022-July/598788.html The problem is that phiopt no longer sees the following snippet, because we have folded away the final conditional as true: bool f5 (double

Re: Setting up editors for the GNU/GCC coding style?

2022-07-29 Thread Thomas Schwinge
Hi! On 2022-07-29T09:36:41+0200, Marc Poulhies via Gcc wrote: > Iannetta Paul writes: >> About configuring recent editors to follow the GNU coding style, I don't >> really >> know but it should always be possible to register a hook that will run >> `indent` >> when the file is saved. > > There

Re: Setting up editors for the GNU/GCC coding style?

2022-07-29 Thread Marc Poulhies via Gcc
Iannetta Paul writes: Hi Paul :) > For the indexing, I produce a compile_commands.json file (recording only the > files compiled by `make all', this includes auto-generated files such as > config.h, and the insn-something.{h,c} files) with the help of > https://github.com/gicmo/cdcc, this file i