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]

Re: [PATCH] Predefine __SIZEOF_FLOAT128__ on hppa hpux (PR target/56540)


On 03/02/2018 08:07 AM, Jakub Jelinek wrote:
> Hi!
> 
> Similarly to the ia64 patch, on hppa __float128 seems to be conditionally
> provided (guarded with HPUX_LONG_DOUBLE_LIBRARY), so this patch also
> conditionally predefines __SIZEOF_FLOAT128__.
> 
> Ok for trunk?
> 
> 2018-03-02  Jakub Jelinek  <jakub@redhat.com>
> 
> 	PR target/56540
> 	* config/pa/pa.h (TARGET_CPU_CPP_BUILTINS): Predefine
> 	__SIZEOF_128__ macro if HPUX_LONG_DOUBLE_LIBRARY.
OK.
jeff


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