This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: ARM syntax in gcc?
- To: neelakanth at gnu dot org
- Subject: Re: ARM syntax in gcc?
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Fri, 5 May 2000 00:25:36 +0200
- CC: nickc at cygnus dot com, gcc at gcc dot gnu dot org
- References: <200005042108.OAA17033@elmo.cygnus.com> <20000504142845.I4489@neel>
> I am sorry, I should have been more clear. Does gcc provide flags to
> force source file to follow the guidelines in the The Annotated C++
> Reference Manual ??
When I read your message first, I also immediately thought of the
"Acorn Risc Machine", not of the Annotated Reference Manual.
Still, I don't understand your question. I don't have a copy of the
ARM right now, can you please specify what guidelines exactly you'd
need to see supported? In general, g++ follows the ISO C++ standard,
not the ARM.
Regards,
Martin