From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5e14790626dc0cf1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-22 08:04:58 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!dns.phoenix-ag.de!news.uni-stuttgart.de!cert.uni-stuttgart.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: Gnat Asm Insertion Question Date: 22 Oct 2001 17:04:26 +0200 Organization: RUS-CERT, University of Stuttgart, Germany Sender: rusfw@mercury.rus.uni-stuttgart.de Message-ID: References: <9r0vhg$evr$1@suaar1aa.prod.compuserve.com> <9r1bqc$nsp$1@suaar1aa.prod.compuserve.com> NNTP-Posting-Host: mercury.rus.uni-stuttgart.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: hornet.rus.uni-stuttgart.de 1003763023 7103 129.69.1.226 (22 Oct 2001 15:03:43 GMT) X-Complaints-To: abuse@cert.uni-stuttgart.de NNTP-Posting-Date: Mon, 22 Oct 2001 15:03:43 +0000 (UTC) User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/20.7 Xref: archiver1.google.com comp.lang.ada:15027 Date: 2001-10-22T17:04:26+02:00 List-Id: "Michael Garrett" writes: > In a Put statement, this gives me formated asm code with the label in the > first location on the line. Have you checked the assembler file (you get it when you invoke gcc with the -S option). > But the compiler is still choking after the label. It's not the compiler, but the assembler.