From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Booth To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org Subject: Re: c++/3385: -std=foo doesn't work with C++ Date: Sat, 23 Jun 2001 01:36:00 -0000 Message-id: <20010623083600.15594.qmail@sourceware.cygnus.com> X-SW-Source: 2001-06/msg01018.html List-Id: The following reply was made to PR c++/3385; it has been noted by GNATS. From: Neil Booth To: "Joseph S. Myers" Cc: Daniel Elstner , gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org Subject: Re: c++/3385: -std=foo doesn't work with C++ Date: Sat, 23 Jun 2001 09:29:23 +0100 Joseph S. Myers wrote:- > It would make sense to support -std for C++, with possible values being > iso14882:1998 and g++98, but it's never going to make sense to specify a C > standard (ISO 9899) version when compiling C++, and there ought to be > appropriate errors given if you try to do so; the lack of error messages > is a bug. cpplib supports "-std=c++98", so we should stick with that. I don't see the value in the really verbose forms. Neil.