[Bug target/19336] HPPA64 does not support TImode

2022-01-20 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19336

John David Anglin  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED

--- Comment #6 from John David Anglin  ---
TImode support was added in commit ad5aa4937edcb97d9c7a59223bd3de01bdff4e0c
in gcc-11 and commit db89d474ad812e57895cb8866ebaeedad0cc3e3f on trunk.

[Bug target/19336] HPPA64 does not support TImode

2021-09-12 Thread dave.anglin at bell dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19336

--- Comment #5 from dave.anglin at bell dot net ---
Appears to require implementation of __lshrti3, __ashlti3, __ashrti3, __multi3,
__udivti3, __umodti3, etc.
Various soft float routines are needed to perform conversions to/from ti mode.

[Bug target/19336] HPPA64 does not support TImode

2005-03-06 Thread jsm28 at gcc dot gnu dot org

--- Additional Comments From jsm28 at gcc dot gnu dot org  2005-03-06 18:49 
---
The tests have now been changed not to try to use TImode if __hppa__.
However, support for TImode would still make sense as a feature on HPPA64
(in which case titype-1.c and uninit-C.c should be changed back).

Retitling bug as a request for this feature.


-- 
   What|Removed |Added

 CC||jsm28 at gcc dot gnu dot org
Summary|FAIL: gcc.dg/titype-1.c |HPPA64 does not support
   ||TImode


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