Subject: Re: gcc optimizer bug in netbsd-1-6 on alpha (gcc 2.95.3 20010315 (release) (NetBSD nb3))
To: Nathan J. Williams <nathanw@wasabisystems.com>
From: Jonathan Stone <jonathan@DSG.Stanford.EDU>
List: tech-toolchain
Date: 08/15/2003 14:05:12
>We want the better optimizations that "new C" enables more than we
>want the semantics of "traditional C". Thus, anything that depends on
>"traditional C" should be fixed.

Huh? Thats a damn-fool thing to say. Doing, say
	find /sys -name '*.[ch]' -print |xargs grep mtod

might be instructive.  Changing all those usages to copy to an
appropriately-typed intermediate struct? Just Say No.