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: "Mike Frysinger" <vapier at gentoo dot org>, <gcc-help at gcc dot gnu dot org>
- Date: Fri, 12 Jan 2007 17:50:54 -0800
- Subject: RE: error while preprocessing on x86 with -std
- References: <200701121832.38247.vapier@gentoo.org>
Hi Mike,
The preprocessor behavior is correct for a .S file (an assembler file which requires preprocessing by the assembler preprocessor).
HTH,
--Eljay