[Bug target/104794] arm: use translation pattern for repetitive messages

2022-03-12 Thread roland.illig at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104794 --- Comment #11 from Roland Illig --- Thank you, looks good now.

[Bug target/104794] arm: use translation pattern for repetitive messages

2022-03-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104794 --- Comment #10 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:b1d8198e7df616ea80cb648a2c831e2c21f4319f commit r12-7518-gb1d8198e7df616ea80cb648a2c831e2c21f4319f Author: Martin Liska Date: Mo

[Bug target/104794] arm: use translation pattern for repetitive messages

2022-03-07 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104794 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/104794] arm: use translation pattern for repetitive messages

2022-03-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104794 --- Comment #8 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:fcc48d2ed6b621f7d0c141afed81a4922c056039 commit r12-7515-gfcc48d2ed6b621f7d0c141afed81a4922c056039 Author: Martin Liska Date: Mon

[Bug target/104794] arm: use translation pattern for repetitive messages

2022-03-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104794 --- Comment #7 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:cfb46c944e8a05653c7eedd79116dae9ce7ad91c commit r12-7514-gcfb46c944e8a05653c7eedd79116dae9ce7ad91c Author: Martin Liska Date: Mon

[Bug target/104794] arm: use translation pattern for repetitive messages

2022-03-07 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104794 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/104794] arm: use translation pattern for repetitive messages

2022-03-07 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104794 --- Comment #6 from Martin Liška --- (In reply to Roland Illig from comment #1) > From arm-builtins.cc: > > "the range of count should be in 0 to 32; > > please check the intrinsic %<_mm_rori_pi16%> in code" > > While here, please double-check

[Bug target/104794] arm: use translation pattern for repetitive messages

2022-03-04 Thread roland.illig at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104794 --- Comment #5 from Roland Illig --- Same for %'-mstack-protector-guard=tls%' in the same file.

[Bug target/104794] arm: use translation pattern for repetitive messages

2022-03-04 Thread roland.illig at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104794 --- Comment #4 from Roland Illig --- And another thing: > %'-mstack-protector-guard-offset=%qs%' This produces nested quotes. The %qs should rather be a simple %s. Maybe you can write a unit test to see how the end result looks. I didn't find a

[Bug target/104794] arm: use translation pattern for repetitive messages

2022-03-04 Thread roland.illig at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104794 --- Comment #3 from Roland Illig --- While here: > error ("incompatible options %'-mstack-protector-guard=global%' and" >"%'-mstack-protector-guard-offset=%qs%'", The idiomatic way to write quotes is %<...%>, not %'...%'.

[Bug target/104794] arm: use translation pattern for repetitive messages

2022-03-04 Thread roland.illig at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104794 --- Comment #2 from Roland Illig --- While here, please add the missing space in the middle of the string: error ("incompatible options %'-mstack-protector-guard=global%' and" "%'-mstack-protector-guard-offset=%qs%'",

[Bug target/104794] arm: use translation pattern for repetitive messages

2022-03-04 Thread roland.illig at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104794 --- Comment #1 from Roland Illig --- >From arm-builtins.cc: > "the range of count should be in 0 to 32; > please check the intrinsic %<_mm_rori_pi16%> in code" While here, please double-check whether the "0 to 32" is a typo and should rather be