This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug inline-asm/13079] Function calls overwrite stack data


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-16 23:04 -------
GCC should really error out because you cannot do this as GCC is not a direct C to asm compiler 
but rather an optimizing one and that you thing you do to try to trick GCC will just come back and 
haunt you like this.
Also this is a dup of bug 11807.

*** This bug has been marked as a duplicate of 11807 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]