This is a sample document only for the purpose of discussion.
Document number

ISO/IEC/JTC1/SC22/WG21/SD-NN-R1

Date

2018-11-09

Reply-to

Rene Rivera, grafikrobot@gmail.com

Audience

Study Group 15

1. Introduction

This specifies the GCC vendor specific options for std::compile.

2. Specification

2.1. C++ dialect

++gcc:cppdialect=cpp_dialect
Vendor

gcc

Argument

One of: iso, gnu.

Effect

Instructs compilation to use the given cpp_dialect of the C++ language standard for the source TU.

Compatibility

Link incompatible.

2.2. External options

++gcc:options=file
Vendor

gcc

Argument

Path to a platform dependent file.

Effect

Reads additional options from the given file.

Compatibility

NA

3. Revision History

Date

2018-MM-DD

Document

SD-NN-R0

Description

Initial