This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: inline asm outside functions
- From: Segher Boessenkool <segher at koffie dot nl>
- To: Marc Tardif <marc at sitepak dot com>
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 29 Dec 2002 12:44:32 +0100
- Subject: Re: inline asm outside functions
- References: <3E0D4ED2.7020502@sitepak.com>
Marc Tardif wrote:
>
> It does not seem possible to define inline asm statements which specify
> constraints outside of a function.
An asm statement is just a statement. You can't have statements
outside of functions in C.
Segher