[cfe-dev] LangOptions.GNUMode set for c++98 and c++0x?

Douglas Gregor dgregor at apple.com
Tue Sep 29 07:51:47 PDT 2009


On Sep 23, 2009, at 12:28 PM, Ken Dyck wrote:

>
> Is it intended that LangOptions.GNUMode is set for the non-GNU C++
> language standards: c++98 and c++0x?

No, the "gnuxxx" -std settings are for GNU variants.

> If not, attached is a patch that
> disables the language option for them.

Thanks! Committed here:

	http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20090928/021873.html

	- Doug



More information about the cfe-dev mailing list