This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/81551] [ARM] Incorrect STRD to misaligned address.
- From: "ktkachov at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 25 Jul 2017 15:25:17 +0000
- Subject: [Bug target/81551] [ARM] Incorrect STRD to misaligned address.
- Auto-submitted: auto-generated
- References: <bug-81551-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81551
ktkachov at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ktkachov at gcc dot gnu.org
--- Comment #1 from ktkachov at gcc dot gnu.org ---
See PR81273.
GCC doesn't parse the literal to determine the alignment. It takes the
alignment information from the type (long long).