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/37195] unrelated variables get the same memory address in inline assembly



------- Comment #3 from jdemeyer at cage dot ugent dot be  2008-09-02 08:52 -------
Created an attachment (id=16187)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16187&action=view)
Further testcase simplification

The third testcase uses only "rm" and "=&rm" constraints, which means that it
might not be specific to i386 targets.  I still have to try other targets. 
Note that the bug only occurs if there are sufficiently many registers in the
clobber list (otherwise the compiler just uses registers for everything).


-- 

jdemeyer at cage dot ugent dot be changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #16183|0                           |1
        is obsolete|                            |


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


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