[Bug c/25255] New: packed structure: pointers to self result in "error: initializer for integer value is too complicated"

2005-12-04 Thread jason dot mcmullan at gmail dot com
inters to self result in "error: initializer for integer value is too complicated" Product: gcc Version: 4.0.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned

[Bug target/25255] packed structure: pointers to self result in "error: initializer for integer value is too complicated"

2005-12-04 Thread jason dot mcmullan at gmail dot com
--- Comment #1 from jason dot mcmullan at gmail dot com 2005-12-04 22:32 --- Created an attachment (id=10405) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10405&action=view) Patch to fix the reported issue This patch fixes the reported h8300-specific bug --

[Bug target/25255] packed structure: pointers to self result in "error: initializer for integer value is too complicated"

2005-12-04 Thread jason dot mcmullan at gmail dot com
--- 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 work