https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110611
Iain Sandoe changed:
What|Removed |Added
Resolution|--- |INVALID
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110611
Alexander Monakov changed:
What|Removed |Added
CC||amonakov at gcc dot gnu.org
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110611
--- Comment #4 from Iain Sandoe ---
(In reply to Andreas Schwab from comment #3)
> uint64_t is neither Pmode nor word_mode here. POINTERS_EXTEND_UNSIGNED is
> only relevant if POINTER_SIZE is narrower than Pmode.
So, just pilot-error, then?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110611
--- Comment #3 from Andreas Schwab ---
uint64_t is neither Pmode nor word_mode here. POINTERS_EXTEND_UNSIGNED is only
relevant if POINTER_SIZE is narrower than Pmode.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110611
--- Comment #2 from Iain Sandoe ---
(In reply to Iain Sandoe from comment #0)
> the x86 backend sets:
> gcc/config/i386/i386.h:#define POINTERS_EXTEND_UNSIGNED 1
> which ought, according to gccint mean that pointers get sign-extended...
erm I
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110611
Iain Sandoe changed:
What|Removed |Added
Target||x86_64-linux-gnu,
|