This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: ARM syntax in gcc?
> > 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.
I have a huge program that was written in annotated reference manual
style. It is currently being compiled with sun's workshop 4.2
compiler. I wanted to compile it using gcc, and before starting (it
is a *huge* code), I wanted to clear a few things.
-neelakanth