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 c++/61082] [x86-64 Itanium ABI] g++ uses wrong return location for class with head padding


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61082

--- Comment #11 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to David Greene from comment #10)
> 
> So Y should be classified as INTEGER and returned in (RAX, RDX).

That is correct and Y is classified as INTEGER with 2 fields:
NO_CLASS, INTEGER.  The question is how NO_CLASS should be handled.


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