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: GCC aliasing extension for C


On September 18, 2017 4:12:07 PM GMT+02:00, Andrew Haley <aph@redhat.com> wrote:
>On 18/09/17 10:48, Florian Weimer wrote:
>> Is this a property of the char type, or would other types work as
>well, 
>> for example, double or long double?
>
>It has to be a character type, I believe.

It can be any type. All stores change the dynamic type of the memory accessed. 

Richard. 


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