[LLVMbugs] [Bug 21376] Wrong templated member initializations done for locally-defined structs with same name
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Oct 24 18:01:27 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=21376
David Majnemer <david.majnemer at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |david.majnemer at gmail.com
Resolution|--- |WORKSFORME
--- Comment #1 from David Majnemer <david.majnemer at gmail.com> ---
I can't reproduce with r220595, I observe that saveSize is 48 on my machine.
I added:
int main() {
TestCompileIssue tsi;
tsi.OnTestCompileIssue<1>();
return saveSize;
}
--
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/20141025/863dffba/attachment.html>
More information about the llvm-bugs
mailing list