This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: error while preprocessing on x86 with -std
- From: "John \(Eljay\) Love-Jensen" <eljay at adobe dot com>
- To: "John \(Eljay\) Love-Jensen" <eljay at adobe dot com>, "Mike Frysinger" <vapier at gentoo dot org>
- Cc: <gcc-help at gcc dot gnu dot org>
- Date: Sat, 13 Jan 2007 07:46:13 -0800
- Subject: RE: error while preprocessing on x86 with -std
- References: <EDC8DDD212FEB34C884CBB0EE8EC2D9103B25A83@namailgen.corp.adobe.com>
Correction. I just tested...
g++ -std test.cpp
Looks like -std has to explicitly specify a standard. -std=<something>
I just assumed... oh well, mea culpa.
--Eljay