1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-01 18:30:55 +01:00

43155: _gcc: escape ':' in action for -std

This commit is contained in:
Jun-ichi Takimoto 2018-07-11 00:10:24 +09:00
parent 3e9fc32fc3
commit 7facf96950
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2018-07-10 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
* 43155: Completion/Unix/Command/_gcc: escape : in action for -std
2018-07-10 Peter Stephenson <p.stephenson@samsung.com>
* 43156, 43157: Src/exec.c: need to allow for possible

View file

@ -415,7 +415,7 @@ args+=(
'-print-file-name=-[Display the full path to library <library>]:library:->library'
'-print-prog-name=-[Display the full path to compiler component <program>]:program:'
'*-specs=-[Override built-in specs with the contents of <file>]:file:_files'
'-std=-[assume that the input sources are for specified standard]:standard:(c90 c89 iso9899:1990 iso9899:199409 c99 iso9899:1999 c11 iso9899:2011 gnu90 gnu89 gnu99 gnu11 c++98 c++03 gnu++98 gnu++03 c++11 gnu++11 c++1y gnu++1y c++14 gnu++14 c++1z gnu++1z c++17 iso9899:2017 gnu++17 c++2a gnu++2a)'
'-std=-[assume that the input sources are for specified standard]:standard:(c90 c89 iso9899\:1990 iso9899\:199409 c99 iso9899\:1999 c11 iso9899\:2011 gnu90 gnu89 gnu99 gnu11 c++98 c++03 gnu++98 gnu++03 c++11 gnu++11 c++1y gnu++1y c++14 gnu++14 c++1z gnu++1z c++17 iso9899\:2017 gnu++17 c++2a gnu++2a)'
'*-include:include file:_files -g \*.h\(-.\)'
'*-imacros:macro input file:_files -g \*.h\(-.\)'
'*-idirafter:second include path directory:_files -/'