This is the mail archive of the gcc-patches@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]

PATCH: PR target/15290: __float128 failed to pass to function properly


The problem is gcc uses REAL_VALUE_TO_TARGET_LONG_DOUBLE for
__float128. This patch added REAL_VALUE_TO_TARGET_QUAD_DOUBLE
and used it for __float128.


H.J.

Attachment: gcc-3.4-quad-1.patch
Description: Text document


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