This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/25255] packed structure: pointers to self result in "error: initializer for integer value is too complicated"
- From: "jason dot mcmullan at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Dec 2005 22:34:53 -0000
- Subject: [Bug target/25255] packed structure: pointers to self result in "error: initializer for integer value is too complicated"
- References: <bug-25255-11816@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from jason dot mcmullan at gmail dot com 2005-12-04 22:34 -------
I have attached a patch that fixes the bug by defining
'TARGET_ASM_UNALIGNED_??_OP' in gcc/config/h8300/h8300.c
I have confirmed through assembly dumps and object code dumps
that this patch works with GNU assembler version 2.16.1 for the h8300.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25255