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>
- Cc: <gcc-help at gcc dot gnu dot org>
- Date: Sat, 13 Jan 2007 16:43:25 -0800
- Subject: RE: error while preprocessing on x86 with -std
- References: <200701131508.27952.vapier@gentoo.org>
Hi Mike,
> so which magical standard is it ? :)
The default preprocessor as pertinent to .S files is not any of the C or C++ standards.
As far as I am aware, there is no standard (-std=<something>) for assembly files.
HTH,
--Eljay