On 11/19/21 13:45, Segher Boessenkool wrote:
On Fri, Nov 19, 2021 at 01:31:21PM +0100, Martin Liška wrote:
All right, so I can't send an email from my local machine and git imap-send
does not work as it goes through Thunderbird.
Hrm, painful (for you). You should figure out how you can do the
On Fri, Nov 19, 2021 at 01:31:21PM +0100, Martin Liška wrote:
> All right, so I can't send an email from my local machine and git imap-send
> does not work as it goes through Thunderbird.
Hrm, painful (for you). You should figure out how you can do the basics
of the patch-based workflow that we a
On 11/19/21 13:25, Martin Liška wrote:
Fine. I've just done that.
All right, so I can't send an email from my local machine and git imap-send
does not work as it goes through Thunderbird.
So my last attempt is attaching the email so that you can add the .eml file.
Martin--- Begin Message ---
On 11/19/21 12:43, Segher Boessenkool wrote:
On Fri, Nov 19, 2021 at 12:32:09PM +0100, Martin Liška wrote:
On 11/18/21 19:59, Segher Boessenkool wrote:
Please resend, without line wrapping (format=flawed).
Done in the original [v4] email, see here:
https://gcc.gnu.org/pipermail/gcc-patches/20
On Fri, Nov 19, 2021 at 12:32:09PM +0100, Martin Liška wrote:
> On 11/18/21 19:59, Segher Boessenkool wrote:
> >Please resend, without line wrapping (format=flawed).
>
> Done in the original [v4] email, see here:
> https://gcc.gnu.org/pipermail/gcc-patches/2021-November/584267.html
Which you didn
On 11/18/21 19:59, Segher Boessenkool wrote:
Please resend, without line wrapping (format=flawed).
Done in the original [v4] email, see here:
https://gcc.gnu.org/pipermail/gcc-patches/2021-November/584267.html
Martin
Hi!
On Thu, Nov 18, 2021 at 01:45:30PM +0100, Martin Liška wrote:
> @Segher: PING
This is the first time I recieved this.
Please resend, without line wrapping (format=flawed).
Segher
@Segher: PING
On 11/12/21 17:12, Martin Liska wrote:
Do not set flag_rename_registers, it's already enabled with
EnabledBy(funroll-loops)
in the common.opt file. Use EnabledBy for unroll_only_small_loops which
is a canonical approach how can be make option dependencies.
gcc/ChangeLog: