https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92821
Emilio Cobos Álvarez (:emilio) changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92821
--- Comment #8 from Emilio Cobos Álvarez (:emilio) ---
(In reply to Jakub Jelinek from comment #6)
> Note that for most types one ends up with zero or sign extension already due
> to C/C++ promotion rules, though in the ABI still can't use that a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92821
Emilio Cobos Álvarez (:emilio) changed:
What|Removed |Added
See Also||https://bugs.llvm.org/sh
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92821
--- Comment #3 from Emilio Cobos Álvarez (:emilio) ---
If my reading of https://godbolt.org/z/BNHxEY is correct (sorry, still a bit of
a noob with disassembly), it looks like GCC does correctly load only the low
byte in the equivalent implementat
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: emilio at crisal dot io
Target Milestone: ---
Created attachment 47427
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47427&action=edit
Test-case that reproduces the bug with
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: emilio at crisal dot io
Target Milestone: ---
Created attachment 45772
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45772&action=edit
Test-case.
The attached test-case no longer builds.