Jean Christophe Beyler <jean.christophe.bey...@gmail.com> writes: > But I get this message: > struct4.c: In function 'goo': > struct4.c:32: internal compiler error: in simplify_subreg, at > simplify-rtx.c:4923 > > Does anybody know how can I solve this issue ?
You need to start by looking at line 4923 of simplify-rtx.c to see what the failure is. We don't know, since we don't have your source and you didn't mention which version of gcc you are using. I don't see anything obviously wrong in your example, but there were many omitted details which could have caused this problem. Ian