This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [C++ Patch] PR 36655


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 mention that instead of C++ 1998.

Thanks,
Andrew Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]