On Fri, Jun 10, 2005 at 10:50:01AM -0400, DJ Delorie wrote: > typedef int __attribute__((section("foo"))) FOOINT; > > FOOINT a; > > Would it make sense to allow this sort of thing?
No more than it would make sense to have typedef static int FOOINT; IMO. r~