[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

[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).