[no subject]

2021-06-16 Thread First Last via Gcc-patches
I.n.h. Module metadata package name: com.google.android.modulemetadatacan't find the pid Failed to find: /data/misc/anrd/ Duration of 'DUMPSYS CRITICAL': 1.25s Duration of 'DUMP TRACES': 46.26s Adding dir /cache/recovery (recursive: 1) Adding dir /data/misc/recovery (recursive: 1) Adding dir /data

[PATCH RFC] mklog: add subject line skeleton

2021-06-16 Thread Jason Merrill via Gcc-patches
In the recent gcc-commit-mklog thread on gcc@ it occurred to me that the command could also fill in part of the commit subject line. If the first PR is foo/1234, and the commit does not yet have a subject line, this will add foo: [PR1234] Does this seem like an improvement? contrib/ChangeLog:

Re: Unable to build Ada on fedora

2021-06-16 Thread Arnaud Charlet
> I've been unable to build ada on my fedora box since: Yes, Jakub mentioned it yesterday and I've sent him a potential patch, I was waiting for his feedback. I've now committed it blindly (can't make things worse), let me know if the problem is fully solved or if not, what output you are now get

Re: [PATCH 5/6] make get_domminated_by_region return a auto_vec

2021-06-16 Thread Richard Biener via Gcc-patches
On Wed, Jun 16, 2021 at 6:01 PM Martin Sebor wrote: > > On 6/16/21 6:46 AM, Richard Sandiford via Gcc-patches wrote: > > Richard Biener via Gcc-patches writes: > >> On Tue, Jun 15, 2021 at 8:02 AM Trevor Saunders > >> wrote: > >>> > >>> This makes it clear the caller owns the vector, and ensure

Re: [PATCH] tree-sra: Do not refresh readonly decls (PR 100453)

2021-06-16 Thread Richard Biener
On Wed, 16 Jun 2021, Martin Jambor wrote: > Hi, > > On Wed, Jun 16 2021, Jakub Jelinek wrote: > > On Tue, Jun 15, 2021 at 06:11:27PM +0200, Richard Biener wrote: > >> >--- a/gcc/tree-sra.c > >> >+++ b/gcc/tree-sra.c > >> >@@ -915,6 +915,12 @@ create_access (tree expr, gimple *stmt, bool > >> >wri

[PATCH] Add vect_recog_popcount_pattern to handle mismatch between the vectorized popcount IFN and scalar popcount builtin.

2021-06-16 Thread liuhongt via Gcc-patches
The patch remove those pro- and demotions when backend support direct optab. For i386: it enables vectorization for vpopcntb/vpopcntw and optimized for vpopcntq. gcc/ChangeLog: PR tree-optimization/97770 * tree-vect-patterns.c (vect_recog_popcount_pattern): New. (

Re: [PATCH 4/6] return auto_vec from get_dominated_by

2021-06-16 Thread Trevor Saunders
On Wed, Jun 16, 2021 at 07:45:01AM +0200, Bernhard Reutner-Fischer wrote: > On 16 June 2021 05:09:17 CEST, Trevor Saunders wrote: > > >> I'm curious why you keep the release() above and ... > > > >There was no particular reason, I just didn't make a very complete > >search to remove them all, as

<    1   2