Opened 3 years ago
Closed 3 years ago
#17084 closed enhancement (invalid)
GCC 8.3.0: int128_t check size failure
Reported by: | cocobean | Owned by: | nobody |
---|---|---|---|
Priority: | low | Milestone: | Unscheduled |
Component: | System/POSIX | Version: | R1/Development |
Keywords: | posix | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
Tested on hrev55181+38 x86_gcc2 using gcc (2019_05_24) 8.3.0 w/ WebKit 612.1.24:
-- Check size of __int128_t - failed
Change History (5)
comment:2 by , 3 years ago
Confirmed working on Haiku hrev55181+38 x86_64 using gcc (2019_05_24) 8.3.0 w/ WebKit 612.1.24:
-- Check size of __int128_t - done (i.e. PASSED)
comment:3 by , 3 years ago
What is the problem here? This type is not supported on 32bit systems by gcc. That's normal and expected.
You say it yourself:
These types are optional
comment:5 by , 3 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Ref: https://raw.githubusercontent.com/haiku/haiku/master/headers/cpp/limits
Ref: https://stackoverflow.com/questions/29638723/why-isnt-there-int128-t