On Fri, October 14, 2011 01:40, Douglas Gregor wrote: > > On Oct 13, 2011, at 5:34 PM, Richard Smith wrote: > > >> Author: rsmith >> Date: Thu Oct 13 19:34:28 2011 >> New Revision: 141922 >> >> >> URL: http://llvm.org/viewvc/llvm-project?rev=141922&view=rev >> Log: >> Add support for -std=gnu90 and -std=c++03, for compatibility with modern >> gcc. > > I assume that GCC treats c++03 the same as c++98?
Yes, it parses in C++03 mode either way. > > - Doug > > _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
