Re: [PATCH] s390: implement flags output

2023-11-28 Thread Joseph Myers
This has introduced an ICE building glibc for s390x-linux-gnu. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112753 -- Joseph S. Myers jos...@codesourcery.com

Re: [PATCH] s390: implement flags output

2023-11-23 Thread Andreas Krebbel
On 11/15/23 14:15, Juergen Christ wrote: > Implement flags output for inline assemblies. Only use one output constraint > that captures the whole condition code. No breakout into different condition > codes is allowed. Also, only one condition code variable is allowed. > > Add further logic to

[PATCH] s390: implement flags output

2023-11-15 Thread Juergen Christ
Implement flags output for inline assemblies. Only use one output constraint that captures the whole condition code. No breakout into different condition codes is allowed. Also, only one condition code variable is allowed. Add further logic to canonicalize various cases where we combine differe