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/87984] [7/8/9 Regression] wrong code for local reg var input to asm


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87984

--- Comment #12 from Segher Boessenkool <segher at gcc dot gnu.org> ---
The lifetime of "a" ends where the for block ends.  It is also wholly
irrelevant here.

If LLVM implement other semantics than GCC here, report that bug to LLVM.

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