[C++ Patch] PR 36655

Doug Gregor doug.gregor@gmail.com
Fri Jun 27 20:49:00 GMT 2008


On Fri, Jun 27, 2008 at 3:21 PM, Paolo Carlini <paolo.carlini@oracle.com> wrote:
> Hi Andrew,
>>
>> 2008/6/27 Paolo Carlini <paolo.carlini@oracle.com>:
>>
>>>
>>> !       if (pedantic && !in_system_header && (cxx_dialect == cxx98))
>>> !       pedwarn ("ISO C++ 1998 forbids the use of %<extern%> on explicit
>>> "
>>>                "instantiations");
>>>
>>
>> Do we support C++03 at all?  If so we should men
> I had the same thought: turns out that whereas we have many amendments from
> C++2003, we don't provide to the users a specific command line option,
> neither we have a cxx03 dialect in the internals...

And we shouldn't have such a dialect. C++03 is just a collection of
defect reports against C++98, so there's no reason to support them as
distinct dialects.

  - Doug



More information about the Gcc-patches mailing list