Re: Validation of adding left shift stmt at GIMPLE - [Custom GCC plugin]]

2022-02-20 Thread Richard Biener via Gcc
On Sun, Feb 20, 2022 at 11:44 PM Andrew Pinski via Gcc wrote: > > On Sun, Feb 20, 2022 at 10:45 AM Shubham Narlawar > wrote: > > > > On Sat, Feb 19, 2022 at 1:15 AM Andrew Pinski wrote: > > > > > > On Fri, Feb 18, 2022 at 11:04 AM Shubham Narlawar via Gcc > > > wrote: > > > > > > > > Hello, >

Re: Benchmark recommendations needed

2022-02-20 Thread Gary Oblock via Gcc
Trying to use the dhrystone isn't going to be very useful. It has many downsides not the least is that gcc's optimizer can run rings about it. Gary From: Gcc on behalf of gcc-requ...@gcc.gnu.org Sent: Tuesday, February 15, 2022 6:25 AM To: gcc@gcc.gnu.org Sub

Re: Validation of adding left shift stmt at GIMPLE - [Custom GCC plugin]]

2022-02-20 Thread Andrew Pinski via Gcc
On Sun, Feb 20, 2022 at 10:45 AM Shubham Narlawar wrote: > > On Sat, Feb 19, 2022 at 1:15 AM Andrew Pinski wrote: > > > > On Fri, Feb 18, 2022 at 11:04 AM Shubham Narlawar via Gcc > > wrote: > > > > > > Hello, > > > > > > I want to know whether it is correct to add left shift instruction to > >

gcc-12-20220220 is now available

2022-02-20 Thread GCC Administrator via Gcc
Snapshot gcc-12-20220220 is now available on https://gcc.gnu.org/pub/gcc/snapshots/12-20220220/ 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: Validation of adding left shift stmt at GIMPLE - [Custom GCC plugin]]

2022-02-20 Thread Shubham Narlawar via Gcc
On Sat, Feb 19, 2022 at 1:15 AM Andrew Pinski wrote: > > On Fri, Feb 18, 2022 at 11:04 AM Shubham Narlawar via Gcc > wrote: > > > > Hello, > > > > I want to know whether it is correct to add left shift instruction to > > a constant expression statement like "_3 + 4"? > > > > I am trying to add a

Re: GCC GSoC 2022: Call for project ideas and mentors

2022-02-20 Thread Thomas Schwinge
Hi David! On 2022-01-07T12:41:17-0500, David Malcolm via Fortran wrote: > I'd like to (again) mentor a project relating to the GCC static > analyzer: > https://gcc.gnu.org/wiki/DavidMalcolm/StaticAnalyzer > > I've updated the analyzer task ideas on: > https://gcc.gnu.org/wiki/SummerOfCode >

Re: Bisected failure

2022-02-20 Thread Søren Holm via Gcc
Please ignore my previous email. As usual after reaching out - a little light appears in the dark. My problem seems to be a kind of race initiated by some hardware state. Sorry for the noise :) Den 19.02.2022 kl. 18.11 skrev Søren Holm via Gcc: Hi My application running on a stm32f7 started