This is the mail archive of the ecos-bugs@sourceware.org mailing list for the eCos 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]

[Bug 1001501] Fix warnings about type-punned pointers in bsd_tcpipcode.


Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001501

Jonathan Larmour <jifl@ecoscentric.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jifl@ecoscentric.com

--- Comment #2 from Jonathan Larmour <jifl@ecoscentric.com> 2012-03-03 04:44:27 GMT ---
Reluctantly, simply due to the overwhelming number of warnings, I agree this
patch should go in. I guess we'll just have to think about updating the BSD
stack port at some point, if someone's got a free month or three.

Remember the extra ChangeLog newline though :-).

I think this is an exception to the rule that we should try and fix strict
aliasing problems. For example RedBoot has a bunch, and -fno-strict-aliasing
isn't appropriate there because it's our code, and it won't be fixed by a
future import from an upstream source.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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