This is the mail archive of the gcc-help@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: 'char **' <-> 'unsigned char **' and aliasing/punning in C / GNU C


On 3/8/13, Pedro Alves <palves@redhat.com> wrote:
>
>> The answer to that
>> question is yes, because qualifiers are ignored when considering
>> aliasing.  That is, it is safe to cast from T* to unsigned T*.
>
> Ah, okay.  You got me a bit confused because signed/unsigned
> aren't called qualifiers though; those would be const/volatile,
> I think.

Sorry, you're quite right.  Signed and unsigned are ignored, and so
are qualifiers.

Ian


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