gcc-11-20230317 is now available

2023-03-17 Thread GCC Administrator via Gcc
Snapshot gcc-11-20230317 is now available on https://gcc.gnu.org/pub/gcc/snapshots/11-20230317/ 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: [Tree-SSA] Question from observation, bogus SSA form?

2023-03-17 Thread Michael Matz via Gcc
Hello, On Fri, 17 Mar 2023, Pierrick Philippe wrote: > > This means that global variables, volatile variables, aggregates, > > variables which are not considered aggregates but are nevertheless > > partially modified (think insertion into a vector) or variables which > > need to live in memory (m

Re: GSoC: Interest in taking the `-ftime-trace` project

2023-03-17 Thread Martin Jambor
Hello Kristiyan, sorry for a late reply, I'm struggling with email recently. On Sun, Mar 12 2023, Kristiyan Stoimenov wrote: > Hello, > > Thanks very much for your advice. They were very helpful to me. > > I have written a draft about the application and I would like to share it > with you in ord

Re: [Tree-SSA] Question from observation, bogus SSA form?

2023-03-17 Thread Pierrick Philippe
On 16/03/2023 17:30, Martin Jambor wrote: Hello Pierrick, On Thu, Mar 16 2023, Pierrick Philippe wrote: Hi everyone, I was working around with the analyzer, but I usually dump the SSA-tree to get a view of the analyzed code. This is how I noticed something wrong, at least in the sense of the d

GSoC: Draft application for -ftime-trace

2023-03-17 Thread Kristiyan Stoimenov via Gcc
Hello, I have written a draft for an application about the -ftime-trace GSoC project and I would like to share it with you in order to get any ideas for improving it. Link to the draft: here . Than