[Bug target/19115] long double should be changed over to 128bit by default

2008-08-31 Thread dje at gcc dot gnu dot org
--- Comment #9 from dje at gcc dot gnu dot org 2008-08-31 14:36 --- This default was changed for GCC targeted at AIX 6.1. -- dje at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/19115] long double should be changed over to 128bit by default

2006-07-11 Thread dje at gcc dot gnu dot org
--- Comment #8 from dje at gcc dot gnu dot org 2006-07-11 16:59 --- Switching actually causes problems on AIX due to AIX math.h header enabling additional macros with types that conflict with GCC. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19115

[Bug target/19115] long double should be changed over to 128bit by default

2005-02-17 Thread jlquinn at gcc dot gnu dot org
--- Additional Comments From jlquinn at gcc dot gnu dot org 2005-02-18 02:59 --- (In reply to comment #5) libstdc++ is calling frexpl in libc.a, which expects an AIX format long double value, not a double. Things work if one uses -mlong-double-128. At some point we need to

[Bug target/19115] long double should be changed over to 128bit by default

2004-12-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-28 20:51 --- Confirmed, changing the summary to refect reality. -- What|Removed |Added