* gcc-3.5 patches
@ 2004-01-25 11:06 Andrew Morton
2004-01-25 19:05 ` David S. Miller
0 siblings, 1 reply; 2+ messages in thread
From: Andrew Morton @ 2004-01-25 11:06 UTC (permalink / raw)
To: David S. Miller; +Cc: netdev
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: gcc-3.5 patches
2004-01-25 11:06 gcc-3.5 patches Andrew Morton
@ 2004-01-25 19:05 ` David S. Miller
0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2004-01-25 19:05 UTC (permalink / raw)
To: akpm; +Cc: netdev
From: Andrew Morton <akpm@osdl.org>
Date: Sun, 25 Jan 2004 03:06:24 -0800
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.
All applied, except the drivers/net ones (sans tg3) which Jeff said
that he got.
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.
Amusing...
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-01-25 19:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-25 11:06 gcc-3.5 patches Andrew Morton
2004-01-25 19:05 ` David S. Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).