This is the mail archive of the gcc-patches@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: RFA: Fix some gcc tests for 16-bit targets


>  struct S
>  {
>    int f0:15;
> -  int f1:29;
> +  long int f1:29;
>  };

IIRC if you change one field here, you need to change both as some
targets won't pack fields together if the types don't match.

Likewise for other struct-field cases.


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