This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix PR middle-end/26306
kenner@vlsi1.ultra.nyu.edu (Richard Kenner) writes:
| > That is a legitimate question, but it also holds for the plain int too.
|
| I don't see that. Traditionally, the data type used for the memory-mapped
| device determines what insn you want to see used to access it.
And the same holds when people put a plain integer in structs. when
they want shorter modes, they use shorther modes (e.g. two "short
int", instead one "int").
-- Gaby