https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93910

Eric Gallager <egallager at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |egallager at gcc dot gnu.org,
                   |                            |fmarchal at perso dot be

--- Comment #4 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to stephane.goujet from comment #0)
> 
>   As a (not so important) side note, there are spelling mistakes in the
> French version of the warning message. One occurrence of 'pointer' is
> translated (to 'pointeur'), the other two remained in English:
> 
> ---------------------
> test2.c: Dans la fonction « main »:
> test2.c:9:5: attention: convertir un pointer « struct S » compacté
> (alignement 1) vers un pointeur « int » (alignement 4) peut résulter en une
> valeur de pointer non alignée [-Waddress-of-packed-member]
>     9 |     int *pi = (int *) &s;
>       |     ^~~
> test2.c:2:37: note: défini ici
>     2 | struct __attribute__ ((__packed__)) S {
>       | 
> ----------------------

cc-ing the French translator about this part

Reply via email to