[Bug lto/57703] Assembler function definition moved to a different ltrans then call

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Jun 25 08:00:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57703

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2013-06-25
     Ever confirmed|0                           |1

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
(In reply to Martin Liška from comment #0)
> SandboxSyscall calls SyscallAsm that is an assembler function defined in the
> same file: syscall.cc.

If it is in a toplevel asm() then this is a know missed feature of
toplevel asm()s - you cannot specify what symbols they declare.

Can you attach preprocessed source of syscall.cc?


More information about the Gcc-bugs mailing list