Xref: utzoo gnu.gcc.bug:661 gnu.utils.bug:144 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!eecae!cps3xx!rang From: rang@cpsin3.cps.msu.edu (Anton Rang) Newsgroups: gnu.gcc.bug,gnu.utils.bug Subject: GAS doesn't recognize ".single" generated by GCC Message-ID: <1880@cps3xx.UUCP> Date: 17 Feb 89 18:35:45 GMT Sender: usenet@cps3xx.UUCP Reply-To: rang@cpswh.cps.msu.edu (Anton Rang) Organization: Michigan State University, Computer Science Dept. Lines: 24 Sun-3/280, SunOS 3.4, gcc 1.33, gas 1.25 ("I guess"). Compiling the following program causes GCC to output a ".single" directive. This is recognized by Sun's compiler, but not by the GNU assembler (unless there's a later version). I'm crossposting this message since I'm not sure which should be "fixed". Anton -------------------- float x[2]; main() { x[0] = 1.1; } -------------------- [ ... ] .single 0r1.10000000000000010000e+00 <-- GAS doesn't know this -------------------- +---------------------------+------------------------+----------------------+ | Anton Rang (grad student) | Things could be worse. | "Do worry...be SAD!" | | Michigan State University | rang@cpswh.cps.msu.edu | | +---------------------------+------------------------+----------------------+