[Bug target/109457] %z[asmSymbolicName] in AssemblerTemplate fails to compile

2023-04-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109457 Andrew Pinski changed: What|Removed |Added Resolution|--- |INVALID See Also|

[Bug target/109457] %z[asmSymbolicName] in AssemblerTemplate fails to compile

2023-04-09 Thread seeson at pku dot edu.cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109457 lyazj changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug target/109457] %z[asmSymbolicName] in AssemblerTemplate fails to compile

2023-04-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109457 --- Comment #4 from Andrew Pinski --- (In reply to Andrew Pinski from comment #3) > The issue there is the code which implements 'z' is shared with 'Z' and the > error message only references 'Z' and missed that it is shared with 'z'. Let > me f

[Bug target/109457] %z[asmSymbolicName] in AssemblerTemplate fails to compile

2023-04-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109457 --- Comment #3 from Andrew Pinski --- (In reply to lyazj from comment #2) > Thanks very much for the quick and concise solution. I'm sorry that I missed > the truth that I could have probably put the modifier `z` on an immediate > and did the su

[Bug target/109457] %z[asmSymbolicName] in AssemblerTemplate fails to compile

2023-04-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109457 Andrew Pinski changed: What|Removed |Added Resolution|FIXED |INVALID

[Bug target/109457] %z[asmSymbolicName] in AssemblerTemplate fails to compile

2023-04-09 Thread seeson at pku dot edu.cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109457 lyazj changed: What|Removed |Added Resolution|INVALID |FIXED CC|

[Bug target/109457] %z[asmSymbolicName] in AssemblerTemplate fails to compile

2023-04-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109457 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---