Path: utzoo!telly!ddsw1!lll-winken!uunet!tut.cis.ohio-state.edu!HARVARD.HARVARD.EDU!brad%cayman From: brad%cayman@HARVARD.HARVARD.EDU (Brad Parker) Newsgroups: gnu.gcc.bug Subject: -mshort; does this work? Message-ID: <8901020318.AA09725@cayman.Cayman.COM> Date: 2 Jan 89 03:18:05 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 14 I'm attempting to use "-mshort" for a 68000 target which has a 16 bit bus. Attempting to run code which works without this option fails with "-mshort". Before I spend too much time looking at this, is it know to work? Is anyone using it? Has anyone used it? I had a bunch of old diffs which claimed to cause the compiler to use 16 bit ints. I'm assuming that this switch performs the same thing that the patches did. Baring any info to the contrary, I'll post an isolated piece of code which causes the problem. -brad