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 middle-end/67034] [6 Regression] FAIL: gcc.c-torture/compile/pr39928-1.c


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

--- Comment #3 from Alexandre Oliva <aoliva at gcc dot gnu.org> ---
In case you haven't yet, don't bother.  The fix is faulty; at least on ppc64le,
the copying doesn't work because it sets up the pseudo with the address of the
object only after the copying is done.  I've got some ideas to avoid the copy
altogether.  I'll keep you posted.  Thanks for now,


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