Re: [PATCH 01/18] stop using rtx_insn_list in reorg.c

2016-04-25 Thread Bernd Schmidt
On 04/20/2016 08:22 AM, tbsaunde+...@tbsaunde.org wrote: - rtx_insn_list *merged_insns = 0; + auto_vec merged_insns; I see Jeff has already acked this, but some of the expressions here are getting unwieldy. can we maybe shorten some of this using typedefs? Bernd

Re: Please include ada-hurd.diff upstream (try2)

2016-04-25 Thread Svante Signell
On Tue, 2016-04-19 at 10:29 +0200, Arnaud Charlet wrote: > > > > The updated attachment was included in message > > https://gcc.gnu.org/ml/gcc-patches/2016-03/msg01659.html > You should just put a FSF copyright on s-osinte-gnu.adb > > OK with this change. Is replacing +-- Copyright

Re: IRA costs tweaks, PR 56069

2016-04-25 Thread Bernd Schmidt
On 03/02/2016 10:53 PM, Vladimir Makarov wrote: The patch is ok for me. But I'd wait for GCC7. People are sensitive to their code performance degradation. Even in most cases the patch improves performance, in some case it can worsen code and people might fill new PRs after such change.

Re: C, C++: New warning for memset without multiply by elt size

2016-04-25 Thread Bernd Schmidt
On 04/22/2016 03:57 PM, Jason Merrill wrote: This looks good, but can we move the code into c-common rather than duplicate it? That would be this patch. Also passes testing on x86_64-linux. Bernd * doc/invoke.texi (Warning Options): Add -Wmemset-elt-size. (-Wmemset-elt-size): New item.

Re: [PATCH] Fix missed DSE opportunity with operator delete.

2016-04-25 Thread Bernd Schmidt
On 04/19/2016 10:48 PM, Mikhail Maltsev wrote: On 04/18/2016 12:14 PM, Richard Biener wrote: Enlarging tree_function_decl is bad. Probably using 3 bits for malloc_flag, operator_new_flag and free_flag is redundant. I packed the state into 2 bits. Passes should get at the info via

PING: [PATCH] PR33661 Fix problem with register asm in templates

2016-04-25 Thread Andreas Krebbel
Hi Jason, I recently did run into this again. Could you please have a look? https://gcc.gnu.org/ml/gcc-patches/2015-06/msg00904.html Thanks! -Andreas-

<    1   2