netdev
[Top] [All Lists]

gcc-3.5 patches

To: "David S. Miller" <davem@xxxxxxxxxx>
Subject: gcc-3.5 patches
From: Andrew Morton <akpm@xxxxxxxx>
Date: Sun, 25 Jan 2004 03:06:24 -0800
Cc: netdev@xxxxxxxxxxx
Sender: netdev-bounce@xxxxxxxxxxx
Dave, let me unload a bunch of patches which fix compilation errors and
warnings with gcc-3.5.  Most or all of these are applicable to gcc-3.4 as
well.

The most common problem is using a typecasted expression as an lvalue. 
This is actually a fatal error in gcc-3.5.

The sctp fix is interesting - sctp.h is using attribute((packed)) on all
its structures and as far as I can tell, it never did anything.



<Prev in Thread] Current Thread [Next in Thread>