This is the mail archive of the gcc-patches@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: RFC: -Wstrict-aliasing extension


On Fri, 2004-02-27 at 15:06, tm_gccmail@kloo.net wrote:
> Could we use a phrase other than "type-punning"? I'm not sure most people
> would understand that term. 

type-punning is what the current warning uses.  All my code does is add
a second message that changes "will" to "may".  So I think changing the
wording is a separate issue from my proposal.

I don't see any use of the word "pun" in the ISO C standard, so I see no
reason why we have to keep this wording.  Did you want to suggest
something different?  Maybe something using the word "cast" instead of
"type-punned"?
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com


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