Snapshot gcc-14-20240608 is now available on
https://gcc.gnu.org/pub/gcc/snapshots/14-20240608/
and on various mirrors, see https://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 14 git branch
with the following options: git://gcc.gnu.org/git/gcc.git branch
> On Jun 8, 2024, at 1:12 PM, Jeff Law wrote:
>
>
>
> On 6/8/24 10:45 AM, Paul Koning via Gcc wrote:
>>> On Jun 8, 2024, at 5:32 AM, Mikael Pettersson via Gcc
>>> wrote:
>>>
>>> On Thu, Jun 6, 2024 at 8:59 PM Dimitar Dimitrov wrote:
Have you tried defining TARGET_LEGITIMIZE_ADDRESS
On 6/8/24 10:45 AM, Paul Koning via Gcc wrote:
On Jun 8, 2024, at 5:32 AM, Mikael Pettersson via Gcc wrote:
On Thu, Jun 6, 2024 at 8:59 PM Dimitar Dimitrov wrote:
Have you tried defining TARGET_LEGITIMIZE_ADDRESS for your target? From
a quick search I see that the iq2000 and rx backends
> On Jun 8, 2024, at 5:32 AM, Mikael Pettersson via Gcc wrote:
>
> On Thu, Jun 6, 2024 at 8:59 PM Dimitar Dimitrov wrote:
>> Have you tried defining TARGET_LEGITIMIZE_ADDRESS for your target? From
>> a quick search I see that the iq2000 and rx backends are rewriting some
>> PLUS expression ad
On 6/8/24 3:32 AM, Mikael Pettersson via Gcc wrote:
On Thu, Jun 6, 2024 at 8:59 PM Dimitar Dimitrov wrote:
Have you tried defining TARGET_LEGITIMIZE_ADDRESS for your target? From
a quick search I see that the iq2000 and rx backends are rewriting some
PLUS expression addresses with insn seque
Sent from my iPhone
On Thu, Jun 6, 2024 at 8:59 PM Dimitar Dimitrov wrote:
> Have you tried defining TARGET_LEGITIMIZE_ADDRESS for your target? From
> a quick search I see that the iq2000 and rx backends are rewriting some
> PLUS expression addresses with insn sequence to calculate the address.
I have partial succes