This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Visual C++ style inline asms
- From: Andi Kleen <ak at muc dot de>
- To: Mike Stump <mrs at apple dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 15 Jun 2005 03:29:39 +0200
- Subject: Re: Visual C++ style inline asms
- References: <5727F533-27A6-49B7-8D48-CEFC6FF6768B@apple.com>
Mike Stump <mrs@apple.com> writes:
> Any objections to adding Visual C++ style inline asms?
Doesn't that need support to parse assembly? (= essentially
a builtin assembler). How else would the compiler
know what registers are clobbered and where to put input/output
variables?
All compilers i've seen who supported that had builtin
assemblers.
-Andi