Am 07.12.24 um 22:25 schrieb Stefan Schulze Frielinghaus:
On Sat, Dec 07, 2024 at 08:49:20AM +0100, Georg-Johann Lay wrote:
Is there a PR for this feature? (Just to make sure that I don't
miss progress on this I could CC to the PR).
No. However, I can CC you in case of further patch revis
On Sat, Dec 07, 2024 at 08:49:20AM +0100, Georg-Johann Lay wrote:
> Is there a PR for this feature? (Just to make sure that I don't
> miss progress on this I could CC to the PR).
No. However, I can CC you in case of further patch revisions.
Cheers,
Stefan
>
> Johann
>
> Am 10.09.24 um 16:20
Is there a PR for this feature? (Just to make sure that I don't
miss progress on this I could CC to the PR).
Johann
Am 10.09.24 um 16:20 schrieb Stefan Schulze Frielinghaus:
This series introduces hard register constraints. The first patch
enables hard register constraints for asm statements
On Wed, Sep 18, 2024 at 03:53:37PM +0200, Michael Matz wrote:
> Hello,
>
> On Thu, 12 Sep 2024, Stefan Schulze Frielinghaus wrote:
>
> > > > #define call_on_stack(stack, func, asm_call, argconstr...)
> > > > \
> > > > {
Hello,
On Thu, 12 Sep 2024, Stefan Schulze Frielinghaus wrote:
> > > #define call_on_stack(stack, func, asm_call, argconstr...) \
> > > { \
> > > register void *tos asm("r11");
On Thu, Sep 12, 2024 at 04:03:33PM +0200, Georg-Johann Lay wrote:
>
>
> Am 10.09.24 um 16:20 schrieb Stefan Schulze Frielinghaus:
> > This series introduces hard register constraints. The first patch
> > enables hard register constraints for asm statements and for
> > machine descriptions. The
Am 10.09.24 um 16:20 schrieb Stefan Schulze Frielinghaus:
This series introduces hard register constraints. The first patch
enables hard register constraints for asm statements and for
machine descriptions. The subsequent patch adds some basic error
handling for asm statements. The third pa
A new feature for asm statements definitely needs documenting in the GCC
manual.
--
Joseph S. Myers
josmy...@redhat.com
This series introduces hard register constraints. The first patch
enables hard register constraints for asm statements and for
machine descriptions. The subsequent patch adds some basic error
handling for asm statements. The third patch adds some verification of
register names used in machine de