This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Bit fields


Jean Christophe Beyler <jean.christophe.beyler@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]