https://llvm.org/bugs/show_bug.cgi?id=30215
Bug ID: 30215 Summary: The address or argc changes when compiled with -O0 Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P Component: Backend: WebAssembly Assignee: unassignedb...@nondot.org Reporter: ahee...@gmail.com CC: llvm-bugs@lists.llvm.org Classification: Unclassified Created attachment 17191 --> https://llvm.org/bugs/attachment.cgi?id=17191&action=edit The program that shows this bug. The attached program should iterate the for loop twice and print the same thing four times. But it only print it twice, and the value of argc and its address changes after alloca() call. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs