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.


Hi Paul,

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.

Well, that shows how much I know. I had always thought that using unions was the correct, C way of doing things.


I withdraw my objections to Kazu's patch.

Cheers
  Nick


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