This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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: [patch] libgloss/arm: Cast arguments to do_AngelSWI to int.


> I take your point about the union being a little heavy handed for what
> is being coded here, but given the number of subtle problems that can be
> caused by aliasing, I think that it is wise to always code pointer to
> integer conversions using unions, even when they do not appear to be
> necessary.  Better safe than sorry.

I'm not convinced by your argument. Aliasing int and void* via unions is a gcc 
extension. Casting a void* to an int is legal C.

Paul


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