Re: [PATCH 2/3] Enabled LRA for ia64.

2024-06-13 Thread Richard Biener
On Wed, 12 Jun 2024, Frank Scheiner wrote: > Dear Richard, > > On 12.06.24 13:01, Richard Biener wrote: > > [...] > > I can find two gcc-testresult postings, one appearantly with LRA > > and one without? Both from May: > > > > https://sourceware.org/pi

Re: [OE-core] [PATCH v11 0/3] pkg-database and systemd-sysext image

2024-06-13 Thread Richard Purdie
s is going to be particularly hard to maintain and keep working in the future. In many ways I'm wishing there was an API you could hook into so that the core project didn't need to take on the responsibility for this complexity. Regardless, unfortunately we're still not to the bottom of the failures as evidenced

[gcc r15-1240] Improve code generation of strided SLP loads

2024-06-13 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:e8f4d525cb320ff11dd95b985d8043fef0510878 commit r15-1240-ge8f4d525cb320ff11dd95b985d8043fef0510878 Author: Richard Biener Date: Mon Jun 10 15:31:35 2024 +0200 Improve code generation of strided SLP loads This avoids falling back to elementwise accesses

[gcc r15-1239] tree-optimization/115385 - handle more gaps with peeling of a single iteration

2024-06-13 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:6669dc51515313dd1e60c493596dbc90429fc362 commit r15-1239-g6669dc51515313dd1e60c493596dbc90429fc362 Author: Richard Biener Date: Fri Jun 7 14:47:12 2024 +0200 tree-optimization/115385 - handle more gaps with peeling of a single iteration The following makes

[gcc r15-1238] tree-optimization/114107 - avoid peeling for gaps in more cases

2024-06-13 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:1fe55a1794863b5ad9eeca5062782834716016b2 commit r15-1238-g1fe55a1794863b5ad9eeca5062782834716016b2 Author: Richard Biener Date: Fri Jun 7 11:29:05 2024 +0200 tree-optimization/114107 - avoid peeling for gaps in more cases The following refactors the code

[Qemu-commits] [qemu/qemu] b67e35: block: drop force_dup parameter of raw_reconfigure...

2024-06-12 Thread Richard Henderson via Qemu-commits
3-stefa...@redhat.com> Reviewed-by: Kevin Wolf Acked-by: Daniel P. Berrangé Signed-off-by: Kevin Wolf Commit: 36c1febe3f34ae38db375865b7841165d76cdae4 https://github.com/qemu/qemu/commit/36c1febe3f34ae38db375865b7841165d76cdae4 Author: Richard Henderson Date: 2024-06-12 (W

Re: [PULL 00/25] target/i386, SCSI changes for 2024-06-11

2024-06-12 Thread Richard Henderson
On 6/11/24 07:24, Paolo Bonzini wrote: The following changes since commit 80e8f0602168f451a93e71cbb1d59e93d745e62e: Merge tag 'bsd-user-misc-2024q2-pull-request' of gitlab.com:bsdimp/qemu into staging (2024-06-09 11:21:55 -0700) are available in the Git repository at:

[webkit-changes] [WebKit/WebKit] 42f434: [Writing Tools] Smart replies erases all content i...

2024-06-12 Thread Richard Robinson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 42f4341e3c1b709ecd35df29d4756df51038122e https://github.com/WebKit/WebKit/commit/42f4341e3c1b709ecd35df29d4756df51038122e Author: Richard Robinson Date: 2024-06-12 (Wed, 12 Jun 2024) Changed paths

Re: Guix system image record with a large root partition

2024-06-12 Thread Richard Sent
a look at? -- Take it easy, Richard Sent Making my computer weirder one commit at a time.

[Qemu-commits] [qemu/qemu] b4912a: scsi-disk: Fix crash for VM configured with USB CD...

2024-06-12 Thread Richard Henderson via Qemu-commits
6/tcg/emit.c.inc Log Message: --- target/i386: remove CPUX86State argument from generator functions CPUX86State argument would only be used to fetch bytes, but that has to be done before the generator function is called. So remove it, and all temptation together with it. Reviewed-by:

Re: [PULL 0/6] Tracing patches

2024-06-12 Thread Richard Henderson
On 6/10/24 10:13, Stefan Hajnoczi wrote: The following changes since commit 80e8f0602168f451a93e71cbb1d59e93d745e62e: Merge tag 'bsd-user-misc-2024q2-pull-request' of gitlab.com:bsdimp/qemu into staging (2024-06-09 11:21:55 -0700) are available in the Git repository at:

[Qemu-commits] [qemu/qemu] 0e2b9e: tracetool: Remove unused vcpu.py script

2024-06-12 Thread Richard Henderson via Qemu-commits
Signed-off-by: Stefan Hajnoczi Commit: f3e8cc47de2bc537d4991e883a85208e4e1c0f98 https://github.com/qemu/qemu/commit/f3e8cc47de2bc537d4991e883a85208e4e1c0f98 Author: Richard Henderson Date: 2024-06-12 (Wed, 12 Jun 2024) Changed paths: M backends/tpm/tpm_util.c M backends

Re: BBC 1 TV Schedules not downloading

2024-06-12 Thread Richard
infradead.org > http://lists.infradead.org/mailman/listinfo/get_iplayer I'm getting the same error here. -- Richard. signature.asc Description: This is a digitally signed message part. ___ get_iplayer mailing list get_iplayer@lists.infradead.or

RE: Questions regarding HBO Max, Hallmark Movies, and PBS

2024-06-12 Thread Richard Turner
Audio Description on the iPhone using the Prime app works fine. Richard, USA "It's no great honor to be blind, but it's more than a nuisance and less than a disaster. Either you're going to fight like hell when your sight fails or you're going to stand on the sidelines for the rest of

Re: [PATCH v3 1/2] arm: Zero/Sign extends for CMSE security on Armv8-M.baseline [PR115253]

2024-06-12 Thread Richard Sandiford
"Richard Earnshaw (lists)" writes: > On 10/06/2024 15:04, Torbjörn SVENSSON wrote: >> Properly handle zero and sign extension for Armv8-M.baseline as >> Cortex-M23 can have the security extension active. >> Currently, there is an internal compiler error on Cortex-M

[webkit-changes] [WebKit/WebKit] eb9b61: Fix the build (again) after 279936@main

2024-06-12 Thread Richard Robinson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: eb9b6104d51de9f07bbddbbd43ea3816efac524d https://github.com/WebKit/WebKit/commit/eb9b6104d51de9f07bbddbbd43ea3816efac524d Author: Richard Robinson Date: 2024-06-12 (Wed, 12 Jun 2024) Changed paths

[OE-core] [PATCH] oeqa/sdk/case: Ensure DL_DIR is populated with artefacts if used

2024-06-12 Thread Richard Purdie
Where we're using DL_DIR in sdk archive to try and cache testing artefacts, copy into the cache so that it gets populated and this doesn't have to be done manually. Currently we're making a lot of repeat requests to github as this wasn't being populated. Signed-off-by: Richard Purdie --- meta

Re: Update on TomEE 10

2024-06-12 Thread Richard Zowalla
/rggjhm3w4gr81y8dmskp4mc7cydq13zq If one looks into their Jira / EE10 ticket, the current statement is „somewhere this year“. So I wouldn’t count with it soon. Gruß Richard > Am 12.06.2024 um 19:02 schrieb Markus Jung : > > Hey Richard, > > huge +1 from my side for an M2 when my OI

RE: my SE3 not allowing me to get app updates

2024-06-12 Thread Richard Turner
I suggest it may be time to call Apple. This makes less than no sense. Richard, USA "It's no great honor to be blind, but it's more than a nuisance and less than a disaster. Either you're going to fight like hell when your sight fails or you're going to stand on the sidelines for the

RE: Today's WWDC keynote and iOS 18 announcement

2024-06-12 Thread Richard Turner
Hopefully longer than the 14 pro and pro max. They used to be good for at least 4 to 5 years. And of course, they still are if you don't want the newest features ... o well. Richard, USA "It's no great honor to be blind, but it's more than a nuisance and less than a disaster. Either y

RE: my SE3 not allowing me to get app updates

2024-06-12 Thread Richard Turner
Yep, I've been there too. I go into settings, wi-Fi and toggle it off and back on. When it reconnects, then I try again. 99% of the time, that resolves it. Richard, USA "It's no great honor to be blind, but it's more than a nuisance and less than a disaster. Either you're going to fight

RE: Today's WWDC keynote and iOS 18 announcement

2024-06-12 Thread Richard Turner
That is what " planned obsolescence" means. Companies plan on a piece of equipment or software to become obscolete so you have to replace it, or put up with the reduced effectiveness... Richard, USA "It's no great honor to be blind, but it's more than a nuisance and less t

RE: my SE3 not allowing me to get app updates

2024-06-12 Thread Richard Turner
the screen. Richard, USA "It's no great honor to be blind, but it's more than a nuisance and less than a disaster. Either you're going to fight like hell when your sight fails or you're going to stand on the sidelines for the rest of your life." -- Dr. Margaret Rockwell Phanstie

[Qemu-commits] [qemu/qemu] f3e8cc: Merge tag 'tracing-pull-request' of https://gitlab...

2024-06-12 Thread Richard Henderson via Qemu-commits
Branch: refs/heads/staging Home: https://github.com/qemu/qemu Commit: f3e8cc47de2bc537d4991e883a85208e4e1c0f98 https://github.com/qemu/qemu/commit/f3e8cc47de2bc537d4991e883a85208e4e1c0f98 Author: Richard Henderson Date: 2024-06-12 (Wed, 12 Jun 2024) Changed paths: M

Re: Mosquitto library.

2024-06-12 Thread Richard Gaskin via use-livecode
Mike Kerner wrote: > Richard wrote: >> Either way, I'd imagine a subscribe client looking to avoid polling >> is going to depend on a long-lived socket, no? > > That's part of the point of a websocket. you don't have to keep > reopening it, and both ends can use

Re: Having ten thousands of mount bind causes various processes to go into loops

2024-06-12 Thread Richard
. It's true this issue should be looked into, but it doesn't look urgent as long as there are alternatives. Richard Am Mi., 12. Juni 2024 um 16:33 Uhr schrieb Julien Petit : > Dear, > > Not sure i should report a bug so here is a report first. For more > than 10 years now, we've been

Re: Please help me identify package so I can report an important bug

2024-06-12 Thread Richard
to each other. Richard Am Mi., 12. Juni 2024 um 17:10 Uhr schrieb Jeffrey Walton < noloa...@gmail.com>: > The random MAC address discussed in the bug report (with mention of > Network Manager) could be > < > https://blogs.gnome.org/thaller/2016/08/26/mac-address-spoofing-in

Re: [PATCH] rtlanal: Correct cost regularization in pattern_cost

2024-06-12 Thread Richard Sandiford
Richard Biener writes: > On Fri, May 10, 2024 at 4:25 AM HAO CHEN GUI wrote: >> >> Hi, >>The cost return from set_src_cost might be zero. Zero for >> pattern_cost means unknown cost. So the regularization converts the zero >> to COSTS_N_INSNS (1). &g

[webkit-changes] [WebKit/WebKit] b7108a: Fix the build after 279936@main

2024-06-12 Thread Richard Robinson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: b7108a8d0f3cdec2cb2cf69a0144da7711e26502 https://github.com/WebKit/WebKit/commit/b7108a8d0f3cdec2cb2cf69a0144da7711e26502 Author: Richard Robinson Date: 2024-06-12 (Wed, 12 Jun 2024) Changed paths

Re: [PATCH v2 8/9] target/arm: Add aarch64_tcg_ops

2024-06-12 Thread Richard Henderson
On 6/12/24 07:36, Alex Bennée wrote: What happens when the CPU is running mixed mode code and jumping between 64 and 32 bit? Wouldn't it be easier to have a helper that routes to the correct unwinder, c.f. gen_intermediate_code GDB can't switch modes, so there is *never* any mode switching.

Re: [yocto] [yocto-autobuilder-helper] config-json: use master branch for meta-agl

2024-06-12 Thread Richard Purdie
uot; : "HEAD", > > "no-layer-add" : true > > }, > > Is this patch missing a "[scarthgap]"?  I ask because it makes sense > for the yocto-autobuilder-helper scarthgap branch, but master AB will > need to k

RE: Today's WWDC keynote and iOS 18 announcement

2024-06-12 Thread Richard Turner
, planned obsolescence. Most companies practice this, so it isn’t just Apple. Richard, USA "It's no great honor to be blind, but it's more than a nuisance and less than a disaster. Either you're going to fight like hell when your sight fails or you're going to

[OE-core] [PATCH] selftest/spdx: Fix for SPDX_VERSION addition

2024-06-12 Thread Richard Purdie
Update the test for the addition of SPDX_VERSION to the deploy path. Signed-off-by: Richard Purdie --- meta/lib/oeqa/selftest/cases/spdx.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/lib/oeqa/selftest/cases/spdx.py b/meta/lib/oeqa/selftest/cases/spdx.py index

Re: gcc git locked out for hours second day in a row

2024-06-12 Thread Richard Earnshaw (lists) via Gcc
On 12/06/2024 14:23, Mikael Morin via Gcc wrote: > Le 12/06/2024 à 14:58, Jonathan Wakely a écrit : >> On Wed, 12 Jun 2024 at 13:57, Mikael Morin via Gcc wrote: >>> >>> Le 12/06/2024 à 13:48, Jakub Jelinek a écrit : Hi! Yesterday the gcc git repository was locked for 3 hours

Re: arm: Add .type and .size to __gnu_cmse_nonsecure_call [PR115360]

2024-06-12 Thread Richard Earnshaw (lists)
On 12/06/2024 09:53, Andre Vieira (lists) wrote: > > > On 06/06/2024 12:53, Richard Earnshaw (lists) wrote: >> On 05/06/2024 17:07, Andre Vieira (lists) wrote: >>> Hi, >>> >>> This patch adds missing assembly directives to the CMSE library wra

Re: [RBW] New Bike Day - Lugged Susie

2024-06-12 Thread Richard Rose
What Valerie says precisely. Susie / Gus bikes are mountain bikes. “Hillibike” is clever & cute but does not do them justice, in my humble opinion. It’s confusing because you can ride them for other duties but.., if you have tires that optimize a Gus/Susie for MTB use, it’s not fantastic on

Re: [PATCH 2/3] Enabled LRA for ia64.

2024-06-12 Thread Richard Biener
On Wed, 12 Jun 2024, René Rebe wrote: > Hi, > > > On Jun 12, 2024, at 13:01, Richard Biener wrote: > > > > On Wed, 12 Jun 2024, Rene Rebe wrote: > >> > >> gcc/ > >>* config/ia64/ia64.cc: Enable LRA for ia64. > >>

Re: [PATCH] match: Improve gimple_bitwise_equal_p and gimple_bitwise_inverted_equal_p for truncating casts [PR115449]

2024-06-12 Thread Richard Biener
Bootstrapped and tested on x86_64-linux-gnu with no regressions. OK. Richard. > PR tree-optimization/115449 > > gcc/ChangeLog: > > * gimple-match-head.cc (gimple_maybe_truncate): New declaration. > (gimple_bitwise_equal_p): Match truncatio

Re: [PATCH v2] middle-end: Drop __builtin_prefetch calls in autovectorization [PR114061]

2024-06-12 Thread Richard Biener
ndled, >whereby the vectorizer drops these from both the scalar and >vectorized versions of a given loop, we choose to drop prefetch >hints in a similar fashion. This seems appropriate given how >software prefetch hints are typically ignored by processors across >ar

[gcc r12-10555] cfgrtl: Fix MEM_EXPR update in duplicate_insn_chain [PR114924]

2024-06-12 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:33663c0701a723846527f9bf2ea01d67d7033c0b commit r12-10555-g33663c0701a723846527f9bf2ea01d67d7033c0b Author: Alex Coplan Date: Fri May 3 09:23:59 2024 +0100 cfgrtl: Fix MEM_EXPR update in duplicate_insn_chain [PR114924] The PR shows that when

[gcc r12-10553] middle-end/40635 - SSA update losing PHI arg loations

2024-06-12 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:844ff32c04a4e36bf69f3878634d9f50aec3a332 commit r12-10553-g844ff32c04a4e36bf69f3878634d9f50aec3a332 Author: Richard Biener Date: Mon Dec 5 16:03:21 2022 +0100 middle-end/40635 - SSA update losing PHI arg loations The following fixes an issue where SSA update

[gcc r12-10554] [PR111497][LRA]: Copy substituted equivalence

2024-06-12 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:959cef942508b818c7dcb8df0f3c7bf4968d406a commit r12-10554-g959cef942508b818c7dcb8df0f3c7bf4968d406a Author: Vladimir N. Makarov Date: Mon Sep 25 16:19:50 2023 -0400 [PR111497][LRA]: Copy substituted equivalence When we substitute the equivalence and it

[gcc r12-10552] rtl-optimization/54052 - RTL SSA PHI insertion compile-time hog

2024-06-12 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:1edc6a71feeb8460fbd4938b8926b5692fbab43f commit r12-10552-g1edc6a71feeb8460fbd4938b8926b5692fbab43f Author: Richard Biener Date: Mon Feb 19 11:10:50 2024 +0100 rtl-optimization/54052 - RTL SSA PHI insertion compile-time hog The following tries to address

Re: [PATCH] aarch64: Add vector popcount besides QImode [PR113859]

2024-06-12 Thread Richard Sandiford
mode); emit_insn (GEN_FCN (icode) (tmp, gen_lowpart (mode, operands[1]))); /* Use a sequence of UADDLPs to accumulate the counts. Each step doubles the element size and halves the number of elements. */ do { auto icode = code_for_aarch64_addlp (ZERO_EXTEND, GET_MODE (tmp));

[Perl/perl5] c79fe2: S_new_SV: args unused, static inline & defined, re...

2024-06-12 Thread Richard Leach via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: c79fe2b42ae2a540552f87251aa0e36a060dd584 https://github.com/Perl/perl5/commit/c79fe2b42ae2a540552f87251aa0e36a060dd584 Author: Richard Leach Date: 2024-06-12 (Wed, 12 Jun 2024) Changed paths: M

[Perl/perl5] 864b12: perlguts.pod - add some description of real vs fak...

2024-06-12 Thread Richard Leach via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 864b1299a6432ecfb65be2e5c9bf83988b0da0da https://github.com/Perl/perl5/commit/864b1299a6432ecfb65be2e5c9bf83988b0da0da Author: Richard Leach Date: 2024-06-12 (Wed, 12 Jun 2024) Changed paths: M pod

Re: [PATCH 2/3] Enabled LRA for ia64.

2024-06-12 Thread Richard Biener
e recent python installed on the system? Or you didn't use contrib/test_summary to create those mails. It would be nice to see the difference between LRA and not LRA in the testresults, can you quote that? Thanks, Richard. > --- > gcc/config/ia64/ia64.cc | 7 ++- > gcc/confi

Re: Please help me identify package so I can report an important bug

2024-06-12 Thread Richard
see this coming back. But also, just searching the web for this topic, you should have come across this answering your questions: https://wiki.debian.org/NetworkInterfaceNames Richard Am Mi., 12. Juni 2024 um 12:43 Uhr schrieb Peter Goodall < pjgood...@gmail.com>: > Hello, >

Re: Question about optimizing function pointers for direct function calls

2024-06-12 Thread Richard Biener via Gcc
On Wed, Jun 12, 2024 at 11:57 AM Hanke Zhang wrote: > > Richard Biener 于2024年5月24日周五 14:39写道: > > > > On Fri, May 24, 2024 at 5:53 AM Hanke Zhang via Gcc wrote: > > > > > > Hi, > > > I got a question about optimizing function pointers for direct &g

Re: [PATCH v2] Arm: Fix disassembly error in Thumb-1 relaxed load/store [PR115188]

2024-06-12 Thread Richard Earnshaw
On 12/06/2024 11:35, Richard Earnshaw (lists) wrote: > On 11/06/2024 17:35, Wilco Dijkstra wrote: >> Hi Christophe, >> >>> PR target/115153 >> I guess this is typo (should be 115188) ? >> >> Correct. >> >>> +/* { dg-options

Re: [PATCH] tree-optimization/115385 - handle more gaps with peeling of a single iteration

2024-06-12 Thread Richard Biener
On Wed, 12 Jun 2024, Richard Sandiford wrote: > Richard Biener writes: > > On Wed, 12 Jun 2024, Richard Biener wrote: > > > >> On Tue, 11 Jun 2024, Richard Sandiford wrote: > >> > >> > Don't think it makes any difference, but: > >> > &g

Re: [PATCH v2] Arm: Fix disassembly error in Thumb-1 relaxed load/store [PR115188]

2024-06-12 Thread Richard Earnshaw (lists)
On 11/06/2024 17:35, Wilco Dijkstra wrote: > Hi Christophe, > >> PR target/115153 > I guess this is typo (should be 115188) ? > > Correct. > >> +/* { dg-options "-O2 -mthumb" } */-mthumb is included in arm_arch_v6m, so I >> think you don't need to add it > here? > > Indeed, it's not

Re: [PATCH] tree-optimization/115385 - handle more gaps with peeling of a single iteration

2024-06-12 Thread Richard Sandiford
Richard Biener writes: > On Wed, 12 Jun 2024, Richard Biener wrote: > >> On Tue, 11 Jun 2024, Richard Sandiford wrote: >> >> > Don't think it makes any difference, but: >> > >> > Richard Biener writes: >> > > @@ -2151

[PATCH 3/3][v3] Improve code generation of strided SLP loads

2024-06-12 Thread Richard Biener
This avoids falling back to elementwise accesses for strided SLP loads when the group size is not a multiple of the vector element size. Instead we can use a smaller vector or integer type for the load. For stores we can do the same though restrictions on stores we handle and the fact that

[PATCH 2/3][v3] tree-optimization/115385 - handle more gaps with peeling of a single iteration

2024-06-12 Thread Richard Biener
The following makes peeling of a single scalar iteration handle more gaps, including non-power-of-two cases. This can be done by rounding up the remaining access to the next power-of-two which ensures that the next scalar iteration will pick at least the number of excess elements we access. I've

[PATCH 1/3][v3] tree-optimization/114107 - avoid peeling for gaps in more cases

2024-06-12 Thread Richard Biener
The following refactors the code to detect necessary peeling for gaps, in particular the PR103116 case when there is no gap but the group size is smaller than the vector size. The testcase in PR114107 shows we fail to SLP for (int i=0; i

Re: [PATCH] tree-optimization/115385 - handle more gaps with peeling of a single iteration

2024-06-12 Thread Richard Biener
On Wed, 12 Jun 2024, Richard Biener wrote: > On Tue, 11 Jun 2024, Richard Sandiford wrote: > > > Don't think it makes any difference, but: > > > > Richard Biener writes: > > > @@ -2151,7 +2151,16 @@ get_group_load_store_type (vec_info *vinf

Re: [OE-core] Patchtest results for [PATCH v2 1/2] ccache: 4.9.1 -> 4.10

2024-06-12 Thread Richard Purdie
t; removed: > >    $ git diff --stat v4.9.1..v4.10 LICENSE.adoc > > LICENSE.adoc | 222 +- > > 1 file changed, 15 insertions(+), 207 deletions(-) > > > >    And add more licenses for third party files. > >

Re: [PATCH] aarch64: Use bitreverse rtl code instead of unspec [PR115176]

2024-06-12 Thread Richard Sandiford
cc b/gcc/config/aarch64/aarch64.cc > index 13191ec8e34..0e9d7b1ec0f 100644 > --- a/gcc/config/aarch64/aarch64.cc > +++ b/gcc/config/aarch64/aarch64.cc > @@ -14690,6 +14690,7 @@ cost_plus: > return true; >} > > +case BITREVERSE: > case BSWAP: >*cos

Re: [PATCH v2 0/4] Libatomic: Cleanup ifunc selector and aliasing

2024-06-12 Thread Richard Sandiford
s. OK for trunk. (For the record, I didn't hand-check the encodings of the .insts ...) Richard > --- > > The recent introduction of the optional LSE128 and RCPC3 architectural > extensions to AArch64 has further led to the increased flexibility of > atomic support in the archite

Re: Update on TomEE 10

2024-06-12 Thread Richard Zowalla
, but I don't think, that they will do it, so it leaves us only these options. Best Richard On 2024/06/12 06:12:21 Alex The Rocker wrote: > Hello Richard, > > First of all, thank you very much for these updates, and a big thanks > to Markus for his major contribution ! > > To answe

Re: [PATCH-1v3] fwprop: Replace rtx_cost with insn_cost in try_fwprop_subst_pattern [PR113325]

2024-06-12 Thread Richard Sandiford
s_deletion ()) > { > + /* Invalidate recog data as insn_cost may call > + extract_insn_cached. */ > + INSN_CODE (change->rtl ()) = -1; The: bool ok = recog (attempt, use_change); should leave INSN_CODE set to the result of the successf

Re: How to represent a fallthrough condtion (with no else) in "Match and Simplify"?

2024-06-12 Thread Richard Biener via Gcc
(a[i] & b[i]) { a[i] ^= c[i]; } } } is what I tried. I suppose other compilers do not consider read-only memory mappings? Note there's also store data races to be considered (but -Ofast might help with that). In my testcase the c[i] access could also trap, requiring .MASK_LOAD (I'm quite sure we can't analyze allocated array bounds when the allocation stmt is seen as in your case). Richard. > Thanks > Hanke Zhang

Re: [PATCH] tree-optimization/115385 - handle more gaps with peeling of a single iteration

2024-06-12 Thread Richard Biener
On Tue, 11 Jun 2024, Richard Sandiford wrote: > Don't think it makes any difference, but: > > Richard Biener writes: > > @@ -2151,7 +2151,16 @@ get_group_load_store_type (vec_info *vinfo, > > stmt_vec_info stmt_info, > >

Re: [PATCH v2] Target-independent store forwarding avoidance.

2024-06-12 Thread Richard Biener
On Tue, 11 Jun 2024, Jeff Law wrote: > > > On 6/11/24 7:52 AM, Philipp Tomsich wrote: > > On Tue, 11 Jun 2024 at 15:37, Jeff Law wrote: > >> > >> > >> > >> On 6/11/24 1:22 AM, Richard Biener wrote: > >> > >>>> Absolute

Re: [PATCH v1] Widening-Mul: Take gsi after_labels instead of start_bb for gcall insertion

2024-06-12 Thread Richard Biener
On Tue, Jun 11, 2024 at 3:53 PM wrote: > > From: Pan Li > > We inserted the gcall of .SAT_ADD before the gsi_start_bb for avoiding > the ssa def after use ICE issue. Unfortunately, there will be the > potential ICE when the first stmt is label. We cannot insert the gcall > before the label.

[webkit-changes] [WebKit/WebKit] c35d1f: [Writing Tools] Reverting a list transformation le...

2024-06-11 Thread Richard Robinson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: c35d1fad75d58b9de8042a06f0fc21a9d411544e https://github.com/WebKit/WebKit/commit/c35d1fad75d58b9de8042a06f0fc21a9d411544e Author: Richard Robinson Date: 2024-06-11 (Tue, 11 Jun 2024) Changed paths

Update on TomEE 10

2024-06-11 Thread Richard Zowalla
from my POV it would be crucial to get some feedback on a new milestone release. WDYT? Gruß Richard [1] https://github.com/apache/tomee/pull/1178 [2] https://issues.apache.org/jira/browse/TOMEE-4343 [1] https://issues.apache.org/jira/browse/OWB-1441

[webkit-changes] [WebKit/WebKit] c6800d: [Writing Tools] Replace `ENABLE_UNIFIED_TEXT_REPLA...

2024-06-11 Thread Richard Robinson
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: c6800d4fa31447eac584dee14396ed6d4efbac18 https://github.com/WebKit/WebKit/commit/c6800d4fa31447eac584dee14396ed6d4efbac18 Author: Richard Robinson Date: 2024-06-11 (Tue, 11 Jun 2024) Changed paths

[Qemu-commits] [qemu/qemu] b67e35: block: drop force_dup parameter of raw_reconfigure...

2024-06-11 Thread Richard Henderson via Qemu-commits
arget/i386/tcg/emit.c.inc Log Message: --- target/i386: remove CPUX86State argument from generator functions CPUX86State argument would only be used to fetch bytes, but that has to be done before the generator function is called. So remove it, and all temptation together with it. Reviewed-by

Improving build-time checks for kernel module configuration + two other discussion points

2024-06-11 Thread Richard Sent
]: https://issues.guix.gnu.org/43078#2 -- Take it easy, Richard Sent Making my computer weirder one commit at a time.

Re: default value of Right-to-left cursor movement preference

2024-06-11 Thread Richard Kimberly Heck
On 6/10/24 15:44, Udicoudco wrote: Dear all, Personally I don't know anyone who is intentionally use the current default value of this preference, so I thought about changing the default from 'logical' to 'visual' to make the experience of new users easier, but I don't want to do that without

Re: [LyX/master] Add "full" drawing strategy

2024-06-11 Thread Richard Kimberly Heck
On 6/11/24 12:06, Jean-Marc Lasgouttes wrote: Le 11/06/2024 à 17:44, Richard Kimberly Heck a écrit : On 6/11/24 09:36, Jean-Marc Lasgouttes wrote: The point is to offer a mode where the screen is redrawn fully every time (only the drawing, not the metrics computation). The performance seems

Re: [LyX/master] Remove hebrew letter document class

2024-06-11 Thread Richard Kimberly Heck
On 6/11/24 14:39, Udicoudco wrote: On Tue, Jun 11, 2024 at 9:37 PM Udicoudco wrote: How can it break old documents? Other than custom user layouts, which requires this one, I can't think of a problem. And in such a rare case they can simply input the regular letter layout instead (which gives

Re: [PATCH] Improve code generation of strided SLP loads

2024-06-11 Thread Richard Sandiford
Richard Biener writes: > This avoids falling back to elementwise accesses for strided SLP > loads when the group size is not a multiple of the vector element > size. Instead we can use a smaller vector or integer type for the load. > > For stores we can do the same though restric

Re: [PATCH] tree-optimization/115385 - handle more gaps with peeling of a single iteration

2024-06-11 Thread Richard Sandiford
Don't think it makes any difference, but: Richard Biener writes: > @@ -2151,7 +2151,16 @@ get_group_load_store_type (vec_info *vinfo, > stmt_vec_info stmt_info, >access excess elements. >??? Enhancements include peeling multipl

Re: [patch, rs6000, middle-end 0/1] v1: Add implementation for different targets for pair mem fusion

2024-06-11 Thread Richard Sandiford
Ajit Agarwal writes: > Hello Richard: > > On 11/06/24 9:41 pm, Richard Sandiford wrote: >> Ajit Agarwal writes: >>>>> Thanks a lot. Can I know what should we be doing with neg (fma) >>>>> correctness failures with load fusion. >>>> &

bug#71495: Add command line flag to add to load path without evaluation

2024-06-11 Thread Richard Sent
ound this issue. In my opinion this isn't very discoverable. Furthermore, it can't _cleanly_ handle cases when GUILE_LOAD_PATH is already set or needs multiple entries. It also makes certain commands with bash builtins (like time...) awkward since you have to enter a subshell. -- Take it easy,

Re: [PATCH] ifcvt: Clarify if_info.original_cost.

2024-06-11 Thread Richard Sandiford
W, the reason for asking was that it seemed safer to pass use_cond_earliest back from noce_convert_multiple_sets_1 to noce_convert_multiple_sets, as another parameter, and then do the adjustment around noce_convert_multiple_sets's call to targetm.noce_conversion_profitable_p. That would avoid the new for a new if_info field, which in turn would make it less likely that stale information is carried over from one attempt to the next (e.g. if other ifcvt techniques end up using the same field in future). Thanks, Richard

[clang] [Clang] allow `` `@$ `` in raw string delimiters in C++26 (PR #93216)

2024-06-11 Thread Richard Smith via cfe-commits
@@ -2261,8 +2261,17 @@ bool Lexer::LexRawStringLiteral(Token , const char *CurPtr, unsigned PrefixLen = 0; - while (PrefixLen != 16 && isRawStringDelimBody(CurPtr[PrefixLen])) + while (PrefixLen != 16 && isRawStringDelimBody(CurPtr[PrefixLen])) { ++PrefixLen; +

[Perl/perl5] 06e421: S_fold_constants: remove early SvREADONLY(sv) to a...

2024-06-11 Thread Richard Leach via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 06e421c559c63975f29c35ba3588a0e6b0c75eca https://github.com/Perl/perl5/commit/06e421c559c63975f29c35ba3588a0e6b0c75eca Author: Richard Leach Date: 2024-06-11 (Tue, 11 Jun 2024) Changed paths: M ext

Re: [PATCH] hostfs: Add const qualifier to host_root in hostfs_fill_super()

2024-06-11 Thread Richard Weinberger
- Ursprüngliche Mail - > Von: "Nathan Chancellor" > An: "Christian Brauner" > CC: "Hongbo Li" , "richard" , "anton > ivanov" , > "Johannes Berg" , "linux-um" > , "linux-kernel" > , &

[tor-announce] New Release: Tor Browser 13.0.16 (Android, Windows, macOS, Linux)

2024-06-11 Thread Richard Pospesel
Platforms * Updated Go to 1.21.11 best, -richard OpenPGP_0xDE47360363F34B2C.asc Description: OpenPGP public key OpenPGP_signature.asc Description: OpenPGP digital signature ___ tor-announce mailing list tor-announce@lists.torproject.org https

[tor-announce] New Release: Tor Browser 13.5a9 (Android, Windows, macOS, Linux)

2024-06-11 Thread Richard Pospesel
: Remove tor-onion-proxy-library and tor-android-service projects from tor-browser-build [tor-browser-build] * Bug 41141: Add tor-expert-bundle aar dependency to firefox-android [tor-browser-build] best, -richard OpenPGP_0xDE47360363F34B2C.asc Description: OpenPGP public key

[tor-commits] [Git][tpo/applications/tor-browser-update-responses][main] release: new version, 13.0.16

2024-06-11 Thread richard (@richard) via tor-commits
richard pushed to branch main at The Tor Project / Applications / Tor Browser update responses Commits: 0da5aaef by Richard Pospesel at 2024-06-11T18:48:06+00:00 release: new version, 13.0.16 - - - - - 30 changed files: - update_3/release/.htaccess - − update_3/release/13.0.12-13.0.15

[tbb-commits] [Git][tpo/applications/tor-browser-update-responses][main] release: new version, 13.0.16

2024-06-11 Thread richard (@richard)
richard pushed to branch main at The Tor Project / Applications / Tor Browser update responses Commits: 0da5aaef by Richard Pospesel at 2024-06-11T18:48:06+00:00 release: new version, 13.0.16 - - - - - 30 changed files: - update_3/release/.htaccess - − update_3/release/13.0.12-13.0.15

[tbb-commits] [Git][tpo/applications/tor-browser] Pushed new tag base-browser-115.12.0esr-13.0-1-build1

2024-06-11 Thread richard (@richard)
richard pushed new tag base-browser-115.12.0esr-13.0-1-build1 at The Tor Project / Applications / Tor Browser -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/tree/base-browser-115.12.0esr-13.0-1-build1 You're receiving this email because of your account

[tor-commits] [Git][tpo/applications/tor-browser] Pushed new tag base-browser-115.12.0esr-13.0-1-build1

2024-06-11 Thread richard (@richard) via tor-commits
richard pushed new tag base-browser-115.12.0esr-13.0-1-build1 at The Tor Project / Applications / Tor Browser -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/tree/base-browser-115.12.0esr-13.0-1-build1 You're receiving this email because of your account

[Tails-dev] Tor Browser 130.16 (Android, Windows, macOS, Linux)

2024-06-11 Thread Richard Pospesel
Hello, Unsigned Tor Browser 13.0.16 release candidate builds are now available for testing: - https://tb-build-02.torproject.org/~richard/builds/torbrowser/release/unsigned/13.0.16/ This should be the last stable release in the 13.0 series before 13.5 scheduled for early next week

[tor-qa] Tor Browser 13.0.16 (Android, Windows, macOS, Linux)

2024-06-11 Thread Richard Pospesel
Hello, Unsigned Tor Browser 13.0.16 release candidate builds are now available for testing: - https://tb-build-02.torproject.org/~richard/builds/torbrowser/release/unsigned/13.0.16/ The full changelog can be found here: - https://gitlab.torproject.org/tpo/applications/tor-browser-build

[tor-commits] [Git][tpo/applications/tor-browser-update-responses][main] alpha: new version, 13.5a9

2024-06-11 Thread richard (@richard) via tor-commits
richard pushed to branch main at The Tor Project / Applications / Tor Browser update responses Commits: 5a2b962f by Richard Pospesel at 2024-06-11T16:48:19+00:00 alpha: new version, 13.5a9 - - - - - 30 changed files: - update_3/alpha/.htaccess - − update_3/alpha/13.5a5-13.5a8-linux-i686

[tbb-commits] [Git][tpo/applications/tor-browser-update-responses][main] alpha: new version, 13.5a9

2024-06-11 Thread richard (@richard)
richard pushed to branch main at The Tor Project / Applications / Tor Browser update responses Commits: 5a2b962f by Richard Pospesel at 2024-06-11T16:48:19+00:00 alpha: new version, 13.5a9 - - - - - 30 changed files: - update_3/alpha/.htaccess - − update_3/alpha/13.5a5-13.5a8-linux-i686

RE: Today's WWDC keynote and iOS 18 announcement

2024-06-11 Thread Richard Turner
It was yesterday, June 10th, at 10 AM Pacific. You can watch it at this link: https://www.apple.com/apple-events/ Richard, USA "It's no great honor to be blind, but it's more than a nuisance and less than a disaster. Either you're going to fight like hell when your sight

Re: [patch, rs6000, middle-end 0/1] v1: Add implementation for different targets for pair mem fusion

2024-06-11 Thread Richard Sandiford
O to OO. */ But I don't see how this can work reliably if we allow the kind of subregs that you want to create here. The register order is the opposite from the one that GCC expects. This is more a question for the PowerPC maintainers though. And this is one of the (admittedly many) times when I wish GCC's subreg model was more like LLVM's. :) Thanks, Richard

Re: [Qgis-user] Fwd: Export data with tiff and csv files in QGIS 3.36.3

2024-06-11 Thread Richard McDonnell via QGIS-User
Hi Sofia, I unfortunately am unable to access the files you sent, as there are restrictions on our systems here in relation to accessing files. Apologies for that. Kind Regards, Richard —— Richard McDonnell MSc GIS, FME Certified Professional Flood Risk Management - Data Management —— Oifig

Re: [PATCH] ifcvt: Clarify if_info.original_cost.

2024-06-11 Thread Richard Sandiford
second time in order to get rid of the temporaries. */ if (*last_needs_comparison == -1) *last_needs_comparison = 0; return true; AFAICT that means that the first attempt is always redundant. Have I missed something? I don't know if this was something that M

Re: [LyX/master] Add "full" drawing strategy

2024-06-11 Thread Richard Kimberly Heck
On 6/11/24 09:36, Jean-Marc Lasgouttes wrote: Le 11/06/2024 à 15:17, Jean-Marc Lasgouttes a écrit : commit f48cf461010daa8aceb220a6762cb50c1192db0d Author: Jean-Marc Lasgouttes Date:   Sat Jul 15 11:46:25 2023 +0200 Add "full" drawing strategy Riki, would it be OK to backport this

Re: [patch, rs6000, middle-end 0/1] v1: Add implementation for different targets for pair mem fusion

2024-06-11 Thread Richard Sandiford
Ajit Agarwal writes: > On 11/06/24 7:07 pm, Richard Sandiford wrote: >> Ajit Agarwal writes: >>> Hello Richard: >>> On 11/06/24 6:12 pm, Richard Sandiford wrote: >>>> Ajit Agarwal writes: >>>>> Hello Richard: >>>>> >>&g

RE: Today's WWDC keynote and iOS 18 announcement

2024-06-11 Thread Richard Turner
the 16 if the offer is good enough. I won’t be holding my breath though, . Richard, USA "It's no great honor to be blind, but it's more than a nuisance and less than a disaster. Either you're going to fight like hell when your sight fails or you're going to stand on the side

GitHub email lists require running nnnfree JS to join.

2024-06-11 Thread Richard Stallman
--- Start of forwarded message --- Date: Sat, 08 Jun 2024 09:44:58 +0300 Message-Id: <86jzj0djbp@gnu.org> From: Eli Zaretskii To: r...@gnu.org Cc: a...@alphapapa.net, y...@rabkins.net, emacs-de...@gnu.org In-Reply-To: (message from Richard Stallman on Fri, 07 Jun 2024

  1   2   3   4   5   6   7   8   9   10   >