arm-hisiv300-linux-g++ -v --help
-std=c++03 Conform to the ISO 1998 C++ standard revised by
the 2003 technical corrigendum
-std=c++0x Deprecated in favor of -std=c++11
-std=c++11 Conform to the ISO 2011 C++ standard
(experimental and incomplete support)
-std=c++1y Conform to the ISO 201y(7?) C++ draft standard
(experimental and incomplete support)
-std=c++98 Conform to the ISO 1998 C++ standard revised by
the 2003 technical corrigendum
-std=c11 Conform to the ISO 2011 C standard (experimental
and incomplete support)
-std=c1x Deprecated in favor of -std=c11
-std=c89 Conform to the ISO 1990 C standard
-std=c90 Conform to the ISO 1990 C standard
-std=c99 Conform to the ISO 1999 C standard
-std=c9x Deprecated in favor of -std=c99
-std=gnu++03 Conform to the ISO 1998 C++ standard revised by
the 2003 technical corrigendum with GNU extensions
-std=gnu++0x Deprecated in favor of -std=gnu++11
-std=gnu++11 Conform to the ISO 2011 C++ standard with GNU
extensions (experimental and incomplete support)
-std=gnu++1y Conform to the ISO 201y(7?) C++ draft standard
with GNU extensions (experimental and incomplete
support)
-std=gnu++98 Conform to the ISO 1998 C++ standard revised by
the 2003 technical corrigendum with GNU extensions
-std=gnu11 Conform to the ISO 2011 C standard with GNU
extensions (experimental and incomplete support)
-std=gnu1x Deprecated in favor of -std=gnu11
-std=gnu89 Conform to the ISO 1990 C standard with GNU
extensions
-std=gnu90 Conform to the ISO 1990 C standard with GNU
extensions
-std=gnu99 Conform to the ISO 1999 C standard with GNU
extensions
-std=gnu9x Deprecated in favor of -std=gnu99
-std=iso9899:1990 Conform to the ISO 1990 C standard
-std=iso9899:199409 Conform to the ISO 1990 C standard as amended in
1994
-std=iso9899:1999 Conform to the ISO 1999 C standard
-std=iso9899:199x Deprecated in favor of -std=iso9899:1999
-std=iso9899:2011 Conform to the ISO 2011 C standard (experimental
and incomplete support)
赞0
引用