This revision was automatically updated to reflect the committed changes.
Closed by commit rL354546: [NFC] Always initialize all members in ABIArgInfo
(authored by serge_sans_paille, committed by ).
Herald added a project: LLVM.
Changed prior to commit:
https://reviews.llvm.org/D57523?vs=184529
serge-sans-paille added a comment.
@hans agreed; Thanks for taking the time to try to reproduce the original issue
o/
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57523/new/
https://reviews.llvm.org/D57523
___
cfe-
hans accepted this revision.
hans added a comment.
This revision is now accepted and ready to land.
Herald added a subscriber: jdoerfert.
Herald added a project: clang.
I've been staring at this, trying to figure out if the code somehow ends up
using the uninitialized values, but I can't find it.
serge-sans-paille created this revision.
serge-sans-paille added a reviewer: hans.
Herald added a subscriber: cfe-commits.
GCC-9 takes advantage of this uninitialized values to optimize stuff, which
ends up in failing validation when compiling clang.
This fixes https://bugs.llvm.org/show_bug.cgi