https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19336
John David Anglin changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
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.
--- 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).