Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!ZURICH.AI.MIT.EDU!mh From: mh@ZURICH.AI.MIT.EDU (Matthew Halfant) Newsgroups: gnu.gcc.bug Subject: structure packing in gcc Message-ID: <9002272002.AA19623@zurich.ai.mit.edu> Date: 27 Feb 90 20:02:18 GMT Sender: daemon@tut.cis.ohio-state.edu Reply-To: mh@zurich.ai.mit.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 12 How do you do it? The #pragma pack() directive, which works with the System V compiler, is ignored by gcc. I need the ability to selectively pack specific structures -- turning on global structure packing breaks the standard i/o library (the FILE structure no longer works). I looked in the info-gcc documentation searching for the strings "pack" and "structure" but couldn't turn up anything. Did I miss something? Thanks, Matthew Halfant