[Bug translation/93755] nested quotes in command line options errors

2020-02-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93755

Martin Liška  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Martin Liška  ---
Fixed.

[Bug translation/93755] nested quotes in command line options errors

2020-02-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93755

--- Comment #2 from CVS Commits  ---
The master branch has been updated by Martin Liska :

https://gcc.gnu.org/g:c83a55d8b4e66c9cd73b5177c2f06de274866d2c

commit r10-6670-gc83a55d8b4e66c9cd73b5177c2f06de274866d2c
Author: Martin Liska 
Date:   Mon Feb 17 13:21:00 2020 +0100

Fix double quoting.

PR translation/93755
* config/rs6000/rs6000.c (rs6000_option_override_internal):
Fix double quotes.

[Bug translation/93755] nested quotes in command line options errors

2020-02-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93755

Martin Liška  changed:

   What|Removed |Added

   Keywords||easyhack
 Status|UNCONFIRMED |ASSIGNED
   Last reconfirmed||2020-02-17
 CC||marxin at gcc dot gnu.org
 Ever confirmed|0   |1

--- Comment #1 from Martin Liška  ---
I'll fix it.