[LLVMbugs] [Bug 19388] New: formal parameter reordered with optimisations
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Apr 9 14:17:15 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=19388
Bug ID: 19388
Summary: formal parameter reordered with optimisations
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: DebugInfo
Assignee: unassignedbugs at nondot.org
Reporter: compnerd at compnerd.org
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
The following snippet demonstrates the issue:
struct S { int i; };
int function(struct S s, int i) { return s.i + i; }
The parameters are reordered even at -O1.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140409/91d413ff/attachment.html>
More information about the llvm-bugs
mailing list